|
Basic test result. More...
Public Member Functions | |
| void | TestBoolResult (bool val) |
| override bool | Failure () |
| Return true if the result means failure. | |
| override string | FailureText () |
| Text used for xml report output. | |
Public Member Functions inherited from TestResultBase | |
| proto external bool | NativeFailure () |
| proto external 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) | |
Public Attributes | |
| bool | Value |
Basic test result.
| void TestBoolResult.TestBoolResult | ( | bool | val | ) |
| override bool TestBoolResult.Failure | ( | ) |
Return true if the result means failure.
Implements TestResultBase.
| override string TestBoolResult.FailureText | ( | ) |
Text used for xml report output.
Implements TestResultBase.
| bool TestBoolResult.Value |