class TestBaseSource
TestBase › Managed
Part of Script Testing Framework
All members, including inherited
Methods 5
proto native void SetResult(TestResultBase res)Sets the test result. Failure can result in specialized behavior described in TestResultBase.
proto native TestResultBase GetResult()Result getter.
proto native void SetEnabled(bool val)Enables/Disables the test. Disabled tests won't run at all.
proto native bool IsEnabled()Enabled flag getter.