2 instantiations of NullException
xunit.assert (2)
Sdk\Exceptions\NullException.cs (2)
43 new NullException( 67 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)
59 /// <exception cref="NullException">Thrown when the object reference is not null</exception> 67 throw NullException.ForNonNullValue(@object); 74 /// <exception cref="NullException">Thrown when the value is not null</exception> 84 throw NullException.ForNonNullStruct(typeof(T), value);
Sdk\Exceptions\NullException.cs (3)
29 /// Creates a new instance of the <see cref="NullException"/> class to be thrown 55 /// Creates a new instance of the <see cref="NullException"/> class to be thrown 61 public static NullException ForNonNullValue<[DynamicallyAccessedMembers(