CollectionAssertIsEmpty Method (ICollection) |
Verifies that the specified collection is empty.
Namespace:
Enkoni.Framework.Testing
Assembly:
Enkoni.Framework.Testing (in Enkoni.Framework.Testing.dll) Version: 1.3.0.1
Syntaxpublic static void IsEmpty(
ICollection value
)
Public Shared Sub IsEmpty (
value As ICollection
)
public:
static void IsEmpty(
ICollection^ value
)
static member IsEmpty :
value : ICollection -> unit
Parameters
- value
- Type: System.CollectionsICollection
The collection that is expected to be empty.
See Also