- Namespace
- Xenial
.Delicious .Reporters - Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["TestCaseResult"]
class Type type-node
Syntax
public class TestCaseResult
Constructors
Properties
| Name | Value | Summary |
|---|---|---|
| AdditionalMessage | string | |
| Duration | TimeSpan | |
| Exception | Exception? | |
| FullName | string | |
| IgnoredReason | string | |
| IsIgnored | bool | |
| Name | string | |
| StackTrace | string? | |
| TestOutcome | TestOutcome |