@SpecVersion(spec="beanvalidation",
version="1.1.0")
public class ReturnValueDescriptorTest
extends org.jboss.arquillian.testng.Arquillian
| Constructor and Description |
|---|
ReturnValueDescriptorTest() |
| Modifier and Type | Method and Description |
|---|---|
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() |
@Deployment public static org.jboss.shrinkwrap.api.spec.WebArchive createTestArchive()
@SpecAssertion(section="6.2",
id="a")
public void testGetElementClassForMethod()
@SpecAssertion(section="6.2",
id="a")
public void testGetElementClassForVoidMethod()
@SpecAssertion(section="6.2",
id="a")
public void testGetElementClassForConstructor()
@SpecAssertion(section="6.4",
id="a")
public void testIsCascadedForMethodReturnValue()
@SpecAssertion(section="6.4",
id="a")
public void testIsCascadedForConstructorReturnValue()
@SpecAssertion(section="6.4",
id="a")
public void testIsCascadedForVoidMethod()
@SpecAssertions(value={@SpecAssertion(section="6.4",id="b"),@SpecAssertion(section="6.5",id="a"),@SpecAssertion(section="6.5",id="b")})
public void testGetGroupConversionsForConstructorReturnValue()
@SpecAssertions(value={@SpecAssertion(section="6.4",id="b"),@SpecAssertion(section="6.5",id="a"),@SpecAssertion(section="6.5",id="b")})
public void testGetGroupConversionsForVoidMethod()
@SpecAssertions(value={@SpecAssertion(section="6.4",id="b"),@SpecAssertion(section="6.5",id="a"),@SpecAssertion(section="6.5",id="b")})
public void testGetGroupConversionsForMethodReturnValue()
@SpecAssertion(section="6.4",
id="b")
public void testGetGroupConversionsReturnsEmptySetForConstructorReturnValue()
@SpecAssertion(section="6.4",
id="b")
public void testGetGroupConversionsReturnsEmptySetForMethodReturnValue()
Copyright © 2008–2014. All rights reserved.