5 references to Value
Microsoft.DotNet.XUnitAssert.Tests (5)
Asserts\AsyncCollectionAssertsTests.cs (5)
1014 Assert.Equal(expected, actual, (x, y) => x.Value / 2 == y.Value / 2); 1015 Assert.Equal(expected.ToAsyncEnumerable(), actual, (x, y) => x.Value / 2 == y.Value / 2); 1024 Enumerable.Repeat("", Value).GetEnumerator();