CellModules
Catch::AssertionResultData Struct Reference

#include <catch.hpp>

Public Member Functions

 AssertionResultData ()
 

Public Attributes

std::string reconstructedExpression
 
std::string message
 
ResultWas::OfType resultType
 

Detailed Description

Definition at line 720 of file catch.hpp.

Constructor & Destructor Documentation

◆ AssertionResultData()

Catch::AssertionResultData::AssertionResultData ( )
inline

Definition at line 722 of file catch.hpp.

Member Data Documentation

◆ message

std::string Catch::AssertionResultData::message

Definition at line 725 of file catch.hpp.

◆ reconstructedExpression

std::string Catch::AssertionResultData::reconstructedExpression

Definition at line 724 of file catch.hpp.

◆ resultType

ResultWas::OfType Catch::AssertionResultData::resultType

Definition at line 726 of file catch.hpp.


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