org.hibernate.beanvalidation.tck.tests.metadata
Class ReturnValueDescriptorTest
java.lang.Object
org.jboss.arquillian.testng.Arquillian
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
| 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 |
ReturnValueDescriptorTest
public ReturnValueDescriptorTest()
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.