PC Stable Documentation
 
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Loading...
Searching...
No Matches
TestBase Class Reference

Test base class. More...

Private Member Functions

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!
 

Detailed Description

Test base class.

Member Function Documentation

◆ GetName()

proto string GetName ( )
private

Test name getter. Strictly for UI porposes!

◆ GetResult()

proto native TestResultBase GetResult ( )
private

Result getter.

◆ IsEnabled()

proto native bool IsEnabled ( )
private

Enabled flag getter.

◆ 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: