Does_Syntax Class

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(string) EndsWithConstraint
Returns a constraint that succeeds if the actual value ends with the substring supplied as an argument.
static
Match(Regex) RegexConstraint
Returns a constraint that succeeds if the actual value matches the regular expression supplied as an argument.
static
Match(string, RegexOptions) RegexConstraint
Returns a constraint that succeeds if the actual value matches the regular expression supplied as an argument.
static
StartWith(string) StartsWithConstraint
Returns a constraint that succeeds if the actual value starts with the substring supplied as an argument.
static