TastyScope.

It(string, Func<IAsyncEnumerable<TestCaseResult>>) Method

Namespace
Xenial.Delicious.Scopes
Containing Type
TastyScope

Syntax

public TestCase It(string name, Func<IAsyncEnumerable<TestCaseResult>> action)

Parameters

Name Type Description
name string
action Func<IAsyncEnumerable<TestCaseResult>>

Return Value

Type Description
TestCase