4 references to validateError
Microsoft.DotNet.XUnitAssert.Tests (4)
AsyncCollectionAssertsTests.cs (4)
1202 validateError(() => Assert.NotEqual(expected, actual, new IntComparer(true)), "int[] ", "<generated> "); 1203 validateError(() => Assert.NotEqual(expected.ToAsyncEnumerable(), actual, new IntComparer(true)), "", ""); 1246 validateError(() => Assert.NotEqual(expected, actual, new ThrowingComparer()), "int[] ", "<generated> "); 1247 validateError(() => Assert.NotEqual(expected.ToAsyncEnumerable(), actual, new ThrowingComparer()), "", "");