TastyScope.

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

Namespace
Xenial.Delicious.Scopes
Containing Type
TastyScope

Syntax

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

Parameters

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

Return Value

Type Description
TestCase