- Namespace
- TCLite
.Constraints - Base Types
-
- object
- Derived Types
graph BT
Type-->Base0["object"]
Type["Does_Syntax"]
class Type type-node
Derived0["Does"]-->Type
click Derived0 "/tc-lite/api/TCLite/Does"
Syntax
public class Does_Syntax
Methods
Name | Value | Summary |
---|---|---|
EndWith |
EndsWithConstraint |
Returns a constraint that succeeds if the actual
value ends with the substring supplied as an argument.
static
|
Match |
RegexConstraint |
Returns a constraint that succeeds if the actual
value matches the regular expression supplied as an argument.
static
|
Match |
RegexConstraint |
Returns a constraint that succeeds if the actual
value matches the regular expression supplied as an argument.
static
|
StartWith |
StartsWithConstraint |
Returns a constraint that succeeds if the actual
value starts with the substring supplied as an argument.
static
|