TastyScope.

Describe(string, Func<Task>) Method

Namespace
Xenial.Delicious.Scopes
Containing Type
TastyScope

Syntax

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

Parameters

Name Type Description
name string
action Func<Task>

Return Value

Type Description
TestGroup