Tasty.

It(string, Executable) Method

Summary

Adds a TestCase to the current scope Return true if the test is succeeded otherwise falseS
Namespace
Xenial
Containing Type
Tasty

Syntax

public static TestCase It(string name, Executable action)

Parameters

Name Type Description
name string The name.
action Executable The action.

Return Value

Type Description
TestCase TestCase.