@SpecVersion(spec="beanvalidation",
version="2.0.0")
public class ExecutableDescriptorIgnoresValidatedExecutableAnnotationSettingsTest
extends AbstractTCKTest
| Constructor and Description |
|---|
ExecutableDescriptorIgnoresValidatedExecutableAnnotationSettingsTest() |
| Modifier and Type | Method and Description |
|---|---|
static org.jboss.shrinkwrap.api.spec.WebArchive |
createTestArchive() |
void |
testConstructorDescriptorCanBeRetrievedAlsoIfValidateExecutableIsSetToNONEOnConstructorLevel() |
void |
testConstructorDescriptorCanBeRetrievedAlsoIfValidateExecutableIsSetToNONEOnTypeLevel() |
void |
testMethodDescriptorCanBeRetrievedAlsoIfValidateExecutableIsSetToNONEOnMethodLevel() |
void |
testMethodDescriptorCanBeRetrievedAlsoIfValidateExecutableIsSetToNONEOnTypeLevel() |
getExecutableValidator, getValidator, webArchiveBuilderpublic ExecutableDescriptorIgnoresValidatedExecutableAnnotationSettingsTest()
@Deployment public static org.jboss.shrinkwrap.api.spec.WebArchive createTestArchive()
@SpecAssertion(section="constraintmetadata-executabledescriptor",
id="h")
public void testMethodDescriptorCanBeRetrievedAlsoIfValidateExecutableIsSetToNONEOnTypeLevel()
@SpecAssertion(section="constraintmetadata-executabledescriptor",
id="h")
public void testConstructorDescriptorCanBeRetrievedAlsoIfValidateExecutableIsSetToNONEOnTypeLevel()
@SpecAssertion(section="constraintmetadata-executabledescriptor",
id="h")
public void testMethodDescriptorCanBeRetrievedAlsoIfValidateExecutableIsSetToNONEOnMethodLevel()
@SpecAssertion(section="constraintmetadata-executabledescriptor",
id="h")
public void testConstructorDescriptorCanBeRetrievedAlsoIfValidateExecutableIsSetToNONEOnConstructorLevel()
Copyright © 2008–2017. All rights reserved.