| Package | Description |
|---|---|
| org.hibernate.beanvalidation.tck.util |
| Modifier and Type | Method and Description |
|---|---|
ConstraintViolationAssert.PathExpectation |
ConstraintViolationAssert.PathExpectation.bean() |
ConstraintViolationAssert.PathExpectation |
ConstraintViolationAssert.PathExpectation.bean(boolean inIterable,
Object key,
Integer index) |
ConstraintViolationAssert.PathExpectation |
ConstraintViolationAssert.PathExpectation.bean(boolean inIterable,
Object key,
Integer index,
Class<?> containerClass,
Integer typeArgumentIndex) |
ConstraintViolationAssert.PathExpectation |
ConstraintViolationAssert.PathExpectation.constructor(Class<?> clazz) |
ConstraintViolationAssert.PathExpectation |
ConstraintViolationAssert.PathExpectation.containerElement(String name,
boolean inIterable,
Object key,
Integer index,
Class<?> containerClass,
Integer typeArgumentIndex) |
ConstraintViolationAssert.PathExpectation |
ConstraintViolationAssert.PathExpectation.crossParameter() |
ConstraintViolationAssert.PathExpectation |
ConstraintViolationAssert.PathExpectation.method(String name) |
ConstraintViolationAssert.PathExpectation |
ConstraintViolationAssert.PathExpectation.parameter(String name,
int index) |
static ConstraintViolationAssert.PathExpectation |
ConstraintViolationAssert.pathWith() |
ConstraintViolationAssert.PathExpectation |
ConstraintViolationAssert.PathExpectation.property(String name) |
ConstraintViolationAssert.PathExpectation |
ConstraintViolationAssert.PathExpectation.property(String name,
boolean inIterable,
Object key,
Integer index) |
ConstraintViolationAssert.PathExpectation |
ConstraintViolationAssert.PathExpectation.property(String name,
boolean inIterable,
Object key,
Integer index,
Class<?> containerClass,
Integer typeArgumentIndex) |
ConstraintViolationAssert.PathExpectation |
ConstraintViolationAssert.PathExpectation.property(String name,
Class<?> containerClass,
Integer typeArgumentIndex) |
ConstraintViolationAssert.PathExpectation |
ConstraintViolationAssert.PathExpectation.returnValue() |
| Modifier and Type | Method and Description |
|---|---|
static void |
ConstraintViolationAssert.assertConstraintViolation(javax.validation.ConstraintViolation<?> violation,
Class<?> rootBeanClass,
Object invalidValue,
ConstraintViolationAssert.PathExpectation propertyPath)
Asserts that the error message, root bean class, invalid value and property path of the given violation are equal
to the expected message, root bean class, invalid value and propertyPath.
|
void |
ConstraintViolationAssert.ConstraintViolationSetAssert.containsOnlyPaths(ConstraintViolationAssert.PathExpectation... paths) |
void |
ConstraintViolationAssert.ConstraintViolationSetAssert.containsPath(ConstraintViolationAssert.PathExpectation expectedPath) |
void |
ConstraintViolationAssert.ConstraintViolationSetAssert.containsPaths(ConstraintViolationAssert.PathExpectation... expectedPaths) |
static boolean |
ConstraintViolationAssert.pathsAreEqual(ConstraintViolationAssert.PathExpectation p1,
ConstraintViolationAssert.PathExpectation p2)
Checks that two property paths are equal.
|
static boolean |
ConstraintViolationAssert.pathsAreEqual(javax.validation.Path p1,
ConstraintViolationAssert.PathExpectation p2)
Checks that two property paths are equal.
|
ConstraintViolationAssert.ViolationExpectation |
ConstraintViolationAssert.ViolationExpectation.withPropertyPath(ConstraintViolationAssert.PathExpectation propertyPath) |
Copyright © 2008–2017. All rights reserved.