Click or drag to resize

NotChangedAssertionsNotChangedExcept Method

Overload List
  NameDescription
Public methodStatic memberCode exampleNotChangedExcept(SmartAssertPlaceHolder) Obsolete.
Creates an Assertion that ensure object public properties did not change, except the one involved in the Act part of your test.
Public methodStatic memberCode exampleNotChangedExcept(SmartAssertPlaceHolder, String)
Creates an Assertion that ensure object public properties did not change, except the specified ones, in the Act part of your test.
Public methodStatic memberCode exampleNotChangedExcept(SmartAssertPlaceHolder, NotChangedKind, String)
Creates an Assertion that ensure object properties/fields did not change, except the specified ones, in the Act part of your test.
Public methodStatic memberCode exampleNotChangedExceptT(SmartAssertPlaceHolder, ExpressionFuncT, NotChangedKind)
Creates an Assertion that ensure object properties/fields of the specified instance did not change, except the specified ones, in the Act part of your test.
Public methodStatic memberCode exampleNotChangedExcept(SmartAssertPlaceHolder, Object, String)
Creates an Assertion that ensure object public properties of the specified instance did not change, except the specified ones, in the Act part of your test.
Public methodStatic memberCode exampleNotChangedExcept(SmartAssertPlaceHolder, Object, NotChangedKind, String)
Creates an Assertion that ensure object properties/fields of the specified instance did not change, except the specified ones, in the Act part of your test.
Top
See Also