Summary
Adds a
TestCase to the current scope
Syntax
public static TestCase It(string name, Func<Task> action)
Parameters
| Name | Type | Description |
|---|---|---|
| name | string | The name. |
| action | Func |
The action. |
Return Value
| Type | Description |
|---|---|
| TestCase | TestCase. |