4 references to IsNotType
Microsoft.DotNet.XUnitAssert.Tests (3)
TypeAssertsTests.cs (3)
318
Assert.
IsNotType
(typeof(Exception), ex);
324
var result = Record.Exception(() => Assert.
IsNotType
(typeof(InvalidCastException), new InvalidCastException()));
338
Assert.
IsNotType
(typeof(object), null);
xunit.assert (1)
TypeAsserts.cs (1)
117
IsNotType
(typeof(T), @object);