|
mimic++ v9.2.1
|
This is the complete list of members for mimicpp::reporting::IReporter, including all inherited members.
| IReporter()=default | mimicpp::reporting::IReporter | protected |
| IReporter(const IReporter &)=default | mimicpp::reporting::IReporter | protected |
| IReporter(IReporter &&)=default | mimicpp::reporting::IReporter | protected |
| operator=(const IReporter &)=default | mimicpp::reporting::IReporter | protected |
| operator=(IReporter &&)=default | mimicpp::reporting::IReporter | protected |
| report_error(StringT message)=0 | mimicpp::reporting::IReporter | pure virtual |
| report_full_match(CallReport call, ExpectationReport expectationReport) noexcept=0 | mimicpp::reporting::IReporter | pure virtual |
| report_inapplicable_matches(CallReport call, std::vector< ExpectationReport > expectationReports)=0 | mimicpp::reporting::IReporter | pure virtual |
| report_no_matches(CallReport call, std::vector< NoMatchReport > noMatchReports)=0 | mimicpp::reporting::IReporter | pure virtual |
| report_unfulfilled_expectation(ExpectationReport expectationReport)=0 | mimicpp::reporting::IReporter | pure virtual |
| report_unhandled_exception(CallReport call, ExpectationReport expectationReport, std::exception_ptr exception)=0 | mimicpp::reporting::IReporter | pure virtual |
| ~IReporter()=default | mimicpp::reporting::IReporter | virtual |