CustusX  18.04
An IGT application
Catch::ConfigData Struct Reference

#include <catch.hpp>

Public Member Functions

 ConfigData ()
 

Public Attributes

bool listTests
 
bool listTags
 
bool listReporters
 
bool showSuccessfulTests
 
bool shouldDebugBreak
 
bool noThrow
 
bool showHelp
 
int abortAfter
 
Verbosity::Level verbosity
 
WarnAbout::What warnings
 
ShowDurations::OrNot showDurations
 
std::string reporterName
 
std::string outputFilename
 
std::string name
 
std::string processName
 
std::vector< std::string > testsOrTags
 

Detailed Description

Definition at line 2105 of file catch.hpp.

Constructor & Destructor Documentation

Catch::ConfigData::ConfigData ( )
inline

Definition at line 2107 of file catch.hpp.

Member Data Documentation

int Catch::ConfigData::abortAfter

Definition at line 2130 of file catch.hpp.

bool Catch::ConfigData::listReporters

Definition at line 2123 of file catch.hpp.

bool Catch::ConfigData::listTags

Definition at line 2122 of file catch.hpp.

bool Catch::ConfigData::listTests

Definition at line 2121 of file catch.hpp.

std::string Catch::ConfigData::name

Definition at line 2138 of file catch.hpp.

bool Catch::ConfigData::noThrow

Definition at line 2127 of file catch.hpp.

std::string Catch::ConfigData::outputFilename

Definition at line 2137 of file catch.hpp.

std::string Catch::ConfigData::processName

Definition at line 2139 of file catch.hpp.

std::string Catch::ConfigData::reporterName

Definition at line 2136 of file catch.hpp.

bool Catch::ConfigData::shouldDebugBreak

Definition at line 2126 of file catch.hpp.

ShowDurations::OrNot Catch::ConfigData::showDurations

Definition at line 2134 of file catch.hpp.

bool Catch::ConfigData::showHelp

Definition at line 2128 of file catch.hpp.

bool Catch::ConfigData::showSuccessfulTests

Definition at line 2125 of file catch.hpp.

std::vector<std::string> Catch::ConfigData::testsOrTags

Definition at line 2141 of file catch.hpp.

Verbosity::Level Catch::ConfigData::verbosity

Definition at line 2132 of file catch.hpp.

WarnAbout::What Catch::ConfigData::warnings

Definition at line 2133 of file catch.hpp.


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