org.hibernate.beanvalidation.tck.tests.metadata
Class ParameterDescriptorTest
java.lang.Object
org.jboss.arquillian.testng.Arquillian
org.hibernate.beanvalidation.tck.tests.metadata.ParameterDescriptorTest
- All Implemented Interfaces:
- org.testng.IHookable, org.testng.ITestNGListener
@SpecVersion(spec="beanvalidation",
version="1.1.0")
public class ParameterDescriptorTest- 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 |
ParameterDescriptorTest
public ParameterDescriptorTest()
createTestArchive
@Deployment
public static org.jboss.shrinkwrap.api.spec.WebArchive createTestArchive()
testGetElementClassForMethod
@SpecAssertion(section="6.2",
id="a")
public void testGetElementClassForMethod()
testGetElementClassForConstructor
@SpecAssertion(section="6.2",
id="a")
public void testGetElementClassForConstructor()
testGetIndexForMethod
@SpecAssertion(section="6.8",
id="a")
public void testGetIndexForMethod()
testGetIndexForConstructor
@SpecAssertion(section="6.8",
id="a")
public void testGetIndexForConstructor()
testGetNameForMethod
@SpecAssertion(section="6.8",
id="b")
public void testGetNameForMethod()
testGetNameForConstructor
@SpecAssertion(section="6.8",
id="b")
public void testGetNameForConstructor()
testIsCascadedForMethod
@SpecAssertion(section="6.4",
id="a")
public void testIsCascadedForMethod()
testIsCascadedForConstructor
@SpecAssertion(section="6.4",
id="a")
public void testIsCascadedForConstructor()
testGetGroupConversionsForConstructorParameter
@SpecAssertions(value={@SpecAssertion(section="6.4",id="b"),@SpecAssertion(section="6.5",id="a"),@SpecAssertion(section="6.5",id="b")})
public void testGetGroupConversionsForConstructorParameter()
testGetGroupConversionsForMethodParameter
@SpecAssertions(value={@SpecAssertion(section="6.4",id="b"),@SpecAssertion(section="6.5",id="a"),@SpecAssertion(section="6.5",id="b")})
public void testGetGroupConversionsForMethodParameter()
testGetGroupConversionsReturnsEmptySetForConstructorParameter
@SpecAssertion(section="6.4",
id="b")
public void testGetGroupConversionsReturnsEmptySetForConstructorParameter()
testGetGroupConversionsReturnsEmptySetForMethodParameter
@SpecAssertion(section="6.4",
id="b")
public void testGetGroupConversionsReturnsEmptySetForMethodParameter()
Copyright © 2008-2013. All Rights Reserved.