StringAssert Methods |
| Name | Description | |
|---|---|---|
| IsEmpty(String) | Verifies that the specified string equals an empty string. | |
| IsEmpty(String, String) | Verifies that the specified string equals an empty string. | |
| IsNotEmpty(String) | Verifies that the specified string does not equal an empty string. | |
| IsNotEmpty(String, String) | Verifies that the specified string does not equal an empty string. | |
| IsNotNullOrEmpty(String) | Verifies that the specified string does not equal or an empty string. | |
| IsNotNullOrEmpty(String, String) | Verifies that the specified string does not equal or an empty string. | |
| IsNullOrEmpty(String) | Verifies that the specified string equals or an empty string. | |
| IsNullOrEmpty(String, String) | Verifies that the specified string equals or an empty string. |