org.hibernate.beanvalidation.tck.tests.integration.cdi.executable.types
Class ExecutableTypesTest

java.lang.Object
  extended by org.jboss.arquillian.testng.Arquillian
      extended by 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

Field Summary
 
Fields inherited from class org.jboss.arquillian.testng.Arquillian
ARQUILLIAN_DATA_PROVIDER
 
Constructor Summary
ExecutableTypesTest()
           
 
Method Summary
static org.jboss.shrinkwrap.api.spec.WebArchive createTestArchive()
           
 void testValidationOfConstrainedConstructorParametersWithExecutableTypeCONSTRUCTORS()
           
 void testValidationOfConstrainedConstructorReturnValueWithExecutableTypeCONSTRUCTORS()
           
 void testValidationOfConstrainedConstructorWithExecutableTypeALL()
           
 void testValidationOfConstrainedConstructorWithExecutableTypeIMPLICIT()
           
 void testValidationOfConstrainedConstructorWithoutExecutableTypeCONSTRUCTORS()
           
 void testValidationOfConstrainedGetterReturnValueWithExecutableTypeGETTER_METHODS()
           
 void testValidationOfConstrainedGetterWithExecutableTypeALL()
           
 void testValidationOfConstrainedGetterWithExecutableTypeIMPLICIT()
           
 void testValidationOfConstrainedGetterWithExecutableTypeIMPLICITOnTypeLevel()
           
 void testValidationOfConstrainedGetterWithExecutableTypeNON_GETTER_METHODS()
           
 void testValidationOfConstrainedMethodParametersWithExecutableTypeNON_GETTER_METHODS()
           
 void testValidationOfConstrainedMethodReturnValueWithExecutableTypeNON_GETTER_METHODS()
           
 void testValidationOfConstrainedMethodWithEmptyExecutableTypes()
           
 void testValidationOfConstrainedMethodWithExecutableTypeALL()
           
 void testValidationOfConstrainedMethodWithExecutableTypeGETTER_METHODS()
           
 void testValidationOfConstrainedMethodWithExecutableTypeIMPLICIT()
           
 void testValidationOfConstrainedMethodWithExecutableTypeNONE()
           
 void testValidationOfConstrainedMethodWithExecutableTypeNONEAndOther()
           
 void testValidationOfConstrainedMethodWithExecutableTypesALLAndNONE()
           
 
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
 

Constructor Detail

ExecutableTypesTest

public ExecutableTypesTest()
Method Detail

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.