Public Member Functions | Public Attributes | List of all members
Catch::Counts Struct Reference

#include <catch.hpp>

Public Member Functions

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

Public Attributes

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

Detailed Description

Definition at line 1990 of file catch.hpp.

Member Function Documentation

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

Member Data Documentation

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

Definition at line 1999 of file catch.hpp.

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

Definition at line 2000 of file catch.hpp.

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

Definition at line 1998 of file catch.hpp.


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


catch_ros
Author(s): Max Schwarz
autogenerated on Thu Jan 14 2021 03:32:26