org.hibernate.jsr303.tck.tests.constraints.inheritance
Class ConstraintInheritanceTest

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

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

Author:
Hardy Ferentschik

Constructor Summary
ConstraintInheritanceTest()
           
 
Method Summary
 void testConstraintsOnInterfaceAreInherited()
           
 void testConstraintsOnSuperClassAreInherited()
           
 
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

ConstraintInheritanceTest

public ConstraintInheritanceTest()
Method Detail

testConstraintsOnSuperClassAreInherited

@SpecAssertion(section="3.3",
               id="b")
public void testConstraintsOnSuperClassAreInherited()

testConstraintsOnInterfaceAreInherited

@SpecAssertions(value={@SpecAssertion(section="3.3",id="a"),@SpecAssertion(section="3.3",id="b")})
public void testConstraintsOnInterfaceAreInherited()


Copyright © 2008-2011. All Rights Reserved.