Definition at line 80 of file TestRunner.h.
◆ StateGuard()
CxxTest::TestRunner::StateGuard::StateGuard |
( |
| ) |
|
|
inline |
Definition at line 88 of file TestRunner.h.
89 {
90#ifdef _CXXTEST_HAVE_EH
92#endif
94 }
◆ ~StateGuard()
CxxTest::TestRunner::StateGuard::~StateGuard |
( |
| ) |
|
|
inline |
Definition at line 96 of file TestRunner.h.
97 {
98#ifdef _CXXTEST_HAVE_EH
100#endif
102 }
void setMaxDumpSize(unsigned value)
void setAbortTestOnFail(bool value)
◆ _maxDumpSize
unsigned CxxTest::TestRunner::StateGuard::_maxDumpSize |
|
private |
The documentation for this class was generated from the following file: