NorMIT-nav  18.04
An IGT application
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
 

Public Attributes

std::size_t passed
 
std::size_t failed
 

Detailed Description

Definition at line 1354 of file catch.hpp.

Constructor & Destructor Documentation

Catch::Counts::Counts ( )
inline

Definition at line 1355 of file catch.hpp.

Member Function Documentation

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

Definition at line 1363 of file catch.hpp.

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

Definition at line 1357 of file catch.hpp.

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

Definition at line 1369 of file catch.hpp.

Member Data Documentation

std::size_t Catch::Counts::failed

Definition at line 1374 of file catch.hpp.

std::size_t Catch::Counts::passed

Definition at line 1373 of file catch.hpp.


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