public class RetryTimeoutTest
extends org.jboss.arquillian.testng.Arquillian
Constructor and Description |
---|
RetryTimeoutTest() |
Modifier and Type | Method and Description |
---|---|
static org.jboss.shrinkwrap.api.spec.WebArchive |
deploy() |
void |
testRetryNoTimeout()
Test that a Service is retried the expected number of times.
|
void |
testRetryTimeout()
Test that a Service is retried the expected number of times.
|
void |
testRetryWithAbortOn()
Test that a service is not retried if TimeoutException is included in the abortOn attribute
|
void |
testRetryWithoutRetryOn()
Test that a service is not retried if TimeoutException is not included in the retryOn attribute
|
@Deployment public static org.jboss.shrinkwrap.api.spec.WebArchive deploy()
public void testRetryTimeout()
public void testRetryNoTimeout()
public void testRetryWithoutRetryOn()
public void testRetryWithAbortOn()
Copyright © 2016 – 2022 Eclipse Foundation. All rights reserved.
Use is subject to license terms.