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

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

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

Author:
Hardy Ferentschik

Constructor Summary
PropertyDescriptorTest()
           
 
Method Summary
 void testIsCascaded()
           
 void testIsNotCascaded()
           
 void testPropertyName()
           
 
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

PropertyDescriptorTest

public PropertyDescriptorTest()
Method Detail

testIsNotCascaded

@SpecAssertion(section="5.4",
               id="a")
public void testIsNotCascaded()

testIsCascaded

@SpecAssertion(section="5.4",
               id="a")
public void testIsCascaded()

testPropertyName

@SpecAssertion(section="5.4",
               id="b")
public void testPropertyName()


Copyright © 2008-2011. All Rights Reserved.