TestGroup Class

Namespace
Xenial.Delicious.Metadata
Interfaces
  • IExecutable
  • IForceable
Base Types
  • object
Derived Types
graph BT Type-->Base0["object"] Type-.->Interface0["IExecutable"] Type-.->Interface1["IForceable"] Type["TestGroup"] class Type type-node Derived0["TastyScope"]-->Type click Derived0 "/api/Xenial.Delicious.Scopes/TastyScope"

Syntax

[System.Diagnostics.DebuggerDisplay("Name: {Name} Count: {Executors.Count}")]
public class TestGroup : IExecutable, IForceable

Attributes

Type Description
DebuggerDisplayAttribute

Properties

Name Value Summary
Duration TimeSpan
Exception Exception?
Executor Executable
FullName string
IsForced Func<bool>?
Name string
ParentGroup TestGroup?
TestOutcome TestOutcome

Extension Methods