public static class ConstraintViolationAssert.ViolationExpectation extends Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
String |
toString() |
ConstraintViolationAssert.ViolationExpectation |
withInvalidValue(Object invalidValue) |
ConstraintViolationAssert.ViolationExpectation |
withLeafBean(Object leafBean) |
ConstraintViolationAssert.ViolationExpectation |
withMessage(String message) |
ConstraintViolationAssert.ViolationExpectation |
withProperty(String property) |
ConstraintViolationAssert.ViolationExpectation |
withPropertyPath(ConstraintViolationAssert.PathExpectation propertyPath) |
ConstraintViolationAssert.ViolationExpectation |
withRootBeanClass(Class<?> rootBeanClass) |
public ConstraintViolationAssert.ViolationExpectation withRootBeanClass(Class<?> rootBeanClass)
public ConstraintViolationAssert.ViolationExpectation withMessage(String message)
public ConstraintViolationAssert.ViolationExpectation withInvalidValue(Object invalidValue)
public ConstraintViolationAssert.ViolationExpectation withPropertyPath(ConstraintViolationAssert.PathExpectation propertyPath)
public ConstraintViolationAssert.ViolationExpectation withProperty(String property)
public ConstraintViolationAssert.ViolationExpectation withLeafBean(Object leafBean)
Copyright © 2008–2017. All rights reserved.