CellModules
Catch::Totals Struct Reference

#include <catch.hpp>

Public Member Functions

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

Public Attributes

Counts assertions
 
Counts testCases
 

Detailed Description

Definition at line 1744 of file catch.hpp.

Member Function Documentation

◆ delta()

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

Definition at line 1753 of file catch.hpp.

◆ operator+=()

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

Definition at line 1764 of file catch.hpp.

◆ operator-()

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

Definition at line 1746 of file catch.hpp.

Member Data Documentation

◆ assertions

Counts Catch::Totals::assertions

Definition at line 1770 of file catch.hpp.

◆ testCases

Counts Catch::Totals::testCases

Definition at line 1771 of file catch.hpp.


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