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 void SetEnabled(bool val)Enables/Disables the suites. Disabled suites won't run at all.
Referenced by AutotestRunner.Start()
proto string GetName()Suite class name getter. Strictly for UI porposes!
Referenced by AutotestRunner.Start()
protected void OnInit()Callback for user defined initialization. Called for all suites during TestHarness.Begin().