- Namespace
- TCLite
.Constraints - Base Types
-
- object
- Derived Types
graph BT
Type-->Base0["object"]
Type["Has_Syntax"]
class Type type-node
Derived0["Has"]-->Type
click Derived0 "/tc-lite/api/TCLite/Has"
Syntax
public class Has_Syntax
Properties
Name | Value | Summary |
---|---|---|
One | Items |
Returns a
TCLite.ItemsConstraintExpression which will apply
the following constraint to only one member of the collection,
and fail if none or more than one match occurs.
static
|
Methods
Name | Value | Summary |
---|---|---|
Exactly |
Items |
static
|
Substring |
SubstringConstraint |
Returns a constraint that succeeds if the actual
value contains the substring supplied as an argument.
static
|