Enfusion Script API
Loading...
Searching...
No Matches
Public Member Functions | List of all members
TestResultBase Interface Reference

Base class for test results. More...

Inheritance diagram for TestResultBase:
[legend]

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)
 

Detailed Description

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/].

Member Function Documentation

◆ Failure()

bool TestResultBase.Failure ( )

Return true of the result means failure.

◆ FailureText()

string TestResultBase.FailureText ( )

Text used for xml report output.

◆ NativeFailure()

proto native bool TestResultBase.NativeFailure ( )

◆ NativeFailureText()

proto native string TestResultBase.NativeFailureText ( )

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