|
Joutsen v0.5.0+12-g5dd5f7e
|
A factory class with methods that conveniently create constraints for object comparison through their public properties. More...
Static Public Member Functions | |
| static EqualPropertiesConstraint | EqualTo (object expected) |
Creates a new constraint which compares an object to the expected object by public properties. More... | |
A factory class with methods that conveniently create constraints for object comparison through their public properties.
|
static |
Creates a new constraint which compares an object to the expected object by public properties.
| expected | the expected object defining the property values to test for |