Ylva And Malin
Public Member Functions | Data Fields
Catch::Counts Struct Reference

#include <catch.hpp>

Collaboration diagram for Catch::Counts:
Collaboration graph

Public Member Functions

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

Data Fields

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

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

Field Documentation

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

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