10 references to NotStrictEqual
Microsoft.DotNet.XUnitAssert.Tests (4)
EqualityAssertsTests.cs (4)
4275
var ex = Record.Exception(() => Assert.
NotStrictEqual
("actual", "actual"));
4289
Assert.
NotStrictEqual
("bob", "jim");
4295
Assert.
NotStrictEqual
(new EnumerableClass("ploeh"), new EnumerableClass("fnaah"));
4301
var ex = Record.Exception(() => Assert.
NotStrictEqual
(new DerivedClass(), new BaseClass()));
System.ServiceModel.Primitives.Tests (6)
ServiceModel\ChannelFactoryTest.cs (4)
55
Assert.
NotStrictEqual
<IRequestChannel>(channel, channel2);
58
Assert.
NotStrictEqual
<object>("other", channel);
112
Assert.
NotStrictEqual
<IRequestChannel>(channel, channel2);
115
Assert.
NotStrictEqual
<object>("other", channel);
ServiceModel\DuplexChannelFactoryTest.cs (2)
245
Assert.
NotStrictEqual
<IWcfDuplexService>(channel, channel2);
248
Assert.
NotStrictEqual
<object>("other", channel);