5 references to NotEqual
Microsoft.AspNetCore.OutputCaching.Tests (1)
OutputCacheTests.cs (1)
1073
Assert.
NotEqual
(initialResponse.Headers.GetValues("X-Value"), subsequentResponse.Headers.GetValues("X-Value"));
Microsoft.AspNetCore.ResponseCaching.Tests (1)
ResponseCachingTests.cs (1)
977
Assert.
NotEqual
(initialResponse.Headers.GetValues("X-Value"), subsequentResponse.Headers.GetValues("X-Value"));
Microsoft.CodeAnalysis.UnitTests (1)
InternalUtilities\StreamExtensionsTests.cs (1)
85
Assert.
NotEqual
(destArray, destCopy);
Microsoft.DotNet.XUnitAssert.Tests (2)
CollectionAssertsTests.cs (2)
1103
Assert.
NotEqual
(expected, actual);
1112
Assert.Throws<NotEqualException>(() => Assert.
NotEqual
(expected, actual));