Public Member Functions | Public Attributes
Catch::Counts Struct Reference

#include <catch.hpp>

List of all members.

Public Member Functions

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

Public Attributes

std::size_t failed
std::size_t failedButOk
std::size_t passed

Detailed Description

Definition at line 2193 of file catch.hpp.


Constructor & Destructor Documentation

Catch::Counts::Counts ( ) [inline]

Definition at line 2194 of file catch.hpp.


Member Function Documentation

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

Definition at line 2216 of file catch.hpp.

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

Definition at line 2213 of file catch.hpp.

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

Definition at line 2203 of file catch.hpp.

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

Definition at line 2196 of file catch.hpp.

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

Definition at line 2210 of file catch.hpp.


Member Data Documentation

std::size_t Catch::Counts::failed

Definition at line 2221 of file catch.hpp.

Definition at line 2222 of file catch.hpp.

std::size_t Catch::Counts::passed

Definition at line 2220 of file catch.hpp.


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


rc_visard_driver
Author(s): Heiko Hirschmueller , Christian Emmerich , Felix Ruess
autogenerated on Thu Jun 6 2019 20:43:10