Manak
2.0.0
|
Public Types | |
enum | Type { Type::ASSERT, Type::CHECK, Type::WARN, Type::TEXT } |
Public Member Functions | |
TestResultEntry () | |
MANAK_INLINE | ~TestResultEntry () |
MANAK_INLINE void | AddAssert (TestEntry *entry) |
MANAK_INLINE void | AddCheck (TestEntry *entry) |
MANAK_INLINE void | AddText (TestEntry *entry) |
MANAK_INLINE void | AddWarn (TestEntry *entry) |
MANAK_INLINE void | GetFailMsg (std::list< std::string > &l_str) const |
Public Attributes | |
std::list< std::tuple< Type, TestEntry * > > | entries |
Definition at line 17 of file test_monitor.hpp.
|
strong |
Enumerator | |
---|---|
ASSERT | |
CHECK | |
WARN | |
TEXT |
Definition at line 19 of file test_monitor.hpp.
|
inline |
Definition at line 21 of file test_monitor.hpp.
MANAK_INLINE manak::TestResultEntry::~TestResultEntry | ( | ) |
MANAK_INLINE void manak::TestResultEntry::AddAssert | ( | TestEntry * | entry | ) |
MANAK_INLINE void manak::TestResultEntry::AddCheck | ( | TestEntry * | entry | ) |
MANAK_INLINE void manak::TestResultEntry::AddText | ( | TestEntry * | entry | ) |
MANAK_INLINE void manak::TestResultEntry::AddWarn | ( | TestEntry * | entry | ) |
MANAK_INLINE void manak::TestResultEntry::GetFailMsg | ( | std::list< std::string > & | l_str | ) | const |
Definition at line 35 of file test_monitor.hpp.