#include <TestCaseMultiThreaded.h>
Inheritance diagram for wxTestCaseMultiThreaded::
Public Methods | |
wxTestCaseMultiThreaded (const char *pszDescription, wxITest *pParent=0) | |
virtual int | GetNumSubTests () |
Retreive the number of sub-tests for this test. More... | |
virtual void | GetSubTests (wxITest **pOutTests) |
Retreive the child-tests of this test. More... | |
virtual void | Run (wxITestRunner *pResult) |
Begin executing this test. More... | |
virtual void | Run (wxITestRunner *pResult, long unsigned nThreadId) |
Begin executing this test in a multi-threaded enviroment. More... | |
Protected Methods | |
virtual void | RunUnitTest (wxITestRunner *pResult, ThreadId nThreadId)=0 |
Definition at line 22 of file TestCaseMultiThreaded.h.
|
|
|
Retreive the number of sub-tests for this test.
Reimplemented from wxTestCase. |
|
Retreive the child-tests of this test.
Reimplemented from wxTestCase. |
|
Begin executing this test.
Reimplemented from wxTestCase. |
|
Begin executing this test in a multi-threaded enviroment.
Reimplemented from wxTestCase. |
|
|