StringAssert Members
Include Protected Members
Include Inherited Members
Verifies true/false propositions associated with strings in unit tests.
Methods
Name
Description
Overloaded. Verifies that a specified string contains a specified substring. This method is case sensitive.
Overloaded. Verifies that a specified string does not match a regular expression.
Overloaded. Verifies that a specified string ends with a specified substring. This method is case sensitive.
Overloaded. Verifies that a specified string matches a regular expression.
Overloaded. Verifies that a specified string begins with a specified substring. This method is case sensitive.
Top