#include <FUTestBed.h>
Public Member Functions | |
| FUTestBed (const fchar *filename, bool isVerbose) | |
| Constructor. | |
| bool | IsVerbose () const |
| Retrieves whether verbose logging is enabled. | |
| FULogFile & | GetLogFile () |
| [INTERNAL] Retrieves the log file. | |
| bool | RunTestbed (FUTestSuite *headTestSuite) |
| Runs a test suite and returns the results. | |
| void | RunTestSuite (FUTestSuite *testSuite) |
| [INTERNAL] Runs a test suite and compiles the results. | |
This class is used to run test suites and compile the results.
|
||||||||||||
|
Constructor.
|
|
|
[INTERNAL] Retrieves the log file. Used by test suites to write out custom output.
|
|
|
Retrieves whether verbose logging is enabled.
|
|
|
Runs a test suite and returns the results.
|
|
|
[INTERNAL] Runs a test suite and compiles the results. This is used recursively to run a full hierarchy of test suites.
|
1.4.6-NO