2 instantiations of NullException
xunit.assert (2)
Sdk\Exceptions\NullException.cs (2)
48
new
NullException
(
72
new
NullException
(
9 references to NullException
Microsoft.DotNet.XUnitAssert.Tests (2)
NullAssertsTests.cs (2)
68
Assert.IsType<
NullException
>(ex);
84
Assert.IsType<
NullException
>(ex);
xunit.assert (7)
NullAsserts.cs (4)
64
/// <exception cref="
NullException
">Thrown when the object reference is not null</exception>
72
throw
NullException
.ForNonNullValue(@object);
79
/// <exception cref="
NullException
">Thrown when the value is not null</exception>
89
throw
NullException
.ForNonNullStruct(typeof(T), value);
Sdk\Exceptions\NullException.cs (3)
34
/// Creates a new instance of the <see cref="
NullException
"/> class to be thrown
60
/// Creates a new instance of the <see cref="
NullException
"/> class to be thrown
66
public static
NullException
ForNonNullValue<[DynamicallyAccessedMembers(