org.hibernate.jsr303.tck.tests.bootstrap
Class CustomMessageInterpolatorTest

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

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

Author:
Hardy Ferentschik

Nested Class Summary
 class CustomMessageInterpolatorTest.Person
           
 
Constructor Summary
CustomMessageInterpolatorTest()
           
 
Method Summary
 void testCustomMessageInterpolatorViaConfiguration()
           
 void testCustomMessageInterpolatorViaValidatorContext()
           
 
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

CustomMessageInterpolatorTest

public CustomMessageInterpolatorTest()
Method Detail

testCustomMessageInterpolatorViaConfiguration

@SpecAssertion(section="4.3.2",
               id="b")
public void testCustomMessageInterpolatorViaConfiguration()

testCustomMessageInterpolatorViaValidatorContext

@SpecAssertions(value={@SpecAssertion(section="4.4.2",id="a"),@SpecAssertion(section="4.4.2",id="b"),@SpecAssertion(section="4.3.2",id="b")})
public void testCustomMessageInterpolatorViaValidatorContext()


Copyright © 2008-2011. All Rights Reserved.