4 references to IterationCount
xunit.assert (4)
CollectionAsserts.cs (4)
171 if (tracker.IterationCount != elementInspectors.Length) 172 throw CollectionException.ForMismatchedItemCount(elementInspectors.Length, tracker.IterationCount, tracker.FormatStart()); 212 if (tracker.IterationCount != elementInspectors.Length) 213 throw CollectionException.ForMismatchedItemCount(elementInspectors.Length, tracker.IterationCount, tracker.FormatStart());