4 references to IterationCount
xunit.assert (4)
CollectionAsserts.cs (4)
184
if (tracker.
IterationCount
!= elementInspectors.Length)
185
throw CollectionException.ForMismatchedItemCount(elementInspectors.Length, tracker.
IterationCount
, tracker.FormatStart());
225
if (tracker.
IterationCount
!= elementInspectors.Length)
226
throw CollectionException.ForMismatchedItemCount(elementInspectors.Length, tracker.
IterationCount
, tracker.FormatStart());