Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
Catch::Totals Struct Reference

#include <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
 

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: