22 references to FormatStart
Microsoft.DotNet.XUnitAssert.Tests (6)
MemoryAssertsTests.cs (1)
411 "Memory: " + CollectionTracker<int>.FormatStart(data) + Environment.NewLine +
Sdk\CollectionTrackerTests.cs (4)
189 Assert.Equal("[]", CollectionTracker<object>.FormatStart(collection)); 197 Assert.Equal($"[{ArgumentFormatter.Ellipsis}]", CollectionTracker<object>.FormatStart(collection, ArgumentFormatter.MAX_DEPTH)); 209 Assert.Equal($"[1, {2.3M}, \"Hello, world!\"]", CollectionTracker<object>.FormatStart(collection)); 221 Assert.Equal($"[1, {2.3M}, \"Hello, world!\", 42, 2112, {ArgumentFormatter.Ellipsis}]", CollectionTracker<object>.FormatStart(collection));
SpanAssertsTests.cs (1)
411 "Span: " + CollectionTracker<int>.FormatStart(data) + Environment.NewLine +
xunit.assert (16)
DictionaryAsserts.cs (4)
63 CollectionTracker<TKey>.FormatStart(collection.Keys) 97 CollectionTracker<TKey>.FormatStart(collection.Keys) 220 CollectionTracker<TKey>.FormatStart(collection.Keys) 246 CollectionTracker<TKey>.FormatStart(collection.Keys)
SetAsserts.cs (12)
46 CollectionTracker<T>.FormatStart(set) 73 CollectionTracker<T>.FormatStart(set) 144 CollectionTracker<T>.FormatStart(set) 170 CollectionTracker<T>.FormatStart(set) 259 CollectionTracker<T>.FormatStart(expectedSubset), 260 actual == null ? "null" : CollectionTracker<T>.FormatStart(actual) 288 CollectionTracker<T>.FormatStart(expectedSuperset), 289 actual == null ? "null" : CollectionTracker<T>.FormatStart(actual) 312 CollectionTracker<T>.FormatStart(expectedSubset), 313 actual == null ? "null" : CollectionTracker<T>.FormatStart(actual) 336 CollectionTracker<T>.FormatStart(expectedSuperset), 337 actual == null ? "null" : CollectionTracker<T>.FormatStart(actual)