#include <test.h>
Public Member Functions | |
Test (wxString const &sNewTestName, int nNewTestCount) | |
virtual | ~Test () |
Protected Member Functions | |
virtual bool | Run ()=0 |
wxString | GetName () |
bool | Ok () |
int | GetTestCount () |
int | GetCurrentIndex () |
bool | Pass (int nSubTestIndex) |
Private Attributes | |
wxString | m_sTestName |
int | m_nTestCount |
int | m_nCurrentIndex |
Friends | |
class | TestHarness |
|
Definition at line 50 of file test.h. References m_nCurrentIndex, m_nTestCount, and m_sTestName. |
|
|
|
Definition at line 77 of file test.h. References m_nCurrentIndex. Referenced by wx::TestHarness::RunTest(). |
|
Definition at line 61 of file test.h. References m_sTestName. Referenced by wx::TestHarness::RunTest(). |
|
Definition at line 72 of file test.h. References m_nTestCount. Referenced by wx::TestHarness::RunTest(). |
|
Definition at line 67 of file test.h. References m_nCurrentIndex, and m_nTestCount. Referenced by wx::TestHarness::RunTest(). |
|
Definition at line 82 of file test.h. References m_nCurrentIndex, m_nTestCount, and m_sTestName. |
|
Referenced by wx::TestHarness::RunTest(). |
|
|
|
Definition at line 106 of file test.h. Referenced by GetCurrentIndex(), Ok(), Pass(), and Test(). |
|
Definition at line 105 of file test.h. Referenced by GetTestCount(), Ok(), Pass(), and Test(). |
|
|