ManaPlus
Public Member Functions | Data Fields
Catch::AssertionResultData Struct Reference

#include <catch.hpp>

Public Member Functions

 AssertionResultData ()
 

Data Fields

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

Detailed Description

Definition at line 847 of file catch.hpp.

Constructor & Destructor Documentation

◆ AssertionResultData()

Catch::AssertionResultData::AssertionResultData ( )
inline

Definition at line 849 of file catch.hpp.

ResultWas::OfType resultType
Definition: catch.hpp:853

Field Documentation

◆ message

std::string Catch::AssertionResultData::message

Definition at line 852 of file catch.hpp.

◆ reconstructedExpression

std::string Catch::AssertionResultData::reconstructedExpression

Definition at line 851 of file catch.hpp.

◆ resultType

ResultWas::OfType Catch::AssertionResultData::resultType

Definition at line 853 of file catch.hpp.


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