4 references to validateError
Microsoft.DotNet.XUnitAssert.Tests (4)
Asserts\AsyncCollectionAssertsTests.cs (4)
812 validateError(() => Assert.Equal(expected, actual, new IntComparer(false)), "int[] ", "<generated> ");
813 validateError(() => Assert.Equal(expected.ToAsyncEnumerable(), actual, new IntComparer(false)), "", "");
890 validateError(() => Assert.Equal(new[] { 1, 2 }, new[] { 1, 3 }.ToAsyncEnumerable(), new ThrowingComparer()), "int[] ", "<generated> ");
892 validateError(() => Assert.Equal(new[] { 1, 2 }.ToAsyncEnumerable(), new[] { 1, 3 }.ToAsyncEnumerable(), new ThrowingComparer()), "", "");