CustusX  18.04
An IGT application
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 1377 of file catch.hpp.

Member Function Documentation

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

Definition at line 1386 of file catch.hpp.

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

Definition at line 1395 of file catch.hpp.

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

Definition at line 1379 of file catch.hpp.

Member Data Documentation

Counts Catch::Totals::assertions

Definition at line 1401 of file catch.hpp.

Counts Catch::Totals::testCases

Definition at line 1402 of file catch.hpp.


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