CppUnit project page | FAQ | CppUnit home page |
MFC test runner.Use this to launch the MFC TestRunner. Usually called from you CWinApp subclass: More...
#include <MfcTestRunner.h>
Public Member Functions | |
MfcTestRunner () | |
virtual | ~MfcTestRunner () |
void | run () |
void | addTest (Test *test) |
void | addTests (const CppUnitVector< Test * > &tests) |
Protected Types | |
typedef CppUnitVector< Test * > | Tests |
Protected Member Functions | |
Test * | getRootTest () |
Protected Attributes | |
TestSuite * | m_suite |
Tests | m_tests |
MFC test runner.
Use this to launch the MFC TestRunner. Usually called from you CWinApp subclass:
|
protected |
MfcTestRunner::MfcTestRunner | ( | ) |
|
virtual |
void MfcTestRunner::addTest | ( | Test * | test) |
void MfcTestRunner::addTests | ( | const CppUnitVector< Test * > & | tests) |
|
protected |
void MfcTestRunner::run | ( | ) |
|
protected |
|
protected |
|
hosts this site. |
Send comments to: CppUnit Developers |