API
Catch::Totals Struct Reference

#include <catch.hpp>

Collaboration diagram for Catch::Totals:
Collaboration graph

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
 

Detailed Description

Definition at line 2842 of file catch.hpp.

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

Definition at line 2850 of file catch.hpp.

◆ error

int Catch::Totals::error = 0

Definition at line 2849 of file catch.hpp.

◆ testCases

Counts Catch::Totals::testCases

Definition at line 2851 of file catch.hpp.


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