TastyScope.

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

Namespace
Xenial.Delicious.Scopes
Containing Type
TastyScope

Syntax

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

Parameters

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

Return Value

Type Description
TestCase