public static class ConstraintViolationAssert.PathExpectation extends Object
ConstraintViolation.public ConstraintViolationAssert.PathExpectation property(String name)
public ConstraintViolationAssert.PathExpectation property(String name, Class<?> containerClass, Integer typeArgumentIndex)
public ConstraintViolationAssert.PathExpectation property(String name, boolean inIterable, Object key, Integer index)
public ConstraintViolationAssert.PathExpectation property(String name, boolean inIterable, Object key, Integer index, Class<?> containerClass, Integer typeArgumentIndex)
public ConstraintViolationAssert.PathExpectation bean()
public ConstraintViolationAssert.PathExpectation bean(boolean inIterable, Object key, Integer index)
public ConstraintViolationAssert.PathExpectation bean(boolean inIterable, Object key, Integer index, Class<?> containerClass, Integer typeArgumentIndex)
public ConstraintViolationAssert.PathExpectation constructor(Class<?> clazz)
public ConstraintViolationAssert.PathExpectation method(String name)
public ConstraintViolationAssert.PathExpectation parameter(String name, int index)
public ConstraintViolationAssert.PathExpectation crossParameter()
public ConstraintViolationAssert.PathExpectation returnValue()
public ConstraintViolationAssert.PathExpectation containerElement(String name, boolean inIterable, Object key, Integer index, Class<?> containerClass, Integer typeArgumentIndex)
public String toStringInViolation()
Copyright © 2008–2017. All rights reserved.