org.hibernate.jsr303.tck.tests.constraints.groups
Class DefaultGroupRedefinitionTest

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

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

Tests for redefining the default group sequence.

Author:
Hardy Ferentschik

Nested Class Summary
 class DefaultGroupRedefinitionTest.AddressWithDefaultInGroupSequence
           
 class DefaultGroupRedefinitionTest.AddressWithNoImplicitDefaultGroupSequence
           
 
Constructor Summary
DefaultGroupRedefinitionTest()
           
 
Method Summary
 void testGroupSequenceContainingDefault()
           
 void testGroupSequenceWithNoImplicitDefaultGroup()
           
 void testRedefiningDefaultGroup()
           
 void testValidatingAgainstRedefinedDefaultGroup()
           
 
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

DefaultGroupRedefinitionTest

public DefaultGroupRedefinitionTest()
Method Detail

testRedefiningDefaultGroup

@SpecAssertion(section="3.4.3",
               id="a")
public void testRedefiningDefaultGroup()

testValidatingAgainstRedefinedDefaultGroup

@SpecAssertion(section="3.4.3",
               id="a")
public void testValidatingAgainstRedefinedDefaultGroup()

testGroupSequenceContainingDefault

@SpecAssertions(value={@SpecAssertion(section="3.4.3",id="c"),@SpecAssertion(section="3.4.3",id="d")})
public void testGroupSequenceContainingDefault()

testGroupSequenceWithNoImplicitDefaultGroup

@SpecAssertions(value={@SpecAssertion(section="3.4.3",id="c"),@SpecAssertion(section="3.4.3",id="d")})
public void testGroupSequenceWithNoImplicitDefaultGroup()


Copyright © 2008-2011. All Rights Reserved.