Fraxinus  18.10
An IGT application
Catch::AssertionStats Struct Reference

#include <catch.hpp>

Public Member Functions

 AssertionStats (AssertionResult const &_assertionResult, std::vector< MessageInfo > const &_infoMessages, Totals const &_totals)
 
virtual ~AssertionStats ()
 

Public Attributes

AssertionResult assertionResult
 
std::vector< MessageInfoinfoMessages
 
Totals totals
 

Detailed Description

Definition at line 2390 of file catch.hpp.

Constructor & Destructor Documentation

Catch::AssertionStats::AssertionStats ( AssertionResult const &  _assertionResult,
std::vector< MessageInfo > const &  _infoMessages,
Totals const &  _totals 
)
inline

Definition at line 2391 of file catch.hpp.

virtual Catch::AssertionStats::~AssertionStats ( )
virtual

Member Data Documentation

AssertionResult Catch::AssertionStats::assertionResult

Definition at line 2410 of file catch.hpp.

std::vector<MessageInfo> Catch::AssertionStats::infoMessages

Definition at line 2411 of file catch.hpp.

Totals Catch::AssertionStats::totals

Definition at line 2412 of file catch.hpp.


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