TastyTestCaseExtensions.

It(TestGroup, string, Action) Method

Namespace
Xenial
Containing Type
TastyTestCaseExtensions

Syntax

public static TestCase It(this TestGroup group, string name, Action action)

Parameters

Name Type Description
group TestGroup
name string
action Action

Return Value

Type Description
TestCase