Fraxinus  18.10
An IGT application
Catch::TestRunStats Struct Reference

#include <catch.hpp>

Public Member Functions

 TestRunStats (TestRunInfo const &_runInfo, Totals const &_totals, bool _aborting)
 
 TestRunStats (TestRunStats const &_other)
 
virtual ~TestRunStats ()
 

Public Attributes

TestRunInfo runInfo
 
Totals totals
 
bool aborting
 

Detailed Description

Definition at line 2473 of file catch.hpp.

Constructor & Destructor Documentation

Catch::TestRunStats::TestRunStats ( TestRunInfo const &  _runInfo,
Totals const &  _totals,
bool  _aborting 
)
inline

Definition at line 2474 of file catch.hpp.

Catch::TestRunStats::TestRunStats ( TestRunStats const &  _other)
inline

Definition at line 2481 of file catch.hpp.

virtual Catch::TestRunStats::~TestRunStats ( )
virtual

Member Data Documentation

bool Catch::TestRunStats::aborting

Definition at line 2490 of file catch.hpp.

TestRunInfo Catch::TestRunStats::runInfo

Definition at line 2488 of file catch.hpp.

Totals Catch::TestRunStats::totals

Definition at line 2489 of file catch.hpp.


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