Click or drag to resize

PropertyChangedAssertions Class

Helper class to test actual changes of properties/indexers.
Inheritance Hierarchy
SystemObject
  SmartTests.AssertionsPropertyChangedAssertions

Namespace:  SmartTests.Assertions
Assembly:  SmartTests (in SmartTests.dll) Version: 1.12.0
Syntax
public static class PropertyChangedAssertions
Methods
  NameDescription
Public methodStatic memberCode exampleNotRaised_PropertyChanged(SmartAssertPlaceHolder)
Creates an Assertion that ensure an object property/indexer did not change at all in the Act part of your test.
Public methodStatic memberCode exampleNotRaised_PropertyChangedT(SmartAssertPlaceHolder, ExpressionFuncT)
Creates an Assertion that ensure an object property/indexer did not change in the Act part of your test.
Public methodStatic memberCode exampleNotRaised_PropertyChangedT(SmartAssertPlaceHolder, T)
Creates an Assertion that ensure an object property/indexer did not change at all in the Act part of your test.
Public methodStatic memberCode exampleNotRaised_PropertyChangedT(SmartAssertPlaceHolder, T, String)
Creates an Assertion that ensure an object property/indexer did not change in the Act part of your test.
Public methodStatic memberCode exampleRaised_PropertyChanged(SmartAssertPlaceHolder)
Creates an Assertion that ensure an object property/indexer changed to a different value in the Act part of your test.
Public methodStatic memberCode exampleRaised_PropertyChangedT(SmartAssertPlaceHolder, ExpressionFuncT)
Creates an Assertion that ensure an object property/indexer changed to a different value in the Act part of your test.
Public methodStatic memberCode exampleRaised_PropertyChangedT(SmartAssertPlaceHolder, ExpressionFuncT, T)
Creates an Assertion that ensure an object property/indexer changed to a different value in the Act part of your test.
Public methodStatic memberCode exampleRaised_PropertyChangedT(SmartAssertPlaceHolder, T, String)
Creates an Assertion that ensure an object property/indexer changed to a different value in the Act part of your test.
Public methodStatic memberCode exampleRaised_PropertyChangedT(SmartAssertPlaceHolder, T, String, Object)
Creates an Assertion that ensure an object property/indexer changed to a different value in the Act part of your test.
Top
See Also