Class PropertyChangedException
Exception thrown when Assert.PropertyChanged fails.
public class PropertyChangedException : XunitException, ISerializable, IAssertionException
- Inheritance
-
PropertyChangedException
- Implements
- Inherited Members
Methods
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
propertyNamestringThe name of the property that was expected to be changed.