1 override of FormatStart
xunit.assert (1)
Sdk\CollectionTracker.cs (1)
574
public override string
FormatStart
(int depth = 1)
4 references to FormatStart
xunit.assert (4)
CollectionAsserts.cs (1)
538
throw EmptyException.ForNonEmptyCollection(tracker.
FormatStart
());
EqualityAsserts.cs (2)
605
formattedExpected = expectedTracker?.
FormatStart
() ?? "null";
606
formattedActual = actualTracker?.
FormatStart
() ?? "null";
Sdk\ArgumentFormatter.cs (1)
188
return tracker.
FormatStart
(depth);