CellModules
Catch::Counts Struct Reference

#include <catch.hpp>

Public Member Functions

 Counts ()
 
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
 
std::size_t failed
 
std::size_t failedButOk
 

Detailed Description

Definition at line 1712 of file catch.hpp.

Constructor & Destructor Documentation

◆ Counts()

Catch::Counts::Counts ( )
inline

Definition at line 1713 of file catch.hpp.

Member Function Documentation

◆ allOk()

bool Catch::Counts::allOk ( ) const
inline

Definition at line 1735 of file catch.hpp.

◆ allPassed()

bool Catch::Counts::allPassed ( ) const
inline

Definition at line 1732 of file catch.hpp.

◆ operator+=()

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

Definition at line 1722 of file catch.hpp.

◆ operator-()

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

Definition at line 1715 of file catch.hpp.

◆ total()

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

Definition at line 1729 of file catch.hpp.

Member Data Documentation

◆ failed

std::size_t Catch::Counts::failed

Definition at line 1740 of file catch.hpp.

◆ failedButOk

std::size_t Catch::Counts::failedButOk

Definition at line 1741 of file catch.hpp.

◆ passed

std::size_t Catch::Counts::passed

Definition at line 1739 of file catch.hpp.


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