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

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

@SpecVersion(spec="beanvalidation",
             version="1.1.0")
public class ReturnValueDescriptorTest
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
ReturnValueDescriptorTest()
           
 
Method Summary
static org.jboss.shrinkwrap.api.spec.WebArchive createTestArchive()
           
 void testGetElementClassForConstructor()
           
 void testGetElementClassForMethod()
           
 void testGetElementClassForVoidMethod()
           
 void testGetGroupConversionsForConstructorReturnValue()
           
 void testGetGroupConversionsForMethodReturnValue()
           
 void testGetGroupConversionsForVoidMethod()
           
 void testGetGroupConversionsReturnsEmptySetForConstructorReturnValue()
           
 void testGetGroupConversionsReturnsEmptySetForMethodReturnValue()
           
 void testIsCascadedForConstructorReturnValue()
           
 void testIsCascadedForMethodReturnValue()
           
 void testIsCascadedForVoidMethod()
           
 
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

ReturnValueDescriptorTest

public ReturnValueDescriptorTest()
Method Detail

createTestArchive

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

testGetElementClassForMethod

@SpecAssertion(section="6.2",
               id="a")
public void testGetElementClassForMethod()

testGetElementClassForVoidMethod

@SpecAssertion(section="6.2",
               id="a")
public void testGetElementClassForVoidMethod()

testGetElementClassForConstructor

@SpecAssertion(section="6.2",
               id="a")
public void testGetElementClassForConstructor()

testIsCascadedForMethodReturnValue

@SpecAssertion(section="6.4",
               id="a")
public void testIsCascadedForMethodReturnValue()

testIsCascadedForConstructorReturnValue

@SpecAssertion(section="6.4",
               id="a")
public void testIsCascadedForConstructorReturnValue()

testIsCascadedForVoidMethod

@SpecAssertion(section="6.4",
               id="a")
public void testIsCascadedForVoidMethod()

testGetGroupConversionsForConstructorReturnValue

@SpecAssertions(value={@SpecAssertion(section="6.4",id="b"),@SpecAssertion(section="6.5",id="a"),@SpecAssertion(section="6.5",id="b")})
public void testGetGroupConversionsForConstructorReturnValue()

testGetGroupConversionsForVoidMethod

@SpecAssertions(value={@SpecAssertion(section="6.4",id="b"),@SpecAssertion(section="6.5",id="a"),@SpecAssertion(section="6.5",id="b")})
public void testGetGroupConversionsForVoidMethod()

testGetGroupConversionsForMethodReturnValue

@SpecAssertions(value={@SpecAssertion(section="6.4",id="b"),@SpecAssertion(section="6.5",id="a"),@SpecAssertion(section="6.5",id="b")})
public void testGetGroupConversionsForMethodReturnValue()

testGetGroupConversionsReturnsEmptySetForConstructorReturnValue

@SpecAssertion(section="6.4",
               id="b")
public void testGetGroupConversionsReturnsEmptySetForConstructorReturnValue()

testGetGroupConversionsReturnsEmptySetForMethodReturnValue

@SpecAssertion(section="6.4",
               id="b")
public void testGetGroupConversionsReturnsEmptySetForMethodReturnValue()


Copyright © 2008-2013. All Rights Reserved.