mimic++ v4
|
Contains the detailed information for match outcomes. More...
#include <Reports.hpp>
Classes | |
class | Expectation |
Information a used expectation policy. More... | |
class | Finalize |
Information about the used finalizer. More... | |
Public Attributes | |
std::optional< std::source_location > | sourceLocation {} |
Finalize | finalizeReport {} |
control_state_t | controlReport {} |
std::vector< Expectation > | expectationReports {} |
Friends | |
bool | operator== (const MatchReport &lhs, const MatchReport &rhs) |
Contains the detailed information for match outcomes.
This type is meant to be used to communicate with independent domains via the reporter interface and thus contains the generic information as plain std
types.
|
friend |
control_state_t mimicpp::MatchReport::controlReport {} |
std::vector<Expectation> mimicpp::MatchReport::expectationReports {} |
Finalize mimicpp::MatchReport::finalizeReport {} |
std::optional<std::source_location> mimicpp::MatchReport::sourceLocation {} |