public class InvalidCircuitBreakerFailureReqVol0Test
extends org.jboss.arquillian.testng.Arquillian
| Constructor and Description |
|---|
InvalidCircuitBreakerFailureReqVol0Test() |
| Modifier and Type | Method and Description |
|---|---|
static org.jboss.shrinkwrap.api.spec.WebArchive |
deploy() |
void |
test()
Test that the deployment of an invalid @CircuitBreaker parameter leads to a DeploymentException.
|
public InvalidCircuitBreakerFailureReqVol0Test()
@Deployment @ShouldThrowException(value=org.eclipse.microprofile.faulttolerance.exceptions.FaultToleranceDefinitionException.class) public static org.jboss.shrinkwrap.api.spec.WebArchive deploy()
public void test()
Copyright © 2016 – 2022 Eclipse Foundation. All rights reserved.
Use is subject to license terms.