@SpecVersion(spec="beanvalidation",
version="1.1.0")
public class CustomPropertyPathTest
extends org.jboss.arquillian.testng.Arquillian
| 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 |
setupValidators() |
void |
testAddBeanNode() |
void |
testAddingNodesInClassLevelConstraintKeepsInIterableKeyAndIndex() |
void |
testAddParameterNode() |
void |
testAddParameterNodeForFieldLevelConstraintCausesException() |
void |
testAddParameterNodeUsingCustomParameterNameProvider() |
void |
testAddPropertyNode() |
public void setupValidators()
@Deployment public static org.jboss.shrinkwrap.api.spec.WebArchive createTestArchive()
@SpecAssertion(section="5.2",
id="an")
public void testAddPropertyNode()
@SpecAssertion(section="5.2",
id="an")
public void testAddBeanNode()
@SpecAssertion(section="5.2",
id="an")
public void testAddingNodesInClassLevelConstraintKeepsInIterableKeyAndIndex()
@SpecAssertion(section="5.2",
id="an")
public void testAddParameterNode()
throws Exception
Exception@SpecAssertion(section="5.2",
id="an")
public void testAddParameterNodeUsingCustomParameterNameProvider()
throws Exception
ExceptionCopyright © 2008–2014. All rights reserved.