public class CircuitBreakerExceptionHierarchyTest
extends org.jboss.arquillian.testng.Arquillian
CircuitBreaker.failOn()
and CircuitBreaker.skipOn()
handle exception subclasses correctly.Constructor and Description |
---|
CircuitBreakerExceptionHierarchyTest() |
Modifier and Type | Method and Description |
---|---|
static org.jboss.shrinkwrap.api.spec.WebArchive |
deploy() |
void |
serviceAthrowsE0() |
void |
serviceAthrowsE0S() |
void |
serviceAthrowsE1() |
void |
serviceAthrowsE1S() |
void |
serviceAthrowsE2() |
void |
serviceAthrowsE2S() |
void |
serviceAthrowsError() |
void |
serviceAthrowsException() |
void |
serviceAthrowsRuntimeException() |
void |
serviceBthrowsE0() |
void |
serviceBthrowsE0S() |
void |
serviceBthrowsE1() |
void |
serviceBthrowsE1S() |
void |
serviceBthrowsE2() |
void |
serviceBthrowsE2S() |
void |
serviceBthrowsError() |
void |
serviceBthrowsException() |
void |
serviceBthrowsRuntimeException() |
void |
serviceCthrowsE0() |
void |
serviceCthrowsE0S() |
void |
serviceCthrowsE1() |
void |
serviceCthrowsE1S() |
void |
serviceCthrowsE2() |
void |
serviceCthrowsE2S() |
void |
serviceCthrowsError() |
void |
serviceCthrowsException() |
void |
serviceCthrowsRuntimeException() |
public CircuitBreakerExceptionHierarchyTest()
@Deployment public static org.jboss.shrinkwrap.api.spec.WebArchive deploy()
public void serviceAthrowsException()
public void serviceAthrowsE0()
public void serviceAthrowsE1()
public void serviceAthrowsE2()
public void serviceAthrowsE2S()
public void serviceAthrowsE1S()
public void serviceAthrowsE0S()
public void serviceAthrowsRuntimeException()
public void serviceAthrowsError()
public void serviceBthrowsException()
public void serviceBthrowsE0()
public void serviceBthrowsE1()
public void serviceBthrowsE2()
public void serviceBthrowsE2S()
public void serviceBthrowsE1S()
public void serviceBthrowsE0S()
public void serviceBthrowsRuntimeException()
public void serviceBthrowsError()
public void serviceCthrowsException()
public void serviceCthrowsE0()
public void serviceCthrowsE1()
public void serviceCthrowsE2()
public void serviceCthrowsE2S()
public void serviceCthrowsE1S()
public void serviceCthrowsE0S()
public void serviceCthrowsRuntimeException()
public void serviceCthrowsError()
Copyright © 2020 Eclipse Foundation. All rights reserved.