CollectionAssert Methods |
Name | Description | |
---|---|---|
![]() ![]() | DoesHaveSize(ICollection, Int32) | Verifies that the specified collection contains expectedSize elements. |
![]() ![]() | DoesHaveSize(ICollection, Int32, String) | Verifies that the specified collection contains expectedSize elements. |
![]() ![]() | DoesNotHaveSize(ICollection, Int32) | Verifies that the specified collection does not contain unexpectedSize elements. |
![]() ![]() | DoesNotHaveSize(ICollection, Int32, String) | Verifies that the specified collection does not contain unexpectedSize elements. |
![]() ![]() | IsEmpty(ICollection) | Verifies that the specified collection is empty. |
![]() ![]() | IsEmpty(ICollection, String) | Verifies that the specified collection is empty. |
![]() ![]() | IsNotEmpty(ICollection) | Verifies that the specified collection is not empty. |
![]() ![]() | IsNotEmpty(ICollection, String) | Verifies that the specified collection is not empty. |