Loading...
Searching...
No Matches
MyAsyncTest Interface Reference

[Stateful test] More...

Inheritance diagram for MyAsyncTest:
TestBase Managed

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)
 

Detailed Description

[Stateful test]

Member Function Documentation

◆ Finalized()

void MyAsyncTest.Finalized ( )

◆ Finalizing()

bool MyAsyncTest.Finalizing ( )

◆ Init()

void MyAsyncTest.Init ( )

◆ Poll()

bool MyAsyncTest.Poll ( )

The documentation for this interface was generated from the following file: