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 2826 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 2835 of file catch.hpp.

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

Definition at line 2836 of file catch.hpp.

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

Definition at line 2834 of file catch.hpp.


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


librealsense2
Author(s): Sergey Dorodnicov , Doron Hirshberg , Mark Horn , Reagan Lopez , Itay Carpis
autogenerated on Mon May 3 2021 02:50:35