mimic++ v4
|
Contains the extracted info from a typed expectation. More...
#include <Reports.hpp>
Public Attributes | |
std::optional< std::source_location > | sourceLocation {} |
std::optional< StringT > | finalizerDescription {} |
std::optional< StringT > | timesDescription {} |
std::vector< std::optional< StringT > > | expectationDescriptions {} |
Friends | |
bool | operator== (const ExpectationReport &lhs, const ExpectationReport &rhs) |
Contains the extracted info from a typed expectation.
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 |
std::vector<std::optional<StringT> > mimicpp::ExpectationReport::expectationDescriptions {} |
std::optional<StringT> mimicpp::ExpectationReport::finalizerDescription {} |
std::optional<std::source_location> mimicpp::ExpectationReport::sourceLocation {} |
std::optional<StringT> mimicpp::ExpectationReport::timesDescription {} |