Click or drag to resize

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
Syntax
public static void IsNotEmpty(
	string value
)

Parameters

value
Type: SystemString
The string that is expected not to match an empty string.
See Also