org.hibernate.jsr303.tck.tests.xmlconfiguration.constraintdeclaration.fieldlevel
Class FieldLevelOverridingTest

java.lang.Object
  extended by org.jboss.testharness.AbstractTest
      extended by org.hibernate.jsr303.tck.tests.xmlconfiguration.constraintdeclaration.fieldlevel.FieldLevelOverridingTest
All Implemented Interfaces:
org.testng.IHookable

@Artifact(artifactType=JSR303)
@Classes(value={TestUtil.class,TestUtil.PathImpl.class,TestUtil.NodeImpl.class})
@ValidationXml(value="validation-FieldLevelOverridingTest.xml")
@Resource(source="user-constraints-FieldLevelOverridingTest.xml",
          destination="WEB-INF/classes/org/hibernate/jsr303/tck/tests/xmlconfiguration/constraintdeclaration/fieldlevel/user-constraints-FieldLevelOverridingTest.xml")
public class FieldLevelOverridingTest
extends org.jboss.testharness.AbstractTest

Author:
Hardy Ferentschik

Constructor Summary
FieldLevelOverridingTest()
           
 
Method Summary
 void testCascadedConfiguration()
           
 void testIgnoreAnnotations()
           
 void testIncludeAnnotations()
           
 
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

FieldLevelOverridingTest

public FieldLevelOverridingTest()
Method Detail

testIgnoreAnnotations

@SpecAssertions(value={@SpecAssertion(section="7.1.1.2",id="a"),@SpecAssertion(section="7.1.1.2",id="c")})
public void testIgnoreAnnotations()

testIncludeAnnotations

@SpecAssertions(value={@SpecAssertion(section="7.1.1.2",id="a"),@SpecAssertion(section="7.1.1.2",id="d")})
public void testIncludeAnnotations()

testCascadedConfiguration

@SpecAssertions(value=@SpecAssertion(section="7.1.1.2",id="e"))
public void testCascadedConfiguration()


Copyright © 2008-2011. All Rights Reserved.