|
| Name | Description |
|---|
.gif) .gif) | Contains(String, String) | Verifies that the first string contains the second string. This method is case sensitive. |
.gif) .gif) | Contains(String, String, String) | Verifies that the first string contains the second string. Displays a message if the assertion fails. This method is case sensitive. |
.gif) .gif) | Contains(String, String, String, array<Object>[]()[]) | Verifies that the first string contains the second string. Displays a message if the assertion fails, and applies the specified formatting to it. This method is case sensitive. |
.gif) .gif) | DoesNotMatch(String, Regex) | Verifies that the specified string does not match the regular expression. |
.gif) .gif) | DoesNotMatch(String, Regex, String) | Verifies that the specified string does not match the regular expression. Displays a message if the assertion fails. |
.gif) .gif) | DoesNotMatch(String, Regex, String, array<Object>[]()[]) | Verifies that the specified string does not match the regular expression. Displays a message if the assertion fails, and applies the specified formatting to it. |
.gif) .gif) | EndsWith(String, String) | Verifies that the first string ends with the second string. This method is case sensitive. |
.gif) .gif) | EndsWith(String, String, String) | Verifies that the first string ends with the second string. Displays a message if the assertion fails. This method is case sensitive. |
.gif) .gif) | EndsWith(String, String, String, array<Object>[]()[]) | Verifies that the first string ends with the second string. Displays a message if the assertion fails, and applies the specified formatting to it. This method is case sensitive. |
.gif) .gif) | Matches(String, Regex) | Verifies that the specified string matches the regular expression. |
.gif) .gif) | Matches(String, Regex, String) | Verifies that the specified string matches the regular expression. Displays a message if the assertion fails. |
.gif) .gif) | Matches(String, Regex, String, array<Object>[]()[]) | Verifies that the specified string matches the regular expression. Displays a message if the assertion fails, and applies the specified formatting to it. |
.gif) .gif) | StartsWith(String, String) | Verifies that the first string begins with the second string. This method is case sensitive. |
.gif) .gif) | StartsWith(String, String, String) | Verifies that the first string begins with the second string. Displays a message if the assertion fails. This method is case sensitive. |
.gif) .gif) | StartsWith(String, String, String, array<Object>[]()[]) | Verifies that the first string begins with the second string. Displays a message if the assertion fails, and applies the specified formatting to it. This method is case sensitive. |