kblib 0.2.3
General utilities library for modern C++
Catch::Totals Struct Reference

#include <catch/catch.hpp>

Collaboration diagram for Catch::Totals:

Public Member Functions

Totals operator- (Totals const &other) const
 
Totalsoperator+= (Totals const &other)
 
Totals delta (Totals const &prevTotals) const
 
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() [1/2]

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

◆ delta() [2/2]

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

◆ operator+=() [1/2]

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

◆ operator+=() [2/2]

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

◆ operator-() [1/2]

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

◆ operator-() [2/2]

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 files: