org.hibernate.beanvalidation.tck.tests.metadata
Class ParameterDescriptorTest

java.lang.Object
  extended by org.jboss.arquillian.testng.Arquillian
      extended by 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

Field Summary
 
Fields inherited from class org.jboss.arquillian.testng.Arquillian
ARQUILLIAN_DATA_PROVIDER
 
Constructor Summary
ParameterDescriptorTest()
           
 
Method Summary
static org.jboss.shrinkwrap.api.spec.WebArchive createTestArchive()
           
 void testGetElementClassForConstructor()
           
 void testGetElementClassForMethod()
           
 void testGetGroupConversionsForConstructorParameter()
           
 void testGetGroupConversionsForMethodParameter()
           
 void testGetGroupConversionsReturnsEmptySetForConstructorParameter()
           
 void testGetGroupConversionsReturnsEmptySetForMethodParameter()
           
 void testGetIndexForConstructor()
           
 void testGetIndexForMethod()
           
 void testGetNameForConstructor()
           
 void testGetNameForMethod()
           
 void testIsCascadedForConstructor()
           
 void testIsCascadedForMethod()
           
 
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

ParameterDescriptorTest

public ParameterDescriptorTest()
Method Detail

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.