Test base class.
More...
|
proto native void | SetResult (TestResultBase res) |
|
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!
|
|
◆ GetName()
Test name getter. Strictly for UI porposes!
◆ GetResult()
proto native TestResultBase GetResult |
( |
| ) |
|
|
private |
◆ IsEnabled()
proto native bool IsEnabled |
( |
| ) |
|
|
private |
◆ SetEnabled()
proto native void SetEnabled |
( |
bool |
val | ) |
|
|
private |
Enables/Disables the test. Disabled tests won't run at all.
◆ SetResult()
proto native void SetResult |
( |
TestResultBase |
res | ) |
|
|
private |
Sets the test result. Failure can result in specialized behavior described in TestResultBase.
The documentation for this class was generated from the following file: