Tasty.

FIt(string, Func<Task<bool>>) Method

Summary

Adds a TestCase to the current scope and mark it as forced/focused Return true if the test is succeeded otherwise false
Namespace
Xenial
Containing Type
Tasty

Syntax

public static TestCase FIt(string name, Func<Task<bool>> action)

Parameters

Name Type Description
name string The name.
action Func<Task<bool>> The action.

Return Value

Type Description
TestCase TestCase.