Tasty.

FDescribe(string, Func<Task>) Method

Summary

Adds a describe block eg. TestGroup to the current scope and mark all nested TestGroups and TestCases as forced/focused
Namespace
Xenial
Containing Type
Tasty

Syntax

public static TestGroup FDescribe(string name, Func<Task> action)

Parameters

Name Type Description
name string The name.
action Func<Task> The action.

Return Value

Type Description
TestGroup TestGroup.