Summary
Adds a describe block eg.
TestGroup to the current scope
and mark all nested TestGroups and TestCases as forced/focused
Syntax
public static TestGroup FDescribe(string name, Action action)
Parameters
| Name | Type | Description |
|---|---|---|
| name | string | The name. |
| action | Action | The action. |
Return Value
| Type | Description |
|---|---|
| TestGroup | TestGroup. |