Asserts\AsyncCollectionAssertsTests.cs (3)
1340 Assert.NotEqual(expected.ToAsyncEnumerable(), actual, (int x, int y) => false);
1367 validateError(() => Assert.NotEqual(expected.ToAsyncEnumerable(), actual, (int x, int y) => true), "", "");
1397 validateError(() => Assert.NotEqual(expected.ToAsyncEnumerable(), actual, (int e, int a) => throw new DivideByZeroException()), "", "");