NotChangedAssertions Class |
Namespace: SmartTests.Assertions
The NotChangedAssertions type exposes the following members.
Name | Description | |
---|---|---|
NotChanged(SmartAssertPlaceHolder, NotChangedKind) |
Creates an Assertion that ensure object properties/fields did not change in the Act part of your
test.
| |
NotChanged(SmartAssertPlaceHolder, Object, NotChangedKind) |
Creates an Assertion that ensure object properties/fields did not change in the Act part of your
test.
| |
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.
| |
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.
| |
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.
| |
NotChangedExceptAct |
Creates an Assertion that ensure object public properties did not change, except the one involved in
the Act part of your test.
|