#include <TestRunner.h>
Inheritance diagram for wxTestRunnerMT::
Public Methods | |
wxTestRunnerMT () | |
virtual | ~wxTestRunnerMT () |
void | SetNumThreads (int nThreads) |
virtual void | OnThreadTerminated (TestRunnerThread *pThread) |
virtual void | SpawnThreads (wxITest *) |
Implementations of test-runners can implement this function to spawn additional threads to run test cases in a multi-threaded envoriment to check for thread saftey. More... | |
Public Attributes | |
int | m_nThreads |
Protected Attributes | |
TestRunnerThread ** | m_threads |
|
|
|
|
|
|
|
|
|
Implementations of test-runners can implement this function to spawn additional threads to run test cases in a multi-threaded envoriment to check for thread saftey. This function is typically called from an a test's 'Run( wxITestRunner* )' function. It should spawn multiple threads and call the test's 'Run( wxITestRunner*, int nThreadId )' function
Reimplemented from wxTestRunner. |
|
Definition at line 116 of file TestRunner.h. |
|
Definition at line 119 of file TestRunner.h. |