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