public class CircuitBreakerConfigGlobalTest
extends org.jboss.arquillian.testng.Arquillian
Constructor and Description |
---|
CircuitBreakerConfigGlobalTest() |
Modifier and Type | Method and Description |
---|---|
static org.jboss.shrinkwrap.api.spec.WebArchive |
deploy() |
void |
testCircuitDefaultSuccessThreshold()
this test is a copy of
CircuitBreakerTest.testCircuitDefaultSuccessThreshold()
except that the waiting time to let the Circuit Breaker is 500 ms. |
@Deployment public static org.jboss.shrinkwrap.api.spec.WebArchive deploy()
public void testCircuitDefaultSuccessThreshold()
CircuitBreakerTest.testCircuitDefaultSuccessThreshold()
except that the waiting time to let the Circuit Breaker is 500 ms. Without Property config the test can't passCopyright © 2016 – 2022 Eclipse Foundation. All rights reserved.
Use is subject to license terms.