Tasty.

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

Summary

Adds a TestCase to the current scope
Namespace
Xenial
Containing Type
Tasty

Syntax

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

Parameters

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

Return Value

Type Description
TestCase TestCase.