DIFF

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.

proto static string Report()

Generates a xml report.

proto native static int GetNSuites()

Returns number of test suites.

proto native static TestSuite GetSuite(int handle)

Returns a test suite.

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.

proto native static void Begin()

Starts up the testing process and initializes the structures.

proto native static void End()

Finalizes the testing process.