TestResult
Namespace: Persimmon
Non generic view for test result. (fake base type)
Inherited from ResultNode.
Instance members
Instance member | Description |
x.AssertionResults
Signature: AssertionResult []
Modifiers: abstract
|
CompiledName: get_AssertionResults
|
x.Box()
Signature: unit -> TestResult<obj>
Modifiers: abstract
|
|
x.Duration
Signature: TimeSpan
Modifiers: abstract
|
CompiledName: get_Duration
|
x.Exceptions
Signature: ExceptionWrapper []
Modifiers: abstract
|
CompiledName: get_Exceptions
|
x.FailureMessages
Signature: string []
Modifiers: abstract
|
CompiledName: get_FailureMessages
|
x.IsError
Signature: bool
Modifiers: abstract
|
CompiledName: get_IsError
|
x.SkipMessages
Signature: string []
Modifiers: abstract
|
CompiledName: get_SkipMessages
|
x.TestCase
Signature: TestCase
Modifiers: abstract
|
CompiledName: get_TestCase
|