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

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

@SpecVersion(spec="beanvalidation",
             version="1.1.0")
public class ElementDescriptorTest
extends org.jboss.arquillian.testng.Arquillian

Author:
Hardy Ferentschik

Field Summary
 
Fields inherited from class org.jboss.arquillian.testng.Arquillian
ARQUILLIAN_DATA_PROVIDER
 
Constructor Summary
ElementDescriptorTest()
           
 
Method Summary
static org.jboss.shrinkwrap.api.spec.WebArchive createTestArchive()
           
 void testDeclaredOn()
           
 void testGetConstraintDescriptors()
           
 void testGetElementClass()
           
 void testHasConstraints()
           
 void testLookingAt()
           
 void testUnorderedAndMatchingGroups()
           
 void testUnorderedAndMatchingGroupsWithDefaultGroupOverriding()
           
 void testUnorderedAndMatchingGroupsWithInheritance()
           
 
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

ElementDescriptorTest

public ElementDescriptorTest()
Method Detail

createTestArchive

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

testGetElementClass

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

testGetConstraintDescriptors

@SpecAssertion(section="6.2",
               id="b")
public void testGetConstraintDescriptors()

testHasConstraints

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

testUnorderedAndMatchingGroups

@SpecAssertions(value={@SpecAssertion(section="6.2",id="d"),@SpecAssertion(section="6.2",id="e")})
public void testUnorderedAndMatchingGroups()

testUnorderedAndMatchingGroupsWithInheritance

@SpecAssertions(value={@SpecAssertion(section="6.2",id="d"),@SpecAssertion(section="6.2",id="e")})
public void testUnorderedAndMatchingGroupsWithInheritance()

testUnorderedAndMatchingGroupsWithDefaultGroupOverriding

@SpecAssertions(value={@SpecAssertion(section="6.2",id="d"),@SpecAssertion(section="6.2",id="e")})
public void testUnorderedAndMatchingGroupsWithDefaultGroupOverriding()

testDeclaredOn

@SpecAssertions(value={@SpecAssertion(section="6.2",id="d"),@SpecAssertion(section="6.2",id="f")})
public void testDeclaredOn()

testLookingAt

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


Copyright © 2008-2013. All Rights Reserved.