Summary
Adds a
TestCase to the current scope
and mark it as forced/focused
Syntax
public static TestCase FIt(string name, Action action)
Parameters
| Name | Type | Description |
|---|---|---|
| name | string | The name. |
| action | Action | The action. |
Return Value
| Type | Description |
|---|---|
| TestCase | TestCase. |