|
mimic++ v9.2.1
|
#include "mimic++/Fwd.hpp"#include "mimic++/config/Config.hpp"#include "mimic++/printing/Format.hpp"#include "mimic++/reporting/CallReport.hpp"#include "mimic++/reporting/ExpectationReport.hpp"#include "mimic++/reporting/NoMatchReport.hpp"#include "mimic++/reporting/TypeReport.hpp"#include "mimic++/utilities/Algorithm.hpp"#include "mimic++/utilities/C++23Backports.hpp"#include "mimic++/utilities/Stacktrace.hpp"#include <algorithm>#include <exception>#include <iterator>#include <optional>#include <span>#include <utility>Go to the source code of this file.
Namespaces | |
| namespace | mimicpp |
| namespace | mimicpp::reporting |
Functions | |
| StringT | mimicpp::reporting::stringify_full_match (CallReport const &call, ExpectationReport expectation) |
| StringT | mimicpp::reporting::stringify_inapplicable_matches (CallReport const &call, std::span< ExpectationReport > expectations) |
| StringT | mimicpp::reporting::stringify_no_matches (CallReport const &call, std::span< NoMatchReport > noMatchReports) |
| StringT | mimicpp::reporting::stringify_unfulfilled_expectation (ExpectationReport const &expectationReport) |
| StringT | mimicpp::reporting::stringify_unhandled_exception (CallReport const &call, ExpectationReport const &expectationReport, std::exception_ptr const &exception) |