Horizon
Loading...
Searching...
No Matches
Public Attributes | List of all members
Catch::ReporterPreferences Struct Reference

By setting up its preferences, a reporter can modify Catch2's behaviour in some regards, e.g. More...

#include <catch_amalgamated.hpp>

Public Attributes

bool shouldRedirectStdOut = false
 Catch2 should redirect writes to stdout and pass them to the reporter.
 
bool shouldReportAllAssertions = false
 Catch2 should call Reporter::assertionEnded even for passing assertions.
 

Detailed Description

By setting up its preferences, a reporter can modify Catch2's behaviour in some regards, e.g.

it can request Catch2 to capture writes to stdout/stderr during test execution, and pass them to the reporter.


The documentation for this struct was generated from the following file: