2 references to CollectionException
xunit.assert (2)
CollectionAsserts.cs (2)
171
throw new
CollectionException
(collection, expectedCount, actualCount);
181
throw new
CollectionException
(collection, expectedCount, actualCount, idx, ex);