| Package | Description |
|---|---|
| org.hibernate.beanvalidation.tck.util |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
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–2017. All rights reserved.