org.hibernate.jsr303.tck.tests.constraints.groups.groupsequence
Class SequenceResolutionTest

java.lang.Object
  extended by org.jboss.testharness.AbstractTest
      extended by org.hibernate.jsr303.tck.tests.constraints.groups.groupsequence.SequenceResolutionTest
All Implemented Interfaces:
org.testng.IHookable

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

Author:
Hardy Ferentschik

Constructor Summary
SequenceResolutionTest()
           
 
Method Summary
 void testGroupSequenceContainerOtherGroupSequences()
           
 void testInvalidDefinitionOfDefaultSequenceInEntity()
           
 void testOnlyFirstGroupInSequenceGetEvaluated()
           
 
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

SequenceResolutionTest

public SequenceResolutionTest()
Method Detail

testInvalidDefinitionOfDefaultSequenceInEntity

@SpecAssertions(value={@SpecAssertion(section="3.4.2",id="e"),@SpecAssertion(section="3.4.2",id="f"),@SpecAssertion(section="3.4.2",id="i"),@SpecAssertion(section="8.4",id="a")})
public void testInvalidDefinitionOfDefaultSequenceInEntity()

testGroupSequenceContainerOtherGroupSequences

@SpecAssertions(value=@SpecAssertion(section="3.4.2",id="c"))
public void testGroupSequenceContainerOtherGroupSequences()

testOnlyFirstGroupInSequenceGetEvaluated

@SpecAssertion(section="3.4.2",
               id="j")
public void testOnlyFirstGroupInSequenceGetEvaluated()


Copyright © 2008-2011. All Rights Reserved.