4 references to IsNotType
Microsoft.DotNet.XUnitAssert.Tests (3)
TypeAssertsTests.cs (3)
149
Assert.
IsNotType
(typeof(Exception), expected);
157
() => Assert.
IsNotType
(typeof(InvalidCastException), new InvalidCastException()));
165
Assert.
IsNotType
(typeof(object), null);
xunit.assert (1)
TypeAsserts.cs (1)
70
IsNotType
(typeof(T), @object);