Enfusion Script API
|
Public Member Functions | |
proto native void | SetResult (TestResultBase res) |
Sets the test result. | |
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. | |
proto string | GetName () |
Test name getter. Strictly for UI porposes! | |
Public Member Functions inherited from Managed | |
proto external ref Managed | Clone () |
Return shallow copy of object, or null if it is not allowed (not public constructor) | |
Test base class.
proto native TestResultBase TestBase.GetResult | ( | ) |
Result getter.
proto native bool TestBase.IsEnabled | ( | ) |
Enabled flag getter.
proto native void TestBase.SetEnabled | ( | bool | val | ) |
Enables/Disables the test. Disabled tests won't run at all.
proto native void TestBase.SetResult | ( | TestResultBase | res | ) |
Sets the test result.
Failure can result in specialized behavior described in TestResultBase.