10 references to FormatStart
Microsoft.DotNet.XUnitAssert.Tests (4)
Sdk\CollectionTrackerTests.cs (4)
233 Assert.Equal("[]", CollectionTracker<object>.FormatStart(span));
241 Assert.Equal($"[{ArgumentFormatter.Ellipsis}]", CollectionTracker<object>.FormatStart(span, ArgumentFormatter.MAX_DEPTH));
253 Assert.Equal($"[1, {2.3M}, \"Hello, world!\"]", CollectionTracker<object>.FormatStart(span));
265 Assert.Equal($"[1, {2.3M}, \"Hello, world!\", 42, 2112, {ArgumentFormatter.Ellipsis}]", CollectionTracker<object>.FormatStart(span));
xunit.assert (6)