Click or drag to resize

PropertyChangedAssertionsRaised_PropertyChanged Method

Overload List
  NameDescription
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