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)
MemoryAsserts.cs (3)
98 CollectionTracker<T>.FormatStart(expectedSubMemory.Span), 99 CollectionTracker<T>.FormatStart(actualMemory.Span) 179 var formattedExpected = CollectionTracker<T>.FormatStart(expectedSpan);
SpanAsserts.cs (3)
97 CollectionTracker<T>.FormatStart(expectedSubSpan), 98 CollectionTracker<T>.FormatStart(actualSpan) 173 var formattedExpected = CollectionTracker<T>.FormatStart(expectedSubSpan);