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)
56 CollectionTracker<TKey>.FormatStart(collection.Keys) 90 CollectionTracker<TKey>.FormatStart(collection.Keys) 221 CollectionTracker<TKey>.FormatStart(collection.Keys) 247 CollectionTracker<TKey>.FormatStart(collection.Keys)
SetAsserts.cs (12)
42 CollectionTracker<T>.FormatStart(set) 69 CollectionTracker<T>.FormatStart(set) 140 CollectionTracker<T>.FormatStart(set) 166 CollectionTracker<T>.FormatStart(set) 255 CollectionTracker<T>.FormatStart(expectedSubset), 256 actual == null ? "null" : CollectionTracker<T>.FormatStart(actual) 284 CollectionTracker<T>.FormatStart(expectedSuperset), 285 actual == null ? "null" : CollectionTracker<T>.FormatStart(actual) 308 CollectionTracker<T>.FormatStart(expectedSubset), 309 actual == null ? "null" : CollectionTracker<T>.FormatStart(actual) 332 CollectionTracker<T>.FormatStart(expectedSuperset), 333 actual == null ? "null" : CollectionTracker<T>.FormatStart(actual)