4 references to IterationCount
xunit.assert (4)
CollectionAsserts.cs (4)
262
if (tracker.
IterationCount
!= elementInspectors.Length)
263
throw CollectionException.ForMismatchedItemCount(elementInspectors.Length, tracker.
IterationCount
, tracker.FormatStart());
302
if (tracker.
IterationCount
!= elementInspectors.Length)
303
throw CollectionException.ForMismatchedItemCount(elementInspectors.Length, tracker.
IterationCount
, tracker.FormatStart());