public class DisableTest
extends org.jboss.arquillian.testng.Arquillian
Constructor and Description |
---|
DisableTest() |
Modifier and Type | Method and Description |
---|---|
static org.jboss.shrinkwrap.api.spec.WebArchive |
deploy() |
void |
testCircuitClosedThenOpen()
A test to exercise Circuit Breaker thresholds, with a default SuccessThreshold
If MP_Fault_Tolerance_NonFallback_Enabled is set to false in the Container environment, then the CircuitBreaker
will not operate, no CircuitBreakerOpenExceptions will be thrown and execution will fail 7 times.
|
void |
testFallbackSuccess()
Test that a Fallback service is driven when a Service fails.
|
void |
testRetryDisabled()
Test maxRetries on @Retry.
|
void |
testTimeout()
A test to exercise the default timeout.
|
@Deployment public static org.jboss.shrinkwrap.api.spec.WebArchive deploy()
public void testRetryDisabled()
public void testFallbackSuccess()
public void testCircuitClosedThenOpen()
public void testTimeout()
Copyright © 2016 – 2022 Eclipse Foundation. All rights reserved.
Use is subject to license terms.