org.hibernate.beanvalidation.tck.tests.methodvalidation
Class ExecutableValidationIgnoresValidatedExecutableAnnotationSettingsTest
java.lang.Object
org.jboss.arquillian.testng.Arquillian
org.hibernate.beanvalidation.tck.tests.methodvalidation.ExecutableValidationIgnoresValidatedExecutableAnnotationSettingsTest
- All Implemented Interfaces:
- org.testng.IHookable, org.testng.ITestNGListener
@SpecVersion(spec="beanvalidation",
version="1.1.0")
public class ExecutableValidationIgnoresValidatedExecutableAnnotationSettingsTest- extends org.jboss.arquillian.testng.Arquillian
- Author:
- Gunnar Morling
| Fields inherited from class org.jboss.arquillian.testng.Arquillian |
ARQUILLIAN_DATA_PROVIDER |
| Methods inherited from class org.jboss.arquillian.testng.Arquillian |
arquillianAfterClass, arquillianAfterSuite, arquillianAfterTest, arquillianArgumentProvider, arquillianBeforeClass, arquillianBeforeSuite, arquillianBeforeTest, run |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExecutableValidationIgnoresValidatedExecutableAnnotationSettingsTest
public ExecutableValidationIgnoresValidatedExecutableAnnotationSettingsTest()
createTestArchive
@Deployment
public static org.jboss.shrinkwrap.api.spec.WebArchive createTestArchive()
setupValidator
public void setupValidator()
testValidateParametersYieldsConstraintViolationIfValidateExecutableIsSetToNONEOnTypeLevel
@SpecAssertion(section="5.1.2",
id="m")
public void testValidateParametersYieldsConstraintViolationIfValidateExecutableIsSetToNONEOnTypeLevel()
throws Exception
- Throws:
Exception
testValidateConstructorParametersYieldsConstraintViolationIfValidateExecutableIsSetToNONEOnTypeLevel
@SpecAssertion(section="5.1.2",
id="m")
public void testValidateConstructorParametersYieldsConstraintViolationIfValidateExecutableIsSetToNONEOnTypeLevel()
throws Exception
- Throws:
Exception
testValidateReturnValueYieldsConstraintViolationIfValidateExecutableIsSetToNONEOnTypeLevel
@SpecAssertion(section="5.1.2",
id="m")
public void testValidateReturnValueYieldsConstraintViolationIfValidateExecutableIsSetToNONEOnTypeLevel()
throws Exception
- Throws:
Exception
testValidateConstructorReturnValueYieldsConstraintViolationIfValidateExecutableIsSetToNONEOnTypeLevel
@SpecAssertion(section="5.1.2",
id="m")
public void testValidateConstructorReturnValueYieldsConstraintViolationIfValidateExecutableIsSetToNONEOnTypeLevel()
throws Exception
- Throws:
Exception
testValidateParametersYieldsConstraintViolationIfValidateExecutableIsSetToNONEOnExecutableLevel
@SpecAssertion(section="5.1.2",
id="m")
public void testValidateParametersYieldsConstraintViolationIfValidateExecutableIsSetToNONEOnExecutableLevel()
throws Exception
- Throws:
Exception
testValidateConstructorParametersYieldsConstraintViolationIfValidateExecutableIsSetToNONEOnExecutableLevel
@SpecAssertion(section="5.1.2",
id="m")
public void testValidateConstructorParametersYieldsConstraintViolationIfValidateExecutableIsSetToNONEOnExecutableLevel()
throws Exception
- Throws:
Exception
testValidateReturnValueYieldsConstraintViolationIfValidateExecutableIsSetToNONEOnExecutableLevel
@SpecAssertion(section="5.1.2",
id="m")
public void testValidateReturnValueYieldsConstraintViolationIfValidateExecutableIsSetToNONEOnExecutableLevel()
throws Exception
- Throws:
Exception
testValidateConstructorReturnValueYieldsConstraintViolationIfValidateExecutableIsSetToNONEOnExecutableLevel
@SpecAssertion(section="5.1.2",
id="m")
public void testValidateConstructorReturnValueYieldsConstraintViolationIfValidateExecutableIsSetToNONEOnExecutableLevel()
throws Exception
- Throws:
Exception
Copyright © 2008-2013. All Rights Reserved.