Click or drag to resize

StringAssertIsEmpty Method (String, String)

Verifies that the specified string equals 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 IsEmpty(
	string value,
	string message
)

Parameters

value
Type: SystemString
The string that is expected to match an empty string.
message
Type: SystemString
A message to display if the assertion fails. This message can be seen in the unit test results.
See Also