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

java.lang.Object
  extended by org.jboss.testharness.AbstractTest
      extended by org.hibernate.jsr303.tck.tests.metadata.ElementDescriptorTest
All Implemented Interfaces:
org.testng.IHookable

@Artifact(artifactType=JSR303)
@Classes(value={TestUtil.class,TestUtil.PathImpl.class,TestUtil.NodeImpl.class})
public class ElementDescriptorTest
extends org.jboss.testharness.AbstractTest

Author:
Hardy Ferentschik

Constructor Summary
ElementDescriptorTest()
           
 
Method Summary
 void testDeclaredOn()
           
 void testGetConstraintDescriptors()
           
 void testGetElementClass()
           
 void testHasConstraints()
           
 void testLookingAt()
           
 void testUnorderedAndMatchingGroups()
           
 void testUnorderedAndMatchingGroupsWithDefaultGroupOverriding()
           
 void testUnorderedAndMatchingGroupsWithInheritance()
           
 
Methods inherited from class org.jboss.testharness.AbstractTest
afterClass, afterMethod, afterSuite, beforeClass, beforeMethod, beforeSuite, getContextPath, getCurrentConfiguration, handleDeploymentFailure, isInContainer, isThrowablePresent, postCreate, run, setInContainer
 
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

testGetElementClass

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

testGetConstraintDescriptors

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

testHasConstraints

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

testUnorderedAndMatchingGroups

@SpecAssertion(section="5.2",
               id="d")
public void testUnorderedAndMatchingGroups()

testUnorderedAndMatchingGroupsWithInheritance

@SpecAssertion(section="5.2",
               id="d")
public void testUnorderedAndMatchingGroupsWithInheritance()

testUnorderedAndMatchingGroupsWithDefaultGroupOverriding

@SpecAssertion(section="5.2",
               id="d")
public void testUnorderedAndMatchingGroupsWithDefaultGroupOverriding()

testDeclaredOn

@SpecAssertion(section="5.2",
               id="e")
public void testDeclaredOn()

testLookingAt

@SpecAssertion(section="5.2",
               id="f")
public void testLookingAt()


Copyright © 2008-2011. All Rights Reserved.