|
mimic++ v9.2.1
|
#include "mimic++/Fwd.hpp"#include "mimic++/config/Config.hpp"#include "mimic++/reporting/CallReport.hpp"#include "mimic++/reporting/DefaultReporter.hpp"#include "mimic++/reporting/ExpectationReport.hpp"#include "mimic++/reporting/IReporter.hpp"#include "mimic++/utilities/C++23Backports.hpp"#include <exception>#include <iostream>#include <memory>#include <utility>#include <vector>Go to the source code of this file.
Namespaces | |
| namespace | mimicpp |
| namespace | mimicpp::reporting |
Functions | |
| template<std::derived_from< IReporter > T, typename... Args> requires std::constructible_from<T, Args...> | |
| void | mimicpp::reporting::install_reporter (Args &&... args) |
| Replaces the previous reporter with a newly constructed one. | |