mimic++ v9.2.1
Loading...
Searching...
No Matches
DefaultReporter.hpp File Reference
#include "mimic++/Fwd.hpp"
#include "mimic++/config/Config.hpp"
#include "mimic++/reporting/CallReport.hpp"
#include "mimic++/reporting/ExpectationReport.hpp"
#include "mimic++/reporting/IReporter.hpp"
#include "mimic++/reporting/NoMatchReport.hpp"
#include "mimic++/reporting/StringifyReports.hpp"
#include "mimic++/utilities/SourceLocation.hpp"
#include <cstddef>
#include <exception>
#include <ostream>
#include <stdexcept>
#include <utility>
Include dependency graph for DefaultReporter.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  mimicpp::reporting::Error< Data >
 
class  mimicpp::reporting::DefaultReporter
 The default reporter. More...
 

Namespaces

namespace  mimicpp
 
namespace  mimicpp::reporting
 

Typedefs

using mimicpp::reporting::UnmatchedCallT = Error<CallReport>
 
using mimicpp::reporting::UnfulfilledExpectationT = Error<ExpectationReport>