StringAssert Members
Verifies true/false propositions associated with strings in unit tests.
The following tables list the members exposed by the StringAssert type.
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| Contains | Overloaded. Verifies that a specified string contains a specified substring. |
| DoesNotMatch | Overloaded. Verifies that a specified string does not match a regular expression. |
| EndsWith | Overloaded. Verifies that a specified string ends with a specified substring. |
| Equals | Overloaded. (Inherited from Object.) |
| GetHashCode | (Inherited from Object.) |
| GetType | (Inherited from Object.) |
| Matches | Overloaded. Verifies that a specified string matches a regular expression. |
| ReferenceEquals | (Inherited from Object.) |
| StartsWith | Overloaded. Verifies that a specified string begins with a specified substring. |
| ToString | (Inherited from Object.) |