NorMIT-nav  18.04
An IGT application
Catch::TestCaseStats Struct Reference

#include <catch.hpp>

Public Member Functions

 TestCaseStats (TestCaseInfo const &_testInfo, Totals const &_totals, std::string const &_stdOut, std::string const &_stdErr, bool _aborting)
 
virtual ~TestCaseStats ()
 

Public Attributes

TestCaseInfo testInfo
 
Totals totals
 
std::string stdOut
 
std::string stdErr
 
bool aborting
 

Detailed Description

Definition at line 2433 of file catch.hpp.

Constructor & Destructor Documentation

Catch::TestCaseStats::TestCaseStats ( TestCaseInfo const &  _testInfo,
Totals const &  _totals,
std::string const &  _stdOut,
std::string const &  _stdErr,
bool  _aborting 
)
inline

Definition at line 2434 of file catch.hpp.

virtual Catch::TestCaseStats::~TestCaseStats ( )
virtual

Member Data Documentation

bool Catch::TestCaseStats::aborting

Definition at line 2451 of file catch.hpp.

std::string Catch::TestCaseStats::stdErr

Definition at line 2450 of file catch.hpp.

std::string Catch::TestCaseStats::stdOut

Definition at line 2449 of file catch.hpp.

TestCaseInfo Catch::TestCaseStats::testInfo

Definition at line 2447 of file catch.hpp.

Totals Catch::TestCaseStats::totals

Definition at line 2448 of file catch.hpp.


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