public class IncompatibleFallbackMethodWithArgsTest
extends org.jboss.arquillian.testng.Arquillian
Constructor and Description |
---|
IncompatibleFallbackMethodWithArgsTest() |
Modifier and Type | Method and Description |
---|---|
static org.jboss.shrinkwrap.api.spec.WebArchive |
deployAnotherApp() |
void |
test()
Test that the deployment of a FallbackHandler with an invalid Fallback Method leads to a DeploymentException.
|
public IncompatibleFallbackMethodWithArgsTest()
@Deployment @ShouldThrowException(value=org.eclipse.microprofile.faulttolerance.exceptions.FaultToleranceDefinitionException.class) public static org.jboss.shrinkwrap.api.spec.WebArchive deployAnotherApp()
public void test()
Copyright © 2020 Eclipse Foundation. All rights reserved.