4 references to IsNotType
Microsoft.DotNet.XUnitAssert.Tests (3)
Asserts\TypeAssertsTests.cs (3)
387
Assert.
IsNotType
(typeof(Exception), ex);
393
var result = Record.Exception(() => Assert.
IsNotType
(typeof(InvalidCastException), new InvalidCastException()));
407
Assert.
IsNotType
(typeof(object), null);
xunit.assert (1)
TypeAsserts.cs (1)
109
IsNotType
(typeof(T), @object);