org.hibernate.jsr303.tck.tests.validation.graphnavigation
Class GraphNavigationTest

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

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

Author:
Hardy Ferentschik

Constructor Summary
GraphNavigationTest()
           
 
Method Summary
 void testContainedIterable()
           
 void testContainedMap()
           
 void testContainedSet()
           
 void testFullGraphValidationBeforeNextGroupInSequence()
           
 void testGraphNavigationDeterminism()
           
 void testNoEndlessLoop()
           
 void testNullReferencesGetIgnored()
           
 void testTypeOfContainedValueIsDeterminedAtRuntime()
           
 void testTypeOfContainedValuesIsDeterminedAtRuntime()
           
 
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

GraphNavigationTest

public GraphNavigationTest()
Method Detail

testGraphNavigationDeterminism

@SpecAssertions(value={@SpecAssertion(section="3.1.3",id="a"),@SpecAssertion(section="3.1.3",id="k"),@SpecAssertion(section="3.5.1",id="a"),@SpecAssertion(section="3.5.1",id="b")})
public void testGraphNavigationDeterminism()

testNoEndlessLoop

@SpecAssertions(value={@SpecAssertion(section="3.1.3",id="f"),@SpecAssertion(section="3.5.1",id="d")})
public void testNoEndlessLoop()

testTypeOfContainedValueIsDeterminedAtRuntime

@SpecAssertion(section="3.1.3",
               id="b")
public void testTypeOfContainedValueIsDeterminedAtRuntime()

testContainedSet

@SpecAssertion(section="3.1.3",
               id="e")
public void testContainedSet()

testContainedIterable

@SpecAssertion(section="3.1.3",
               id="h")
public void testContainedIterable()

testTypeOfContainedValuesIsDeterminedAtRuntime

@SpecAssertions(value={@SpecAssertion(section="3.1.3",id="d"),@SpecAssertion(section="3.1.3",id="j")})
public void testTypeOfContainedValuesIsDeterminedAtRuntime()

testContainedMap

@SpecAssertions(value={@SpecAssertion(section="3.1.3",id="g"),@SpecAssertion(section="3.1.3",id="i")})
public void testContainedMap()

testFullGraphValidationBeforeNextGroupInSequence

@SpecAssertions(value={@SpecAssertion(section="3.4.2",id="b"),@SpecAssertion(section="3.4.2",id="d")})
public void testFullGraphValidationBeforeNextGroupInSequence()

testNullReferencesGetIgnored

@SpecAssertion(section="3.5.1",
               id="c")
public void testNullReferencesGetIgnored()


Copyright © 2008-2011. All Rights Reserved.