org.hibernate.beanvalidation.tck.tests.metadata
Class ExecutableDescriptorTest

java.lang.Object
  extended by org.jboss.arquillian.testng.Arquillian
      extended by org.hibernate.beanvalidation.tck.tests.metadata.ExecutableDescriptorTest
All Implemented Interfaces:
org.testng.IHookable, org.testng.ITestNGListener

@SpecVersion(spec="beanvalidation",
             version="1.1.0")
public class ExecutableDescriptorTest
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
ExecutableDescriptorTest()
           
 
Method Summary
static org.jboss.shrinkwrap.api.spec.WebArchive createTestArchive()
           
 void testAreParametersConstrainedForCascadedConstructor()
           
 void testAreParametersConstrainedForCascadedMethod()
           
 void testAreParametersConstrainedForConstrainedConstructor()
           
 void testAreParametersConstrainedForConstrainedMethod()
           
 void testAreParametersConstrainedForCrossParameterConstrainedConstructor()
           
 void testAreParametersConstrainedForCrossParameterConstrainedMethod()
           
 void testAreParametersConstrainedForNotConstrainedConstructor()
           
 void testAreParametersConstrainedForNotConstrainedMethod()
           
 void testAreParametersConstrainedForParameterlessConstructor()
           
 void testAreParametersConstrainedForParameterlessMethod()
           
 void testFindConstraintsForConstructor()
           
 void testFindConstraintsForMethod()
           
 void testFindConstraintsForMethodDefinedOnSuperTypeLookingAt()
           
 void testFindConstraintsForMethodLookingAt()
           
 void testGetConstraintsForConstructor()
           
 void testGetConstraintsForMethod()
           
 void testGetCrossParameterDescriptorForConstructor()
           
 void testGetCrossParameterDescriptorForConstructorWithoutCrossParameterConstraints()
           
 void testGetCrossParameterDescriptorForMethod()
           
 void testGetCrossParameterDescriptorForMethodWithoutCrossParameterConstraints()
           
 void testGetElementClassForConstructor()
           
 void testGetElementClassForMethod()
           
 void testGetElementClassForVoidMethod()
           
 void testGetNameForConstructor()
           
 void testGetNameForMethod()
           
 void testGetParameterDescriptorsForConstructor()
           
 void testGetParameterDescriptorsForConstructorOfInnerClass()
           
 void testGetParameterDescriptorsForMethod()
           
 void testGetParameterDescriptorsForParameterlessConstructor()
           
 void testGetParameterDescriptorsForParameterlessMethod()
           
 void testGetReturnValueDescriptorForConstructor()
           
 void testGetReturnValueDescriptorForMethod()
           
 void testGetUnconstrainedReturnValueDescriptorForConstructor()
           
 void testGetUnconstrainedReturnValueDescriptorForMethod()
           
 void testHasConstraintsForConstructor()
           
 void testHasConstraintsForMethod()
           
 void testIsReturnValueConstrainedForCascadedConstructor()
           
 void testIsReturnValueConstrainedForCascadedMethod()
           
 void testIsReturnValueConstrainedForConstrainedConstructor()
           
 void testIsReturnValueConstrainedForConstrainedMethod()
           
 void testIsReturnValueConstrainedForNotConstrainedConstructor()
           
 void testIsReturnValueConstrainedForNotConstrainedMethod()
           
 void testIsReturnValueConstrainedForVoidMethod()
           
 void testReturnValueDescriptorForVoidMethod()
           
 
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

ExecutableDescriptorTest

public ExecutableDescriptorTest()
Method Detail

createTestArchive

@Deployment
public static org.jboss.shrinkwrap.api.spec.WebArchive createTestArchive()

testGetElementClassForMethod

@SpecAssertion(section="6.2",
               id="a")
public void testGetElementClassForMethod()

testGetElementClassForVoidMethod

@SpecAssertion(section="6.2",
               id="a")
public void testGetElementClassForVoidMethod()

testGetElementClassForConstructor

@SpecAssertion(section="6.2",
               id="a")
public void testGetElementClassForConstructor()

testGetNameForMethod

@SpecAssertion(section="6.7",
               id="a")
public void testGetNameForMethod()

testGetNameForConstructor

@SpecAssertion(section="6.7",
               id="a")
public void testGetNameForConstructor()

testGetParameterDescriptorsForMethod

@SpecAssertion(section="6.7",
               id="b")
public void testGetParameterDescriptorsForMethod()

testGetParameterDescriptorsForParameterlessMethod

@SpecAssertion(section="6.7",
               id="b")
public void testGetParameterDescriptorsForParameterlessMethod()

testGetParameterDescriptorsForConstructor

@SpecAssertion(section="6.7",
               id="b")
public void testGetParameterDescriptorsForConstructor()

testGetParameterDescriptorsForConstructorOfInnerClass

@SpecAssertion(section="6.7",
               id="b")
public void testGetParameterDescriptorsForConstructorOfInnerClass()

testGetParameterDescriptorsForParameterlessConstructor

@SpecAssertion(section="6.7",
               id="b")
public void testGetParameterDescriptorsForParameterlessConstructor()

testGetCrossParameterDescriptorForMethod

@SpecAssertion(section="6.7",
               id="c")
public void testGetCrossParameterDescriptorForMethod()

testGetCrossParameterDescriptorForMethodWithoutCrossParameterConstraints

@SpecAssertion(section="6.7",
               id="c")
public void testGetCrossParameterDescriptorForMethodWithoutCrossParameterConstraints()

testGetCrossParameterDescriptorForConstructor

@SpecAssertion(section="6.7",
               id="c")
public void testGetCrossParameterDescriptorForConstructor()

testGetCrossParameterDescriptorForConstructorWithoutCrossParameterConstraints

@SpecAssertion(section="6.7",
               id="c")
public void testGetCrossParameterDescriptorForConstructorWithoutCrossParameterConstraints()

testGetReturnValueDescriptorForMethod

@SpecAssertion(section="6.7",
               id="d")
public void testGetReturnValueDescriptorForMethod()

testGetUnconstrainedReturnValueDescriptorForMethod

@SpecAssertion(section="6.7",
               id="d")
public void testGetUnconstrainedReturnValueDescriptorForMethod()

testReturnValueDescriptorForVoidMethod

@SpecAssertion(section="6.7",
               id="d")
public void testReturnValueDescriptorForVoidMethod()

testGetReturnValueDescriptorForConstructor

@SpecAssertion(section="6.7",
               id="d")
public void testGetReturnValueDescriptorForConstructor()

testGetUnconstrainedReturnValueDescriptorForConstructor

@SpecAssertion(section="6.7",
               id="d")
public void testGetUnconstrainedReturnValueDescriptorForConstructor()

testAreParametersConstrainedForConstrainedMethod

@SpecAssertion(section="6.7",
               id="e")
public void testAreParametersConstrainedForConstrainedMethod()

testAreParametersConstrainedForCascadedMethod

@SpecAssertion(section="6.7",
               id="e")
public void testAreParametersConstrainedForCascadedMethod()

testAreParametersConstrainedForCrossParameterConstrainedMethod

@SpecAssertion(section="6.7",
               id="e")
public void testAreParametersConstrainedForCrossParameterConstrainedMethod()

testAreParametersConstrainedForNotConstrainedMethod

@SpecAssertion(section="6.7",
               id="e")
public void testAreParametersConstrainedForNotConstrainedMethod()

testAreParametersConstrainedForParameterlessMethod

@SpecAssertion(section="6.7",
               id="e")
public void testAreParametersConstrainedForParameterlessMethod()

testAreParametersConstrainedForConstrainedConstructor

@SpecAssertion(section="6.7",
               id="e")
public void testAreParametersConstrainedForConstrainedConstructor()

testAreParametersConstrainedForCascadedConstructor

@SpecAssertion(section="6.7",
               id="e")
public void testAreParametersConstrainedForCascadedConstructor()

testAreParametersConstrainedForCrossParameterConstrainedConstructor

@SpecAssertion(section="6.7",
               id="e")
public void testAreParametersConstrainedForCrossParameterConstrainedConstructor()

testAreParametersConstrainedForNotConstrainedConstructor

@SpecAssertion(section="6.7",
               id="e")
public void testAreParametersConstrainedForNotConstrainedConstructor()

testAreParametersConstrainedForParameterlessConstructor

@SpecAssertion(section="6.7",
               id="e")
public void testAreParametersConstrainedForParameterlessConstructor()

testIsReturnValueConstrainedForConstrainedMethod

@SpecAssertion(section="6.7",
               id="f")
public void testIsReturnValueConstrainedForConstrainedMethod()

testIsReturnValueConstrainedForCascadedMethod

@SpecAssertion(section="6.7",
               id="f")
public void testIsReturnValueConstrainedForCascadedMethod()

testIsReturnValueConstrainedForNotConstrainedMethod

@SpecAssertion(section="6.7",
               id="f")
public void testIsReturnValueConstrainedForNotConstrainedMethod()

testIsReturnValueConstrainedForVoidMethod

@SpecAssertion(section="6.7",
               id="f")
public void testIsReturnValueConstrainedForVoidMethod()

testIsReturnValueConstrainedForConstrainedConstructor

@SpecAssertion(section="6.7",
               id="f")
public void testIsReturnValueConstrainedForConstrainedConstructor()

testIsReturnValueConstrainedForCascadedConstructor

@SpecAssertion(section="6.7",
               id="f")
public void testIsReturnValueConstrainedForCascadedConstructor()

testIsReturnValueConstrainedForNotConstrainedConstructor

@SpecAssertion(section="6.7",
               id="f")
public void testIsReturnValueConstrainedForNotConstrainedConstructor()

testHasConstraintsForMethod

@SpecAssertion(section="6.7",
               id="g")
public void testHasConstraintsForMethod()

testHasConstraintsForConstructor

@SpecAssertion(section="6.7",
               id="g")
public void testHasConstraintsForConstructor()

testGetConstraintsForMethod

@SpecAssertion(section="6.7",
               id="g")
public void testGetConstraintsForMethod()

testGetConstraintsForConstructor

@SpecAssertion(section="6.7",
               id="g")
public void testGetConstraintsForConstructor()

testFindConstraintsForMethod

@SpecAssertions(value={@SpecAssertion(section="6.2",id="d"),@SpecAssertion(section="6.7",id="g")})
public void testFindConstraintsForMethod()

testFindConstraintsForMethodLookingAt

@SpecAssertions(value={@SpecAssertion(section="6.2",id="d"),@SpecAssertion(section="6.2",id="g"),@SpecAssertion(section="6.7",id="g")})
public void testFindConstraintsForMethodLookingAt()

testFindConstraintsForMethodDefinedOnSuperTypeLookingAt

@SpecAssertions(value={@SpecAssertion(section="6.2",id="d"),@SpecAssertion(section="6.2",id="g"),@SpecAssertion(section="6.7",id="g")})
public void testFindConstraintsForMethodDefinedOnSuperTypeLookingAt()

testFindConstraintsForConstructor

@SpecAssertions(value={@SpecAssertion(section="6.2",id="d"),@SpecAssertion(section="6.7",id="g")})
public void testFindConstraintsForConstructor()


Copyright © 2008-2013. All Rights Reserved.