Table of Contents

Method ForUnsetProperty

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

ForUnsetProperty(string)

Creates a new instance of the PropertyChangedException class to be thrown when a property was unexpectedly not set.

public static PropertyChangedException ForUnsetProperty(string propertyName)

Parameters

propertyName string

The name of the property that was expected to be changed.

Returns