6#ifndef MIMICPP_REPORTING_NO_MATCH_REPORT_HPP
7#define MIMICPP_REPORTING_NO_MATCH_REPORT_HPP
#define MIMICPP_DETAIL_MODULE_EXPORT
Definition Config.hpp:19
Contains the extracted info from a typed expectation.
Definition ExpectationReport.hpp:85
Contains the requirement-outcomes (where at least one is negative) and the related expectation-report...
Definition NoMatchReport.hpp:21
RequirementOutcomes requirementOutcomes
Definition NoMatchReport.hpp:24
friend bool operator==(NoMatchReport const &, NoMatchReport const &)=default
ExpectationReport expectationReport
Definition NoMatchReport.hpp:23
Contains the boolean outcomes of a match-test.
Definition ExpectationReport.hpp:102
Definition BasicReporter.hpp:27