Table of Contents

Method ForNonEmptyCollection

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

ForNonEmptyCollection()

Creates a new instance of the NotEmptyException class to be thrown when a collection was unexpectedly empty.

public static NotEmptyException ForNonEmptyCollection()

Returns