@SpecVersion(spec="beanvalidation",
version="1.1.0")
public class ExecutableValidationIgnoresValidatedExecutableXmlSettingsTest
extends org.jboss.arquillian.testng.Arquillian
| Constructor and Description |
|---|
ExecutableValidationIgnoresValidatedExecutableXmlSettingsTest() |
| Modifier and Type | Method and Description |
|---|---|
static org.jboss.shrinkwrap.api.spec.WebArchive |
createTestArchive() |
void |
setupValidator() |
void |
testValidateConstructorParametersYieldsConstraintViolationIfValidateExecutableIsSetToNONEInXml() |
void |
testValidateConstructorReturnValueYieldsConstraintViolationIfValidateExecutableIsSetToNONEInXml() |
void |
testValidateParametersYieldsConstraintViolationIfValidateExecutableIsSetToNONEInXml() |
void |
testValidateReturnValueYieldsConstraintViolationIfValidateExecutableIsSetToNONEInXml() |
public ExecutableValidationIgnoresValidatedExecutableXmlSettingsTest()
@Deployment public static org.jboss.shrinkwrap.api.spec.WebArchive createTestArchive()
public void setupValidator()
@SpecAssertion(section="5.1.2",
id="m")
public void testValidateParametersYieldsConstraintViolationIfValidateExecutableIsSetToNONEInXml()
throws Exception
Exception@SpecAssertion(section="5.1.2",
id="m")
public void testValidateConstructorParametersYieldsConstraintViolationIfValidateExecutableIsSetToNONEInXml()
throws Exception
Exception@SpecAssertion(section="5.1.2",
id="m")
public void testValidateReturnValueYieldsConstraintViolationIfValidateExecutableIsSetToNONEInXml()
throws Exception
ExceptionCopyright © 2008–2014. All rights reserved.