MFC test runner.Use this to launch the MFC TestRunner. Usually called from you CWinApp subclass:
More...
#include <MfcTestRunner.h>
List of all members.
Detailed Description
MFC test runner.
Use this to launch the MFC TestRunner. Usually called from you CWinApp subclass:
- See also:
- CppUnit::TextTestRunner, CppUnit::TestFactoryRegistry.
Member Typedef Documentation
Constructor & Destructor Documentation
MfcTestRunner::MfcTestRunner |
( |
| ) |
|
virtual MfcTestRunner::~MfcTestRunner |
( |
| ) |
[virtual] |
Member Function Documentation
void MfcTestRunner::addTest |
( |
Test * |
test | ) |
|
void MfcTestRunner::addTests |
( |
const CppUnitVector< Test * > & |
tests | ) |
|
Test* MfcTestRunner::getRootTest |
( |
| ) |
[protected] |
void MfcTestRunner::run |
( |
| ) |
|
Member Data Documentation
The documentation for this class was generated from the following file: