TestCase Class

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
DebuggerDisplayAttribute

Properties

Name Value Summary
AdditionalMessage string
Duration TimeSpan
Exception Exception?
Executor Executable
FullName string
Group TestGroup?
IgnoredReason string
IsForced Func<bool>?
IsIgnored Func<bool?>
Name string
TestOutcome TestOutcome

Extension Methods