Uses of Class
org.hibernate.validator.testutil.ConstraintViolationAssert.PathExpectation
Packages that use ConstraintViolationAssert.PathExpectation
Package
Description
This package contains utility classes for testing
-
Uses of ConstraintViolationAssert.PathExpectation in org.hibernate.validator.testutil
Methods in org.hibernate.validator.testutil that return ConstraintViolationAssert.PathExpectationModifier and TypeMethodDescriptionConstraintViolationAssert.PathExpectation.bean()ConstraintViolationAssert.PathExpectation.bean(boolean inIterable, Object key, Integer index, Class<?> containerClass, Integer typeArgumentIndex) ConstraintViolationAssert.PathExpectation.constructor(Class<?> clazz) ConstraintViolationAssert.PathExpectation.containerElement(String name, boolean inIterable, Object key, Integer index, Class<?> containerClass, Integer typeArgumentIndex) ConstraintViolationAssert.PathExpectation.crossParameter()ConstraintViolationAssert.pathWith()ConstraintViolationAssert.PathExpectation.property(String name, boolean inIterable, Object key, Integer index) ConstraintViolationAssert.PathExpectation.property(String name, boolean inIterable, Object key, Integer index, Class<?> containerClass, Integer typeArgumentIndex) ConstraintViolationAssert.PathExpectation.property(String name, Class<?> containerClass, Integer typeArgumentIndex) ConstraintViolationAssert.PathExpectation.returnValue()Methods in org.hibernate.validator.testutil with parameters of type ConstraintViolationAssert.PathExpectationModifier and TypeMethodDescriptionstatic voidConstraintViolationAssert.assertPathEquals(Path path, ConstraintViolationAssert.PathExpectation expectedPath) Asserts that the path matches the expected path.voidConstraintViolationAssert.ConstraintViolationSetAssert.containsOnlyPaths(ConstraintViolationAssert.PathExpectation... paths) voidConstraintViolationAssert.ConstraintViolationSetAssert.containsPath(ConstraintViolationAssert.PathExpectation expectedPath) voidConstraintViolationAssert.ConstraintViolationSetAssert.containsPaths(ConstraintViolationAssert.PathExpectation... expectedPaths) ConstraintViolationAssert.ViolationExpectation.withPropertyPath(ConstraintViolationAssert.PathExpectation propertyPath)