Uses of Class
org.hibernate.beanvalidation.tck.util.PathUtil.PathExpectation

Packages that use PathUtil.PathExpectation
org.hibernate.beanvalidation.tck.util   
 

Uses of PathUtil.PathExpectation in org.hibernate.beanvalidation.tck.util
 

Methods in org.hibernate.beanvalidation.tck.util that return PathUtil.PathExpectation
 PathUtil.PathExpectation PathUtil.PathExpectation.bean()
           
 PathUtil.PathExpectation PathUtil.PathExpectation.bean(boolean inIterable, Object key, Integer index)
           
 PathUtil.PathExpectation PathUtil.PathExpectation.crossParameter()
           
 PathUtil.PathExpectation PathUtil.PathExpectation.method(String name)
           
 PathUtil.PathExpectation PathUtil.PathExpectation.parameter(String name, int index)
           
static PathUtil.PathExpectation PathUtil.pathWith()
          Creates a path expectation which can be configured using the offered fluent API methods.
 PathUtil.PathExpectation PathUtil.PathExpectation.property(String name)
           
 PathUtil.PathExpectation PathUtil.PathExpectation.property(String name, boolean inIterable, Object key, Integer index)
           
 

Methods in org.hibernate.beanvalidation.tck.util with parameters of type PathUtil.PathExpectation
static void PathUtil.assertViolationsContainOnlyPaths(Set<? extends javax.validation.ConstraintViolation<?>> actualViolations, PathUtil.PathExpectation... paths)
          Asserts that the given violations only contain the given expected property paths.
 



Copyright © 2008-2013. All Rights Reserved.