![]() | PropertyChangedAssertions Class |
Namespace: SmartTests.Assertions
Name | Description | |
---|---|---|
![]() ![]() ![]() | NotRaised_PropertyChanged(SmartAssertPlaceHolder) |
Creates an Assertion that ensure an object property/indexer did not change at all in the Act
part of your test.
|
![]() ![]() ![]() | NotRaised_PropertyChangedT(SmartAssertPlaceHolder, ExpressionFuncT) |
Creates an Assertion that ensure an object property/indexer did not change in the Act
part of your test.
|
![]() ![]() ![]() | NotRaised_PropertyChangedT(SmartAssertPlaceHolder, T) |
Creates an Assertion that ensure an object property/indexer did not change at all in the Act
part of your test.
|
![]() ![]() ![]() | NotRaised_PropertyChangedT(SmartAssertPlaceHolder, T, String) |
Creates an Assertion that ensure an object property/indexer did not change in the Act
part of your test.
|
![]() ![]() ![]() | Raised_PropertyChanged(SmartAssertPlaceHolder) |
Creates an Assertion that ensure an object property/indexer changed to a different value in the Act
part of your test.
|
![]() ![]() ![]() | Raised_PropertyChangedT(SmartAssertPlaceHolder, ExpressionFuncT) |
Creates an Assertion that ensure an object property/indexer changed to a different value in the Act
part of your test.
|
![]() ![]() ![]() | Raised_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.
|
![]() ![]() ![]() | Raised_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.
|
![]() ![]() ![]() | Raised_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.
|