StringAssertIsNotNullOrEmpty Method (String) |
Verifies that the specified string does not equal or an empty string.
Namespace:
Enkoni.Framework.Testing
Assembly:
Enkoni.Framework.Testing (in Enkoni.Framework.Testing.dll) Version: 1.3.0.1
Syntaxpublic static void IsNotNullOrEmpty(
string value
)
Public Shared Sub IsNotNullOrEmpty (
value As String
)
public:
static void IsNotNullOrEmpty(
String^ value
)
static member IsNotNullOrEmpty :
value : string -> unit
Parameters
- value
- Type: SystemString
The string that is expected not to be or to match an empty string.
See Also