FreeRTOS port on GAP8/RISC-V
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Catch::Totals Struct Reference

Public Member Functions

Totals operator- (Totals const &other) const
 
Totalsoperator+= (Totals const &other)
 
Totals delta (Totals const &prevTotals) const
 

Data Fields

int error
 
Counts assertions
 
Counts testCases
 

Member Function Documentation

Totals Catch::Totals::delta ( Totals const &  prevTotals) const
Totals& Catch::Totals::operator+= ( Totals const &  other)
Totals Catch::Totals::operator- ( Totals const &  other) const

Field Documentation

Counts Catch::Totals::assertions
int Catch::Totals::error
Counts Catch::Totals::testCases