Does
Helper class with properties and methods that supply
a number of constraints used in Asserts.
Returns a ConstraintExpression that negates any
following constraint.
Returns a new ContainsConstraint. This constraint
will, in turn, make use of the appropriate second-level
constraint, depending on the type of the actual argument.
Returns a constraint that succeeds if the actual
value ends with the substring supplied as an argument.
Returns a constraint that succeeds if the actual
value matches the regular expression supplied as an argument.
Returns a constraint that succeeds if the actual
value starts with the substring supplied as an argument.