Table of Contents

Method ForNonNullPointer

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

ForNonNullPointer(Type)

Creates a new instance of the NullException class to be thrown when the given pointer value was unexpectedly not null.

public static NullException ForNonNullPointer(Type type)

Parameters

type Type

The inner type of the value

Returns