1 instantiation of IsNotTypeException
xunit.assert (1)
TypeAsserts.cs (1)
89 throw new IsNotTypeException(expectedType, @object);
5 references to IsNotTypeException
Microsoft.DotNet.XUnitAssert.Tests (2)
TypeAssertsTests.cs (2)
129 Assert.Throws<IsNotTypeException>( 156 Assert.Throws<IsNotTypeException>(
xunit.assert (3)
Sdk\Exceptions\IsNotTypeException.cs (1)
20 /// Creates a new instance of the <see cref="IsNotTypeException"/> class.
TypeAsserts.cs (2)
64 /// <exception cref="IsNotTypeException">Thrown when the object is the given type</exception> 77 /// <exception cref="IsNotTypeException">Thrown when the object is the given type</exception>