Horizon
Public Member Functions | List of all members
Catch::Detail::AssertionOrBenchmarkResult Class Reference

Represents either an assertion or a benchmark result to be handled by cumulative reporter later. More...

#include <catch_amalgamated.hpp>

Public Member Functions

 AssertionOrBenchmarkResult (AssertionStats const &assertion)
 
 AssertionOrBenchmarkResult (BenchmarkStats<> const &benchmark)
 
bool isAssertion () const
 
bool isBenchmark () const
 
AssertionStats const & asAssertion () const
 
BenchmarkStats const & asBenchmark () const
 

Detailed Description

Represents either an assertion or a benchmark result to be handled by cumulative reporter later.


The documentation for this class was generated from the following files: