- Namespace
- Xenial
.Delicious .Metadata - Interfaces
-
- IExecutable
- IForceable
- Base Types
-
- object
graph BT
Type-->Base0["object"]
Type-.->Interface0["IExecutable"]
Type-.->Interface1["IForceable"]
Type["TestCase"]
class Type type-node
Syntax
[System.Diagnostics.DebuggerDisplay("Name: {Name} Outcome: {TestOutcome} Duration: {Duration}")]
public class TestCase : IExecutable, IForceable
Attributes
Type | Description |
---|---|
Debugger |
Properties
Name | Value | Summary |
---|---|---|
AdditionalMessage | string | |
Duration | TimeSpan | |
Exception | Exception? | |
Executor | Executable | |
FullName | string | |
Group | TestGroup? | |
IgnoredReason | string | |
IsForced | Func |
|
IsIgnored | Func |
|
Name | string | |
TestOutcome | TestOutcome |