| 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 const message) override | mimicpp::reporting::BasicReporter< successReporter, warningReporter, failReporter > | inlinevirtual |
| report_full_match(CallReport call, ExpectationReport expectationReport) noexcept override | mimicpp::reporting::BasicReporter< successReporter, warningReporter, failReporter > | inlinevirtual |
| report_inapplicable_matches(CallReport call, std::vector< ExpectationReport > expectationReports) override | mimicpp::reporting::BasicReporter< successReporter, warningReporter, failReporter > | inlinevirtual |
| report_no_matches(CallReport call, std::vector< NoMatchReport > noMatchReports) override | mimicpp::reporting::BasicReporter< successReporter, warningReporter, failReporter > | inlinevirtual |
| report_unfulfilled_expectation(const ExpectationReport expectationReport) override | mimicpp::reporting::BasicReporter< successReporter, warningReporter, failReporter > | inlinevirtual |
| report_unhandled_exception(CallReport const call, ExpectationReport const expectationReport, std::exception_ptr const exception) override | mimicpp::reporting::BasicReporter< successReporter, warningReporter, failReporter > | inlinevirtual |
| ~IReporter()=default | mimicpp::reporting::IReporter | virtual |