|
[Stateful test] More...
Public Member Functions | |
| void | Init () |
| bool | Poll () |
| bool | Finalizing () |
| void | Finalized () |
Public Member Functions inherited from TestBase | |
| proto external string | GetName () |
| Test name getter. Strictly for UI porposes! | |
| proto external void | SetResult (TestResultBase res) |
| Sets the test result. | |
| proto external TestResultBase | GetResult () |
| Result getter. | |
| proto external void | SetEnabled (bool val) |
| Enables/Disables the test. Disabled tests won't run at all. | |
| proto external bool | IsEnabled () |
| Enabled flag getter. | |
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) | |
[Stateful test]
| void MyAsyncTest.Finalized | ( | ) |
| bool MyAsyncTest.Finalizing | ( | ) |
| void MyAsyncTest.Init | ( | ) |
| bool MyAsyncTest.Poll | ( | ) |