Enfusion Script API
|
Base class for test results. More...
Public Member Functions | |
bool | Failure () |
Return true of the result means failure. | |
string | FailureText () |
Text used for xml report output. | |
proto native bool | NativeFailure () |
proto native string | NativeFailureText () |
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) | |
Base class for test results.
This way you report back to the system. More complex failure types with descriptions can be reported by implementation of FailureText in format of junit [https://llg.cubic.org/docs/junit/].
bool TestResultBase.Failure | ( | ) |
Return true of the result means failure.
string TestResultBase.FailureText | ( | ) |
Text used for xml report output.
proto native bool TestResultBase.NativeFailure | ( | ) |
proto native string TestResultBase.NativeFailureText | ( | ) |