Ylva And Malin
Public Member Functions | Data Fields
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
 

Data Fields

int error = 0
 
Counts assertions
 
Counts testCases
 

Member Function Documentation

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

Field Documentation

Counts Catch::Totals::assertions
int Catch::Totals::error = 0
Counts Catch::Totals::testCases

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