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

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

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

Author:
Hardy Ferentschik

Constructor Summary
WrongFieldNameTest()
           
 
Method Summary
 void testWrongFieldNameThrowsException()
           
 
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

WrongFieldNameTest

public WrongFieldNameTest()
Method Detail

testWrongFieldNameThrowsException

@SpecAssertions(value=@SpecAssertion(section="7.1.1.2",id="f"))
public void testWrongFieldNameThrowsException()


Copyright © 2008-2011. All Rights Reserved.