QtRocket
 
Loading...
Searching...
No Matches
Catch::ReporterSpec Member List

This is the complete list of members for Catch::ReporterSpec, including all inherited members.

colourMode() constCatch::ReporterSpecinline
customOptions() constCatch::ReporterSpecinline
m_colourModeCatch::ReporterSpecprivate
m_customOptionsCatch::ReporterSpecprivate
m_nameCatch::ReporterSpecprivate
m_outputFileNameCatch::ReporterSpecprivate
name() constCatch::ReporterSpecinline
operator!=(ReporterSpec const &lhs, ReporterSpec const &rhs)Catch::ReporterSpecfriend
operator==(ReporterSpec const &lhs, ReporterSpec const &rhs)Catch::ReporterSpecfriend
outputFile() constCatch::ReporterSpecinline
ReporterSpec(std::string name, Optional< std::string > outputFileName, Optional< ColourMode > colourMode, std::map< std::string, std::string > customOptions)Catch::ReporterSpec