- Namespace
- Xenial
- Containing Type
- Tasty
Test Case Extensions
Syntax
public static TestCase It(this TestGroup group, string name, Func<Task<(bool success, string message)>> action)
Parameters
Name | Type | Description |
---|---|---|
group | TestGroup | |
name | string | |
action | Func |
Return Value
Type | Description |
---|---|
TestCase |