Collection and main interface of the Testing framework. More...
Static Private Member Functions | |
proto static native bool | Run () |
static proto string | Report () |
Generates a xml report. | |
proto static native int | GetNSuites () |
Returns number of test suites. | |
proto static native TestSuite | GetSuite (int handle) |
Returns a test suite. | |
proto static native TestSuite | ActiveSuite () |
Returns currently active TestSuite or null when none is active. | |
proto static native bool | Finished () |
Returns true when all tests and suites finished. | |
proto static native void | Begin () |
Starts up the testing process and initializes the structures. | |
proto static native void | End () |
Finalizes the testing process. | |
Collection and main interface of the Testing framework.
|
staticprivate |
Returns currently active TestSuite or null when none is active.
|
staticprivate |
Starts up the testing process and initializes the structures.
Referenced by AutotestRunner::Start().
|
staticprivate |
Finalizes the testing process.
Referenced by AutotestRunner::Update().
|
staticprivate |
Returns true when all tests and suites finished.
Referenced by AutotestRunner::Update().
|
staticprivate |
Returns number of test suites.
Referenced by AutotestRunner::Start().
|
staticprivate |
Returns a test suite.
Referenced by AutotestRunner::Start().
|
staticprivate |
Generates a xml report.
Referenced by AutotestRunner::Update().
|
staticprivate |
Starts the testing process. Returns true when all tests have finished. If some of them are still in progress false is reported.
Referenced by AutotestRunner::Update().