Table of Contents

Method ForNullValue

Namespace
Xunit.Sdk
Assembly
xunit.v3.assert.dll

ForNullValue()

Creates a new instance of the NotNullException class to be thrown when a reference value is null.

public static NotNullException ForNullValue()

Returns