TastyScope.

It(string, Func<(bool success, string message)>) Method

Namespace
Xenial.Delicious.Scopes
Containing Type
TastyScope

Syntax

public TestCase It(string name, Func<(bool success, string message)> action)

Parameters

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

Return Value

Type Description
TestCase