graph BT
Type-->Base0["object"]
Type["TastyTestCaseExtensions"]
class Type type-node
Syntax
public static class TastyTestCaseExtensions
Methods
Name |
Value |
Summary |
Describe(TestGroup, string, Action) |
TestGroup |
static
|
Describe(TestGroup, string, Func<Task>) |
TestGroup |
static
|
FIt(TestGroup, string, Action) |
TestCase |
static
|
FIt(TestGroup, string, Func<(bool result, string message)>) |
TestCase |
static
|
FIt(TestGroup, string, Func<bool>) |
TestCase |
static
|
FIt(TestGroup, string, Func<Task<(bool result, string message)>>) |
TestCase |
static
|
FIt(TestGroup, string, Func<Task<bool>>) |
TestCase |
static
|
FIt(TestGroup, string, Func<Task>) |
TestCase |
static
|
Forced(TestCase, Func<bool>) |
TestCase |
static
|
Forced(TestGroup, Func<bool>) |
TestGroup |
static
|
Ignored(TestCase) |
TestCase |
static
|
Ignored(TestCase, bool) |
TestCase |
static
|
Ignored(TestCase, Func<bool?>) |
TestCase |
static
|
Ignored(TestCase, string) |
TestCase |
static
|
It(TestGroup, string, Action) |
TestCase |
static
|
It(TestGroup, string, Executable) |
TestCase |
static
|
It(TestGroup, string, Func<(bool success, string message)>) |
TestCase |
static
|
It(TestGroup, string, Func<bool>) |
TestCase |
static
|
It(TestGroup, string, Func<Task<(bool success, string message)>>) |
TestCase |
static
|
It(TestGroup, string, Func<Task>) |
TestCase |
static
|