Manak
2.0.0
|
Public Member Functions | |
TestMonitor () | |
~TestMonitor () | |
MANAK_INLINE bool | AddAssert (TestEntry *entry) |
MANAK_INLINE bool | AddCheck (TestEntry *entry) |
MANAK_INLINE bool | AddText (TestEntry *entry) |
MANAK_INLINE void | ConfirmEntry () |
MANAK_INLINE void | Disable () |
MANAK_INLINE void | Enable () |
MANAK_INLINE void | Initialize () |
MANAK_INLINE const bool & | IsTest () const |
MANAK_INLINE void | NewEntry () |
MANAK_INLINE TestResult *& | Result () |
Static Public Member Functions | |
static TestMonitor & | GetGlobalTestMonitor () |
Private Attributes | |
bool | isEnabled |
bool | isTest |
TestResult * | tr |
Definition at line 67 of file test_monitor.hpp.
|
inline |
Definition at line 70 of file test_monitor.hpp.
|
inline |
Definition at line 75 of file test_monitor.hpp.
References tr.
MANAK_INLINE bool manak::TestMonitor::AddAssert | ( | TestEntry * | entry | ) |
MANAK_INLINE bool manak::TestMonitor::AddCheck | ( | TestEntry * | entry | ) |
MANAK_INLINE bool manak::TestMonitor::AddText | ( | TestEntry * | entry | ) |
MANAK_INLINE void manak::TestMonitor::ConfirmEntry | ( | ) |
MANAK_INLINE void manak::TestMonitor::Disable | ( | ) |
MANAK_INLINE void manak::TestMonitor::Enable | ( | ) |
|
inlinestatic |
Definition at line 80 of file test_monitor.hpp.
MANAK_INLINE void manak::TestMonitor::Initialize | ( | ) |
MANAK_INLINE const bool& manak::TestMonitor::IsTest | ( | ) | const |
MANAK_INLINE void manak::TestMonitor::NewEntry | ( | ) |
MANAK_INLINE TestResult*& manak::TestMonitor::Result | ( | ) |
|
private |
Definition at line 109 of file test_monitor.hpp.
|
private |
Definition at line 110 of file test_monitor.hpp.
|
private |
Definition at line 107 of file test_monitor.hpp.
Referenced by ~TestMonitor().