org.hibernate.beanvalidation.tck.tests.integration.cdi.executable.types
Class ExecutableTypesTest
java.lang.Object
org.jboss.arquillian.testng.Arquillian
org.hibernate.beanvalidation.tck.tests.integration.cdi.executable.types.ExecutableTypesTest
- All Implemented Interfaces:
- org.testng.IHookable, org.testng.ITestNGListener
@IntegrationTest
@SpecVersion(spec="beanvalidation",
version="1.1.0")
public class ExecutableTypesTest- 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 |
ExecutableTypesTest
public ExecutableTypesTest()
createTestArchive
@Deployment
public static org.jboss.shrinkwrap.api.spec.WebArchive createTestArchive()
testValidationOfConstrainedMethodWithExecutableTypeNONE
@SpecAssertion(section="10.1.2",
id="i")
public void testValidationOfConstrainedMethodWithExecutableTypeNONE()
testValidationOfConstrainedMethodWithEmptyExecutableTypes
@SpecAssertion(section="10.1.2",
id="i")
public void testValidationOfConstrainedMethodWithEmptyExecutableTypes()
testValidationOfConstrainedMethodWithExecutableTypeNONEAndOther
@SpecAssertion(section="10.1.2",
id="i")
public void testValidationOfConstrainedMethodWithExecutableTypeNONEAndOther()
testValidationOfConstrainedConstructorParametersWithExecutableTypeCONSTRUCTORS
@SpecAssertion(section="10.1.2",
id="j")
public void testValidationOfConstrainedConstructorParametersWithExecutableTypeCONSTRUCTORS()
testValidationOfConstrainedConstructorReturnValueWithExecutableTypeCONSTRUCTORS
@SpecAssertion(section="10.1.2",
id="j")
public void testValidationOfConstrainedConstructorReturnValueWithExecutableTypeCONSTRUCTORS()
testValidationOfConstrainedConstructorWithoutExecutableTypeCONSTRUCTORS
@SpecAssertion(section="10.1.2",
id="j")
public void testValidationOfConstrainedConstructorWithoutExecutableTypeCONSTRUCTORS()
testValidationOfConstrainedMethodParametersWithExecutableTypeNON_GETTER_METHODS
@SpecAssertion(section="10.1.2",
id="k")
public void testValidationOfConstrainedMethodParametersWithExecutableTypeNON_GETTER_METHODS()
testValidationOfConstrainedMethodReturnValueWithExecutableTypeNON_GETTER_METHODS
@SpecAssertion(section="10.1.2",
id="k")
public void testValidationOfConstrainedMethodReturnValueWithExecutableTypeNON_GETTER_METHODS()
testValidationOfConstrainedGetterWithExecutableTypeNON_GETTER_METHODS
@SpecAssertion(section="10.1.2",
id="k")
public void testValidationOfConstrainedGetterWithExecutableTypeNON_GETTER_METHODS()
testValidationOfConstrainedGetterReturnValueWithExecutableTypeGETTER_METHODS
@SpecAssertion(section="10.1.2",
id="l")
public void testValidationOfConstrainedGetterReturnValueWithExecutableTypeGETTER_METHODS()
testValidationOfConstrainedMethodWithExecutableTypeGETTER_METHODS
@SpecAssertion(section="10.1.2",
id="l")
public void testValidationOfConstrainedMethodWithExecutableTypeGETTER_METHODS()
testValidationOfConstrainedMethodWithExecutableTypeALL
@SpecAssertion(section="10.1.2",
id="m")
public void testValidationOfConstrainedMethodWithExecutableTypeALL()
testValidationOfConstrainedGetterWithExecutableTypeALL
@SpecAssertion(section="10.1.2",
id="m")
public void testValidationOfConstrainedGetterWithExecutableTypeALL()
testValidationOfConstrainedConstructorWithExecutableTypeALL
@SpecAssertion(section="10.1.2",
id="m")
public void testValidationOfConstrainedConstructorWithExecutableTypeALL()
testValidationOfConstrainedMethodWithExecutableTypesALLAndNONE
@SpecAssertion(section="10.1.2",
id="m")
public void testValidationOfConstrainedMethodWithExecutableTypesALLAndNONE()
testValidationOfConstrainedMethodWithExecutableTypeIMPLICIT
@SpecAssertion(section="10.1.2",
id="n")
public void testValidationOfConstrainedMethodWithExecutableTypeIMPLICIT()
testValidationOfConstrainedGetterWithExecutableTypeIMPLICIT
@SpecAssertion(section="10.1.2",
id="n")
public void testValidationOfConstrainedGetterWithExecutableTypeIMPLICIT()
testValidationOfConstrainedGetterWithExecutableTypeIMPLICITOnTypeLevel
@SpecAssertion(section="10.1.2",
id="n")
public void testValidationOfConstrainedGetterWithExecutableTypeIMPLICITOnTypeLevel()
testValidationOfConstrainedConstructorWithExecutableTypeIMPLICIT
@SpecAssertion(section="10.1.2",
id="n")
public void testValidationOfConstrainedConstructorWithExecutableTypeIMPLICIT()
Copyright © 2008-2013. All Rights Reserved.