TastyTestCaseExtensions.

Forced(TestCase, Func<bool>) Method

Namespace
Xenial
Containing Type
TastyTestCaseExtensions

Syntax

public static TestCase Forced(this TestCase test, Func<bool> predicate)

Parameters

Name Type Description
test TestCase
predicate Func<bool>

Return Value

Type Description
TestCase