#include "mimic++/Call.hpp"
#include "mimic++/Fwd.hpp"
#include "mimic++/Printer.hpp"
#include "mimic++/Reports.hpp"
#include <algorithm>
#include <cassert>
#include <exception>
#include <functional>
#include <iostream>
#include <memory>
#include <optional>
#include <ranges>
#include <vector>
Go to the source code of this file.
|
template<std::derived_from< IReporter > T, typename... Args>
requires std::constructible_from<T, Args...> |
void | mimicpp::install_reporter (Args &&... args) |
| Replaces the previous reporter with a newly constructed one.
|
|