#include <catch.hpp>

Public Member Functions

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

Public Attributes

int error = 0
 
Counts assertions
 
Counts testCases
 

Member Function Documentation

◆ delta()

Totals Catch::Totals::delta ( Totals const &  prevTotals) const

◆ operator+=()

Totals & Catch::Totals::operator+= ( Totals const &  other)

◆ operator-()

Totals Catch::Totals::operator- ( Totals const &  other) const

Member Data Documentation

◆ assertions

Counts Catch::Totals::assertions

◆ error

int Catch::Totals::error = 0

◆ testCases

Counts Catch::Totals::testCases

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