Click or drag to resize

StringAssert Methods

Methods
  NameDescription
Public methodStatic memberIsEmpty(String)
Verifies that the specified string equals an empty string.
Public methodStatic memberIsEmpty(String, String)
Verifies that the specified string equals an empty string.
Public methodStatic memberIsNotEmpty(String)
Verifies that the specified string does not equal an empty string.
Public methodStatic memberIsNotEmpty(String, String)
Verifies that the specified string does not equal an empty string.
Public methodStatic memberIsNotNullOrEmpty(String)
Verifies that the specified string does not equal or an empty string.
Public methodStatic memberIsNotNullOrEmpty(String, String)
Verifies that the specified string does not equal or an empty string.
Public methodStatic memberIsNullOrEmpty(String)
Verifies that the specified string equals or an empty string.
Public methodStatic memberIsNullOrEmpty(String, String)
Verifies that the specified string equals or an empty string.
Top
See Also