public class AsyncFallbackTest
extends org.jboss.arquillian.testng.Arquillian
Constructor and Description |
---|
AsyncFallbackTest() |
Modifier and Type | Method and Description |
---|---|
static org.jboss.shrinkwrap.api.spec.WebArchive |
deploy() |
void |
testAsyncCSFallbackFutureCompletesExceptionally() |
void |
testAsyncCSFallbackMethodThrows() |
void |
testAsyncCSFallbackSuccess() |
void |
testAsyncFallbackFutureCompletesExceptionally() |
void |
testAsyncFallbackMethodThrows() |
void |
testAsyncFallbackSuccess() |
@Deployment public static org.jboss.shrinkwrap.api.spec.WebArchive deploy()
public void testAsyncFallbackSuccess() throws ExecutionException, InterruptedException
public void testAsyncFallbackMethodThrows() throws IOException, ExecutionException, InterruptedException
public void testAsyncFallbackFutureCompletesExceptionally() throws InterruptedException
InterruptedException
public void testAsyncCSFallbackSuccess() throws ExecutionException, InterruptedException
public void testAsyncCSFallbackMethodThrows() throws IOException, ExecutionException, InterruptedException
public void testAsyncCSFallbackFutureCompletesExceptionally() throws InterruptedException, ExecutionException
Copyright © 2020 Eclipse Foundation. All rights reserved.