NotChangedAssertionsNotChangedExcept Method |
Name | Description | |
---|---|---|
NotChangedExcept(SmartAssertPlaceHolder) | Obsolete.
Creates an Assertion that ensure object public properties did not change, except the one involved in
the Act part of your test.
| |
NotChangedExcept(SmartAssertPlaceHolder, String) |
Creates an Assertion that ensure object public properties did not change, except the specified ones,
in
the Act part of your test.
| |
NotChangedExcept(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.
| |
NotChangedExceptT(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.
| |
NotChangedExcept(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.
| |
NotChangedExcept(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.
|