class TestHarnessSource
TestHarness › Managed
Part of Script Testing Framework
All members, including inherited
Methods 8
proto native static bool Run()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()
proto native static int GetNSuites()Returns number of test suites.
Referenced by AutotestRunner.Start()
Returns a test suite.
Referenced by AutotestRunner.Start()
proto native static TestSuite ActiveSuite()Returns currently active TestSuite or null when none is active.
proto native static bool Finished()Returns true when all tests and suites finished.
Referenced by AutotestRunner.Update()
proto native static void Begin()Starts up the testing process and initializes the structures.
Referenced by AutotestRunner.Start()