public class BulkheadFutureTest
extends org.jboss.arquillian.testng.Arquillian
Modifier and Type | Class and Description |
---|---|
static class |
BulkheadFutureTest.TestFuture |
Constructor and Description |
---|
BulkheadFutureTest() |
Modifier and Type | Method and Description |
---|---|
static org.jboss.shrinkwrap.api.spec.WebArchive |
deploy() |
void |
testBulkheadClassAsynchFutureDoneAfterGet()
Tests that the Future that is returned from a asynchronous bulkhead can
be queried for Done OK after a goodpath get with timeout and also
multiple gets can be called ok.
|
void |
testBulkheadClassAsynchFutureDoneWithoutGet()
Tests that the Future that is returned from a asynchronous bulkhead can
be queried for Done OK when get() is not called.
|
void |
testBulkheadMethodAsynchFutureDoneAfterGet()
Tests that the Future that is returned from an asynchronous bulkhead
method can be queried for Done OK before and after a goodpath .get()
|
void |
testBulkheadMethodAsynchFutureDoneWithoutGet()
Tests that the Future that is returned from a asynchronous bulkhead
method can be queried for Done OK even if the user never calls get() to
drive the backend (i.e.
|
@Deployment public static org.jboss.shrinkwrap.api.spec.WebArchive deploy()
public void testBulkheadMethodAsynchFutureDoneAfterGet() throws InterruptedException, ExecutionException, TimeoutException
public void testBulkheadMethodAsynchFutureDoneWithoutGet()
public void testBulkheadClassAsynchFutureDoneAfterGet() throws InterruptedException, ExecutionException, TimeoutException
public void testBulkheadClassAsynchFutureDoneWithoutGet()
Copyright © 2020 Eclipse Foundation. All rights reserved.