org.hibernate.jsr303.tck.tests.xmlconfiguration.constraintdeclaration.propertylevel
Class ExcludePropertyLevelAnnotationsDueToBeanDefaultsTest

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

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

Author:
Hardy Ferentschik

Constructor Summary
ExcludePropertyLevelAnnotationsDueToBeanDefaultsTest()
           
 
Method Summary
 void testIgnoreAnnotations()
           
 
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

ExcludePropertyLevelAnnotationsDueToBeanDefaultsTest

public ExcludePropertyLevelAnnotationsDueToBeanDefaultsTest()
Method Detail

testIgnoreAnnotations

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


Copyright © 2008-2011. All Rights Reserved.