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

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

@SpecVersion(spec="beanvalidation",
             version="1.1.0")
public class CrossParameterDescriptorTest
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
CrossParameterDescriptorTest()
           
 
Method Summary
static org.jboss.shrinkwrap.api.spec.WebArchive createTestArchive()
           
 void testFindConstraintsForConstructor()
           
 void testFindConstraintsForConstructorWithoutCrossParameterConstraints()
           
 void testFindConstraintsForMethod()
           
 void testFindConstraintsForMethodDefinedOnSuperTypeLookingAt()
           
 void testFindConstraintsForMethodLookingAt()
           
 void testFindConstraintsForMethodWithoutCrossParameterConstraints()
           
 void testGetConstraintsForConstructor()
           
 void testGetConstraintsForConstructorWithoutCrossParameterConstraints()
           
 void testGetConstraintsForMethod()
           
 void testGetConstraintsForMethodWithoutCrossParameterConstraints()
           
 void testGetElementClass()
           
 void testHasConstraintsForConstructor()
           
 void testHasConstraintsForConstructorWithoutCrossParameterConstraints()
           
 void testHasConstraintsForMethod()
           
 void testHasConstraintsForUnconstrainedMethod()
           
 
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

CrossParameterDescriptorTest

public CrossParameterDescriptorTest()
Method Detail

createTestArchive

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

testGetElementClass

@SpecAssertions(value={@SpecAssertion(section="6.2",id="a"),@SpecAssertion(section="6.9",id="a")})
public void testGetElementClass()

testHasConstraintsForMethod

@SpecAssertion(section="6.2",
               id="c")
public void testHasConstraintsForMethod()

testHasConstraintsForUnconstrainedMethod

@SpecAssertion(section="6.2",
               id="c")
public void testHasConstraintsForUnconstrainedMethod()

testHasConstraintsForConstructor

@SpecAssertion(section="6.2",
               id="c")
public void testHasConstraintsForConstructor()

testHasConstraintsForConstructorWithoutCrossParameterConstraints

@SpecAssertion(section="6.2",
               id="c")
public void testHasConstraintsForConstructorWithoutCrossParameterConstraints()

testGetConstraintsForMethod

@SpecAssertions(value={@SpecAssertion(section="6.11",id="a"),@SpecAssertion(section="6.2",id="b"),@SpecAssertion(section="6.7",id="c")})
public void testGetConstraintsForMethod()

testGetConstraintsForMethodWithoutCrossParameterConstraints

@SpecAssertions(value={@SpecAssertion(section="6.2",id="b"),@SpecAssertion(section="6.7",id="c")})
public void testGetConstraintsForMethodWithoutCrossParameterConstraints()

testGetConstraintsForConstructor

@SpecAssertions(value={@SpecAssertion(section="6.2",id="b"),@SpecAssertion(section="6.7",id="c")})
public void testGetConstraintsForConstructor()

testGetConstraintsForConstructorWithoutCrossParameterConstraints

@SpecAssertions(value={@SpecAssertion(section="6.2",id="b"),@SpecAssertion(section="6.7",id="c")})
public void testGetConstraintsForConstructorWithoutCrossParameterConstraints()

testFindConstraintsForMethod

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

testFindConstraintsForMethodLookingAt

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

testFindConstraintsForMethodDefinedOnSuperTypeLookingAt

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

testFindConstraintsForMethodWithoutCrossParameterConstraints

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

testFindConstraintsForConstructor

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

testFindConstraintsForConstructorWithoutCrossParameterConstraints

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


Copyright © 2008-2013. All Rights Reserved.