DIFF

class TestSuiteSource

TestSuite Managed

Part of Script Testing Framework

All members, including inherited

Methods 7

proto native void SetResult(TestResultBase res)

Sets the suite result. Failure can result in specialized behavior described in TestResultBase.

proto native int GetNTests()

Returns the number for tests within this suite.

proto native TestBase GetTest(int handle)

Returns a test.

proto native void SetEnabled(bool val)

Enables/Disables the suites. Disabled suites won't run at all.

proto native bool IsEnabled()

Enabled flag getter.

proto string GetName()

Suite class name getter. Strictly for UI porposes!

protected void OnInit()

Callback for user defined initialization. Called for all suites during TestHarness.Begin().