1 override of FormatStart
xunit.assert (1)
Sdk\CollectionTracker.cs (1)
648
public override string
FormatStart
(int depth = 1)
4 references to FormatStart
xunit.assert (4)
CollectionAsserts.cs (1)
467
throw EmptyException.ForNonEmptyCollection(tracker.
FormatStart
());
EqualityAsserts.cs (2)
740
formattedExpected = expectedTracker?.
FormatStart
() ?? "null";
741
formattedActual = actualTracker?.
FormatStart
() ?? "null";
Sdk\ArgumentFormatter.cs (1)
244
return tracker.
FormatStart
(depth);