TastyScope.

FIt(string, Func<Task<(bool result, string message)>>) Method

Namespace
Xenial.Delicious.Scopes
Containing Type
TastyScope

Syntax

public TestCase FIt(string name, Func<Task<(bool result, string message)>> action)

Parameters

Name Type Description
name string
action Func<Task<(bool result, string message)>>

Return Value

Type Description
TestCase