@SpecVersion(spec="beanvalidation",
version="2.0.0")
public class CustomPropertyPathTest
extends BaseExecutableValidatorTest
| Modifier and Type | Class and Description |
|---|---|
static interface |
CustomPropertyPathTest.ClassLevelValidationAddingPropertyNodes |
static interface |
CustomPropertyPathTest.CrossParameterValidationAddingParameterBeanAndPropertyNodes |
static interface |
CustomPropertyPathTest.FieldLevelValidationAddingParameterNode |
static interface |
CustomPropertyPathTest.MyClassLevelValidation |
static interface |
CustomPropertyPathTest.PropertyLevelValidationAddingBeanAndPropertyNodes |
| Constructor and Description |
|---|
CustomPropertyPathTest() |
| Modifier and Type | Method and Description |
|---|---|
static org.jboss.shrinkwrap.api.spec.WebArchive |
createTestArchive() |
void |
testAddBeanNode() |
void |
testAddingNodesInClassLevelConstraintKeepsInIterableKeyAndIndex() |
void |
testAddParameterNode() |
void |
testAddParameterNodeForFieldLevelConstraintCausesException() |
void |
testAddParameterNodeUsingCustomParameterNameProvider() |
void |
testAddPropertyNode() |
getExecutableValidatorgetValidator@Deployment public static org.jboss.shrinkwrap.api.spec.WebArchive createTestArchive()
@SpecAssertion(section="validationapi-constraintviolation",
id="an")
public void testAddPropertyNode()
@SpecAssertion(section="validationapi-constraintviolation",
id="an")
public void testAddBeanNode()
@SpecAssertion(section="validationapi-constraintviolation",
id="an")
public void testAddingNodesInClassLevelConstraintKeepsInIterableKeyAndIndex()
@SpecAssertion(section="validationapi-constraintviolation",
id="an")
public void testAddParameterNode()
throws Exception
Exception@SpecAssertion(section="validationapi-constraintviolation",
id="an")
public void testAddParameterNodeUsingCustomParameterNameProvider()
throws Exception
ExceptionCopyright © 2008–2017. All rights reserved.