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

java.lang.Object
  extended by org.jboss.arquillian.testng.Arquillian
      extended by org.hibernate.beanvalidation.tck.tests.bootstrap.CustomMessageInterpolatorTest
All Implemented Interfaces:
org.testng.IHookable, org.testng.ITestNGListener

@SpecVersion(spec="beanvalidation",
             version="1.1.0")
public class CustomMessageInterpolatorTest
extends org.jboss.arquillian.testng.Arquillian

Author:
Hardy Ferentschik

Nested Class Summary
 class CustomMessageInterpolatorTest.Person
           
 
Field Summary
 
Fields inherited from class org.jboss.arquillian.testng.Arquillian
ARQUILLIAN_DATA_PROVIDER
 
Constructor Summary
CustomMessageInterpolatorTest()
           
 
Method Summary
static org.jboss.shrinkwrap.api.spec.WebArchive createTestArchive()
           
 void testCustomMessageInterpolatorViaConfiguration()
           
 void testCustomMessageInterpolatorViaValidatorContext()
           
 
Methods inherited from class org.jboss.arquillian.testng.Arquillian
arquillianAfterClass, arquillianAfterSuite, arquillianAfterTest, arquillianArgumentProvider, arquillianBeforeClass, arquillianBeforeSuite, arquillianBeforeTest, run
 
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

createTestArchive

@Deployment
public static org.jboss.shrinkwrap.api.spec.WebArchive createTestArchive()

testCustomMessageInterpolatorViaConfiguration

@SpecAssertion(section="5.3.2",
               id="e")
public void testCustomMessageInterpolatorViaConfiguration()

testCustomMessageInterpolatorViaValidatorContext

@SpecAssertions(value={@SpecAssertion(section="5.5.2",id="b"),@SpecAssertion(section="5.5.2",id="g"),@SpecAssertion(section="5.3.2",id="e")})
public void testCustomMessageInterpolatorViaValidatorContext()


Copyright © 2008-2013. All Rights Reserved.