public class AsyncTimeoutTest
extends org.jboss.arquillian.testng.Arquillian
Constructor and Description |
---|
AsyncTimeoutTest() |
Modifier and Type | Method and Description |
---|---|
static org.jboss.shrinkwrap.api.spec.WebArchive |
deploy() |
void |
testAsyncClassLevelTimeout()
Analogous to testAsyncTimeout but using Class level rather than method level annotations.
|
void |
testAsyncNoTimeout()
Test that an Asynchronous Service does not throw a TimeoutException where the service completes more quickly than
the specified time out.
|
void |
testAsyncTimeout()
Test that an Asynchronous Service times out as expected where the service is annotated with both
the @Asynchronous and @Timeout annotations.
|
@Deployment public static org.jboss.shrinkwrap.api.spec.WebArchive deploy()
public void testAsyncTimeout()
public void testAsyncNoTimeout()
public void testAsyncClassLevelTimeout()
Copyright © 2016 – 2022 Eclipse Foundation. All rights reserved.
Use is subject to license terms.