Public Member Functions | |
| Test (char const *testName, char const *filename="", int lineNumber=0, char const *fixtureName="") | |
| virtual | ~Test () |
| bool | BeforeRun (TestResults &testResults) const |
| bool | Run (TestResults &testResults) const |
| bool | AfterRun (TestResults &testResults) const |
Static Public Member Functions | |
| static TestList & | GetTestList () |
Public Attributes | |
| Test * | next |
| char const *const | m_testName |
| char const *const | m_filename |
| char const *const | m_fixtureName |
| int const | m_lineNumber |
| bool | m_timeConstraintExempt |
| ni::tF64 | m_timeStart |
| bool | m_timeReport |
| int | m_numSteps |
| Test | ( | char const * | testName, |
| char const * | filename = "", |
||
| int | lineNumber = 0, |
||
| char const * | fixtureName = "" |
||
| ) |
|
virtual |
| bool BeforeRun | ( | TestResults & | testResults | ) | const |
| bool Run | ( | TestResults & | testResults | ) | const |
| bool AfterRun | ( | TestResults & | testResults | ) | const |
|
static |
| Test* next |
| char const* const m_testName |
| char const* const m_filename |
| char const* const m_fixtureName |
| int const m_lineNumber |
|
mutable |
|
mutable |
|
mutable |
|
mutable |
1.8.7