|
Enfusion Script API
|
Collection of tests. More...
Public Member Functions | |
| proto native void | SetResult (TestResultBase res) |
| Sets the suite result. | |
| 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! | |
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) | |
Collection of tests.
| proto string TestSuite.GetName | ( | ) |
Suite class name getter. Strictly for UI porposes!
| proto native int TestSuite.GetNTests | ( | ) |
Returns the number for tests within this suite.
| proto native bool TestSuite.IsEnabled | ( | ) |
Enabled flag getter.
| proto native void TestSuite.SetEnabled | ( | bool | val | ) |
Enables/Disables the suites. Disabled suites won't run at all.
| proto native void TestSuite.SetResult | ( | TestResultBase | res | ) |
Sets the suite result.
Failure can result in specialized behavior described in TestResultBase.