public class HystrixIntegrationTest extends Object
| Constructor and Description |
|---|
HystrixIntegrationTest() |
| Modifier and Type | Method and Description |
|---|---|
static org.jboss.shrinkwrap.api.spec.WebArchive |
createDelayedResponseDeployment() |
static org.jboss.shrinkwrap.api.spec.JavaArchive |
createDeployment() |
void |
testHystrixCircuitBreakerFallback() |
void |
testHystrixCircuitBreakerNoFallback() |
@Deployment public static org.jboss.shrinkwrap.api.spec.JavaArchive createDeployment()
@Deployment(testable=false,
managed=false,
name="delayed-http-response.war")
public static org.jboss.shrinkwrap.api.spec.WebArchive createDelayedResponseDeployment()
public void testHystrixCircuitBreakerNoFallback()
throws Exception
ExceptionCopyright © 2016. All rights reserved.