#include <catch.hpp>

Public Member Functions

Counts operator- (Counts const &other) const
 
Countsoperator+= (Counts const &other)
 
std::size_t total () const
 
bool allPassed () const
 
bool allOk () const
 

Public Attributes

std::size_t passed = 0
 
std::size_t failed = 0
 
std::size_t failedButOk = 0
 

Member Function Documentation

◆ allOk()

bool Catch::Counts::allOk ( ) const

◆ allPassed()

bool Catch::Counts::allPassed ( ) const

◆ operator+=()

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

◆ operator-()

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

◆ total()

std::size_t Catch::Counts::total ( ) const

Member Data Documentation

◆ failed

std::size_t Catch::Counts::failed = 0

◆ failedButOk

std::size_t Catch::Counts::failedButOk = 0

◆ passed

std::size_t Catch::Counts::passed = 0

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