#include <FUTestBed.h>
Public Member Functions | |
| virtual | ~FUTestSuite () |
| Destructor. | |
| virtual bool | RunTest (FUTestBed &testBed, FULogFile &fileOut, bool &__testSuiteDone, size_t testIndex)=0 |
| [INTERNAL] Runs one test. | |
This class is derived by all the test suites and provides the interface for running test suites and setting up results.
|
||||||||||||||||||||
|
[INTERNAL] Runs one test. Called by the FUTestBed.
|
1.4.6-NO