| ChangeAssertions Class |
Helper class to test changes of properties/indexers.
Inheritance Hierarchy
Namespace:
SmartTests.Assertions
Assembly:
SmartTests (in SmartTests.dll) Version: 1.12.0
Syntax public static class ChangeAssertions
<ExtensionAttribute>
Public NotInheritable Class ChangeAssertions
[ExtensionAttribute]
public ref class ChangeAssertions abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type ChangeAssertions = class end
The ChangeAssertions type exposes the following members.
Methods
| Name | Description |
---|
| ChangeT |
Creates an Assertion that ensure relative changes to a property/indexer of an object.
|
TopSee Also