mimic++ v9.2.1
Loading...
Searching...
No Matches
GlobalReporter.hpp File Reference
#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>
Include dependency graph for GlobalReporter.hpp:
This graph shows which files directly or indirectly include this file:

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.