Asserts that the string is non null and empty

Namespace: MbUnit.Framework
Assembly:  MbUnit.Framework (in MbUnit.Framework.dll)

Syntax

         
 C#  Visual Basic  Visual C++ 
public static void IsEmpty(
	string s
)
Public Shared Sub IsEmpty ( _
	s As String _
)
public:
static void IsEmpty(
	String^ s
)

Parameters

s
String
String to test.

See Also