@SpecVersion(spec="beanvalidation",
version="2.0.0")
public class ExecutableValidationIgnoresValidatedExecutableXmlSettingsTest
extends BaseExecutableValidatorTest
| Constructor and Description |
|---|
ExecutableValidationIgnoresValidatedExecutableXmlSettingsTest() |
| Modifier and Type | Method and Description |
|---|---|
static org.jboss.shrinkwrap.api.spec.WebArchive |
createTestArchive() |
void |
testValidateConstructorParametersYieldsConstraintViolationIfValidateExecutableIsSetToNONEInXml() |
void |
testValidateConstructorReturnValueYieldsConstraintViolationIfValidateExecutableIsSetToNONEInXml() |
void |
testValidateParametersYieldsConstraintViolationIfValidateExecutableIsSetToNONEInXml() |
void |
testValidateReturnValueYieldsConstraintViolationIfValidateExecutableIsSetToNONEInXml() |
getExecutableValidatorgetValidatorpublic ExecutableValidationIgnoresValidatedExecutableXmlSettingsTest()
@Deployment public static org.jboss.shrinkwrap.api.spec.WebArchive createTestArchive()
@SpecAssertion(section="validationapi-validatorapi-methodlevelvalidationmethods",
id="m")
public void testValidateParametersYieldsConstraintViolationIfValidateExecutableIsSetToNONEInXml()
throws Exception
Exception@SpecAssertion(section="validationapi-validatorapi-methodlevelvalidationmethods",
id="m")
public void testValidateConstructorParametersYieldsConstraintViolationIfValidateExecutableIsSetToNONEInXml()
throws Exception
Exception@SpecAssertion(section="validationapi-validatorapi-methodlevelvalidationmethods",
id="m")
public void testValidateReturnValueYieldsConstraintViolationIfValidateExecutableIsSetToNONEInXml()
throws Exception
Exception@SpecAssertion(section="validationapi-validatorapi-methodlevelvalidationmethods",
id="m")
public void testValidateConstructorReturnValueYieldsConstraintViolationIfValidateExecutableIsSetToNONEInXml()
throws Exception
ExceptionCopyright © 2008–2017. All rights reserved.