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
Extension Methods
Name |
Value |
Summary |
Describe(string, Action) |
TestGroup |
|
Describe(string, Func<Task>) |
TestGroup |
|
FIt(string, Action) |
TestCase |
|
FIt(string, Func<(bool result, string message)>) |
TestCase |
|
FIt(string, Func<bool>) |
TestCase |
|
FIt(string, Func<Task<(bool result, string message)>>) |
TestCase |
|
FIt(string, Func<Task<bool>>) |
TestCase |
|
FIt(string, Func<Task>) |
TestCase |
|
Forced(Func<bool>) |
TestGroup |
|
It(string, Action) |
TestCase |
|
It(string, Executable) |
TestCase |
|
It(string, Func<(bool success, string message)>) |
TestCase |
|
It(string, Func<bool>) |
TestCase |
|
It(string, Func<Task<(bool success, string message)>>) |
TestCase |
|
It(string, Func<Task>) |
TestCase |
|