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