#include <catch.hpp>
Public Member Functions | |
MessageInfo (std::string const &_macroName, SourceLineInfo const &_lineInfo, ResultWas::OfType _type) | |
bool | operator< (MessageInfo const &other) const |
bool | operator== (MessageInfo const &other) const |
Public Attributes | |
SourceLineInfo | lineInfo |
std::string | macroName |
std::string | message |
unsigned int | sequence |
ResultWas::OfType | type |
Static Private Attributes | |
static unsigned int | globalCount |
Catch::MessageInfo::MessageInfo | ( | std::string const & | _macroName, |
SourceLineInfo const & | _lineInfo, | ||
ResultWas::OfType | _type | ||
) |
|
inline |
|
inline |
|
staticprivate |
SourceLineInfo Catch::MessageInfo::lineInfo |
std::string Catch::MessageInfo::macroName |
std::string Catch::MessageInfo::message |
ResultWas::OfType Catch::MessageInfo::type |