public class BulkheadMetricTest
extends org.jboss.arquillian.testng.Arquillian
Constructor and Description |
---|
BulkheadMetricTest() |
Modifier and Type | Method and Description |
---|---|
void |
bulkheadMetricAsyncTest() |
void |
bulkheadMetricHistogramTest() |
void |
bulkheadMetricRejectionTest() |
void |
bulkheadMetricTest() |
void |
completeWaitingFutures()
Ensure that any waiting futures get completed at the end of each test
|
static org.jboss.shrinkwrap.api.spec.WebArchive |
deploy() |
@Deployment public static org.jboss.shrinkwrap.api.spec.WebArchive deploy()
public void completeWaitingFutures()
Important in case tests end early due to an exception or failure.
public void bulkheadMetricTest() throws InterruptedException, ExecutionException, TimeoutException
public void bulkheadMetricRejectionTest() throws InterruptedException, ExecutionException, TimeoutException
public void bulkheadMetricHistogramTest() throws InterruptedException, ExecutionException, TimeoutException
public void bulkheadMetricAsyncTest() throws InterruptedException, ExecutionException, TimeoutException
Copyright © 2020 Eclipse Foundation. All rights reserved.