public class CircuitBreakerTimeoutTest
extends org.jboss.arquillian.testng.Arquillian
@CircuitBreaker and @Timeout| Constructor and Description |
|---|
CircuitBreakerTimeoutTest() |
| Modifier and Type | Method and Description |
|---|---|
static org.jboss.shrinkwrap.api.spec.WebArchive |
deploy() |
void |
testTimeout()
Test that timeouts cause the circuit to open
|
void |
testTimeoutWithoutFailOn()
Test that timeouts do not cause the circuit to open when failOn attribute does not include TimeoutException
|
@Deployment public static org.jboss.shrinkwrap.api.spec.WebArchive deploy()
public void testTimeout()
public void testTimeoutWithoutFailOn()
Copyright © 2016 – 2022 Eclipse Foundation. All rights reserved.
Use is subject to license terms.