ContainsConstraint<TExpected>.

ContainsConstraint(TExpected) Constructor

Summary

Initializes a new instance of the ContainsConstraint class.
Namespace
TCLite.Constraints
Containing Type
ContainsConstraint<TExpected>

Syntax

public ContainsConstraint(TExpected expected)

Parameters

Name Type Description
expected TExpected The expected value contained within the string/collection.

Return Value

Type Description
void