Click or drag to resize

Case Constructor (String, Criteria)

Creates an instance of Case for a parameter specific Criteria expression.

Namespace:  SmartTests
Assembly:  SmartTests (in SmartTests.dll) Version: 1.12.0
Syntax
public Case(
	string parameterName,
	Criteria criteria
)

Parameters

parameterName
Type: SystemString
The name of the parameter for which to associate a Criteria expression.
criteria
Type: SmartTestsCriteria
The Criteria expression for the provided parameterName.
Exceptions
ExceptionCondition
ArgumentNullExceptionIf criteria is null.
See Also