5 references to IsNotType
Microsoft.DotNet.XUnitAssert.Tests (5)
Asserts\TypeAssertsTests.cs (5)
318
Assert.
IsNotType
<object>(null, exactMatch: false);
326
var result = Record.Exception(() => Assert.
IsNotType
<InvalidCastException>(ex, exactMatch: false));
342
var result = Record.Exception(() => Assert.
IsNotType
<Exception>(ex, exactMatch: false));
359
var result = Record.Exception(() => Assert.
IsNotType
<IDisposable>(ex, exactMatch: false));
374
Assert.
IsNotType
<InvalidCastException>(new InvalidOperationException(), exactMatch: false);