NUnit.Framework.Constraints.EmptyCollectionConstraint
EmptyCollectionConstraint tests whether a collection is empty.
namespace NUnit.Framework.Constraints
{
public class EmptyCollectionConstraint : CollectionConstraint
{
public EmptyCollectionConstraint();
}
}