org.hibernate.beanvalidation.tck.tests.methodvalidation.parameternameprovider
Class DefaultParameterNameProviderTest
java.lang.Object
org.jboss.arquillian.testng.Arquillian
org.hibernate.beanvalidation.tck.tests.methodvalidation.parameternameprovider.DefaultParameterNameProviderTest
- All Implemented Interfaces:
- org.testng.IHookable, org.testng.ITestNGListener
@SpecVersion(spec="beanvalidation",
version="1.1.0")
public class DefaultParameterNameProviderTest- extends org.jboss.arquillian.testng.Arquillian
- Author:
- Gunnar Morling
| Fields inherited from class org.jboss.arquillian.testng.Arquillian |
ARQUILLIAN_DATA_PROVIDER |
| 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 |
DefaultParameterNameProviderTest
public DefaultParameterNameProviderTest()
createTestArchive
@Deployment
public static org.jboss.shrinkwrap.api.spec.WebArchive createTestArchive()
setupValidator
public void setupValidator()
testDefaultParameterProviderForMethod
@SpecAssertion(section="4.5.2.2",
id="a")
public void testDefaultParameterProviderForMethod()
throws Exception
- Throws:
Exception
testDefaultParameterProviderForConstructor
@SpecAssertion(section="4.5.2.2",
id="a")
public void testDefaultParameterProviderForConstructor()
throws Exception
- Throws:
Exception
testGetDefaultParameterNameProviderFromConfiguration
@SpecAssertion(section="5.5.3",
id="d")
public void testGetDefaultParameterNameProviderFromConfiguration()
throws Exception
- Throws:
Exception
Copyright © 2008-2013. All Rights Reserved.