Verify Methods

The Verify type exposes the following members.

Methods
  NameDescription
Public methodStatic memberContains
Tests that an input does not contain a value.
Public methodStatic memberEquals
Tests that two objects are equal.
Public methodStatic memberFalse
Tests that an input is false.
Public methodStatic memberMatches
Tests that an input matches a regular expression pattern.
Public methodStatic memberNotEquals
Tests that two objects are not equal.
Public methodStatic memberNotMatches
Tests that an input does not matche a regular expression pattern.
Public methodStatic memberTrue
Tests that an input is true.
Top
See Also