26 references to FormatStart
Microsoft.DotNet.XUnitAssert.Tests (6)
Asserts\MemoryAssertsTests.cs (1)
406
"Memory: " + CollectionTracker<int>.
FormatStart
(data) + Environment.NewLine +
Asserts\Sdk\CollectionTrackerTests.cs (4)
174
Assert.Equal("[]", CollectionTracker<object>.
FormatStart
(collection));
182
Assert.Equal($"[{ArgumentFormatter.Ellipsis}]", CollectionTracker<object>.
FormatStart
(collection, ArgumentFormatter.MaxEnumerableLength + 1));
190
Assert.Equal($"[1, {2.3M}, \"Hello, world!\"]", CollectionTracker<object>.
FormatStart
(collection));
198
Assert.Equal($"[1, {2.3M}, \"Hello, world!\", 42, 2112, {ArgumentFormatter.Ellipsis}]", CollectionTracker<object>.
FormatStart
(collection));
Asserts\SpanAssertsTests.cs (1)
406
"Span: " + CollectionTracker<int>.
FormatStart
(data) + Environment.NewLine +
xunit.assert (20)
DictionaryAsserts.cs (4)
43
CollectionTracker<TKey>.
FormatStart
(collection.Keys)
71
CollectionTracker<TKey>.
FormatStart
(collection.Keys)
167
CollectionTracker<TKey>.
FormatStart
(collection.Keys)
193
CollectionTracker<TKey>.
FormatStart
(collection.Keys)
SetAsserts.cs (12)
35
CollectionTracker<T>.
FormatStart
(set)
58
CollectionTracker<T>.
FormatStart
(set)
128
CollectionTracker<T>.
FormatStart
(set)
150
CollectionTracker<T>.
FormatStart
(set)
223
CollectionTracker<T>.
FormatStart
(expectedSubset),
224
actual == null ? "null" : CollectionTracker<T>.
FormatStart
(actual)
247
CollectionTracker<T>.
FormatStart
(expectedSuperset),
248
actual == null ? "null" : CollectionTracker<T>.
FormatStart
(actual)
271
CollectionTracker<T>.
FormatStart
(expectedSubset),
272
actual == null ? "null" : CollectionTracker<T>.
FormatStart
(actual)
295
CollectionTracker<T>.
FormatStart
(expectedSuperset),
296
actual == null ? "null" : CollectionTracker<T>.
FormatStart
(actual)
SetAsserts_aot.cs (4)
280
var expectedFormatted = CollectionTracker<T>.
FormatStart
(expected);
281
var actualFormatted = actual == null ? "null" : CollectionTracker<T>.
FormatStart
(actual);
311
var expectedFormatted = CollectionTracker<T>.
FormatStart
(expected);
312
var actualFormatted = actual == null ? "null" : CollectionTracker<T>.
FormatStart
(actual);