Uses of Class
com.totvs.tjf.test.support.ConstraintAsserts.AssertConstraint
Packages that use ConstraintAsserts.AssertConstraint
-
Uses of ConstraintAsserts.AssertConstraint in com.totvs.tjf.test.support
Methods in com.totvs.tjf.test.support that return ConstraintAsserts.AssertConstraintModifier and TypeMethodDescriptionstatic <T> ConstraintAsserts.AssertConstraint<T>ConstraintAsserts.assertThatViolationsFor(T object, Class<?>... groups) Validates all constraints onobjectand build an instance ofConstraintAssertsto assert the violations for the supplied object.static <T> ConstraintAsserts.AssertConstraint<T>ConstraintAsserts.assertThatViolationsFor(T object, String property, Class<?>... groups) Validates all constraints placed on the property ofobjectand build an instance ofConstraintAssertsto assert the violations for the supplied object.