Click or drag to resize

StringAssert Class

Verifies true/false propositions associated with strings in unit tests.
Inheritance Hierarchy
SystemObject
  Enkoni.Framework.TestingStringAssert

Namespace:  Enkoni.Framework.Testing
Assembly:  Enkoni.Framework.Testing (in Enkoni.Framework.Testing.dll) Version: 1.3.0.1
Syntax
public static class StringAssert
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