Class AsyncFallbackTest
java.lang.Object
org.jboss.arquillian.testng.Arquillian
org.eclipse.microprofile.fault.tolerance.tck.AsyncFallbackTest
- All Implemented Interfaces:
org.testng.IHookable
,org.testng.ITestNGListener
public class AsyncFallbackTest
extends org.jboss.arquillian.testng.Arquillian
Test the combination of the @Asynchronous and @Fallback annotations.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.jboss.arquillian.testng.Arquillian
org.jboss.arquillian.testng.Arquillian.UpdateResultListener
-
Field Summary
Fields inherited from class org.jboss.arquillian.testng.Arquillian
ARQUILLIAN_DATA_PROVIDER
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.jboss.shrinkwrap.api.spec.WebArchive
deploy()
void
void
void
void
void
void
Methods inherited from class org.jboss.arquillian.testng.Arquillian
arquillianAfterClass, arquillianAfterSuite, arquillianAfterTest, arquillianArgumentProvider, arquillianBeforeClass, arquillianBeforeSuite, arquillianBeforeTest, run
-
Constructor Details
-
AsyncFallbackTest
public AsyncFallbackTest()
-
-
Method Details
-
deploy
@Deployment public static org.jboss.shrinkwrap.api.spec.WebArchive deploy() -
testAsyncFallbackSuccess
-
testAsyncFallbackMethodThrows
public void testAsyncFallbackMethodThrows() throws IOException, ExecutionException, InterruptedException -
testAsyncFallbackFutureCompletesExceptionally
- Throws:
InterruptedException
-
testAsyncCSFallbackSuccess
-
testAsyncCSFallbackMethodThrows
public void testAsyncCSFallbackMethodThrows() throws IOException, ExecutionException, InterruptedException -
testAsyncCSFallbackFutureCompletesExceptionally
public void testAsyncCSFallbackFutureCompletesExceptionally() throws InterruptedException, ExecutionException
-