org.hibernate.beanvalidation.tck.tests.bootstrap.customprovider
Class BootstrapCustomProviderDefinedInServiceFileTest

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

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

Author:
Hardy Ferentschik

Field Summary
 
Fields inherited from class org.jboss.arquillian.testng.Arquillian
ARQUILLIAN_DATA_PROVIDER
 
Constructor Summary
BootstrapCustomProviderDefinedInServiceFileTest()
           
 
Method Summary
static org.jboss.shrinkwrap.api.spec.WebArchive createTestArchive()
           
 void testGetFactoryByProviderSpecifiedProgrammatically()
           
 void testProviderResolverReturnsListOfAvailableProviders()
           
 
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

BootstrapCustomProviderDefinedInServiceFileTest

public BootstrapCustomProviderDefinedInServiceFileTest()
Method Detail

createTestArchive

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

testGetFactoryByProviderSpecifiedProgrammatically

@SpecAssertions(value={@SpecAssertion(section="5.5",id="a"),@SpecAssertion(section="5.5.3",id="l"),@SpecAssertion(section="5.5.4.2",id="a")})
public void testGetFactoryByProviderSpecifiedProgrammatically()

testProviderResolverReturnsListOfAvailableProviders

@SpecAssertions(value={@SpecAssertion(section="5.5.3",id="l"),@SpecAssertion(section="5.5.4.1",id="a")})
public void testProviderResolverReturnsListOfAvailableProviders()


Copyright © 2008-2013. All Rights Reserved.