|
Joutsen v0.5.0+12-g5dd5f7e
|
A convenience class which extends NUnit.Framework.Constraints.ConstraintExpression with methods for custom constraints. More...
Static Public Member Functions | |
| static EqualPropertiesConstraint | EqualInPropertiesTo (this ConstraintExpression expression, object expected) |
| Creates a new Framework.NUnit3.EqualPropertiesConstraint for unit testing. More... | |
A convenience class which extends NUnit.Framework.Constraints.ConstraintExpression with methods for custom constraints.
|
static |
Creates a new Framework.NUnit3.EqualPropertiesConstraint for unit testing.
| expression | the constraint expression to extend with the Framework.NUnit3.EqualPropertiesConstraint. |
| expected | the object containing the expected property values |