|
mimic++ v9.2.1
|
Contains the extracted info from a typed expectation. More...
#include <ExpectationReport.hpp>
Public Attributes | |
| util::SourceLocation | from {} |
| TargetReport | target |
| control_state_t | controlReport {} |
| std::optional< StringT > | finalizerDescription {} |
| std::vector< std::optional< StringT > > | requirementDescriptions {} |
Friends | |
| bool | operator== (ExpectationReport const &, ExpectationReport const &)=default |
Contains the extracted info from a typed expectation.
|
friend |
| control_state_t mimicpp::reporting::ExpectationReport::controlReport {} |
| std::optional<StringT> mimicpp::reporting::ExpectationReport::finalizerDescription {} |
| util::SourceLocation mimicpp::reporting::ExpectationReport::from {} |
| std::vector<std::optional<StringT> > mimicpp::reporting::ExpectationReport::requirementDescriptions {} |
| TargetReport mimicpp::reporting::ExpectationReport::target |