Table of Contents

Method ForNonEmptyString

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

ForNonEmptyString(string)

Creates a new instance of the EmptyException to be thrown when the string is not empty.

public static EmptyException ForNonEmptyString(string value)

Parameters

value string

The non-empty string value

Returns