TastyTestCaseExtensions.

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

Namespace
Xenial
Containing Type
TastyTestCaseExtensions

Syntax

public static TestCase It(this TestGroup group, string name, Func<(bool success, string message)> action)

Parameters

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

Return Value

Type Description
TestCase