Class ManagedExecutorDefinitionWebTests

java.lang.Object
ee.jakarta.tck.concurrent.framework.TestClient
ee.jakarta.tck.concurrent.spec.ManagedExecutorService.resourcedef.ManagedExecutorDefinitionWebTests

@RunAsClient public class ManagedExecutorDefinitionWebTests extends TestClient
  • Constructor Details

    • ManagedExecutorDefinitionWebTests

      public ManagedExecutorDefinitionWebTests()
  • Method Details

    • createDeployment

      @Deployment(name="ManagedExecutorDefinitionTests") public static org.jboss.shrinkwrap.api.spec.WebArchive createDeployment()
    • getServletPath

      protected String getServletPath()
      Description copied from class: TestClient
      Override this method to return the servlet path for the suite of tests. Used for the runTest() methods.
      Overrides:
      getServletPath in class TestClient
    • testAsyncCompletionStage

      public void testAsyncCompletionStage()
    • testAsynchronousMethodReturnsCompletableFuture

      public void testAsynchronousMethodReturnsCompletableFuture()
    • testAsynchronousMethodReturnsCompletionStage

      public void testAsynchronousMethodReturnsCompletionStage()
    • testAsynchronousMethodVoidReturnType

      public void testAsynchronousMethodVoidReturnType()
    • testCompletedFuture

      public void testCompletedFuture()
    • testCopyCompletableFuture

      public void testCopyCompletableFuture()
    • testCopyCompletableFutureEJB

      public void testCopyCompletableFutureEJB()
    • testIncompleteFuture

      public void testIncompleteFuture()
    • testIncompleteFutureEJB

      public void testIncompleteFutureEJB()
    • testManagedExecutorDefinitionAllAttributes

      public void testManagedExecutorDefinitionAllAttributes()
    • testManagedExecutorDefinitionDefaults

      public void testManagedExecutorDefinitionDefaults()
    • testScheduledAsynchCompletedFuture

      public void testScheduledAsynchCompletedFuture()
    • testScheduledAsynchCompletedResult

      public void testScheduledAsynchCompletedResult()
    • testScheduledAsynchCompletedExceptionally

      public void testScheduledAsynchCompletedExceptionally()
    • testScheduledAsynchOverlapSkipping

      public void testScheduledAsynchOverlapSkipping()
    • testScheduledAsynchIgnoresMaxAsync

      public void testScheduledAsynchIgnoresMaxAsync()
    • testScheduledAsynchWithMultipleSchedules

      public void testScheduledAsynchWithMultipleSchedules()
    • testScheduledAsynchWithInvalidJNDIName

      public void testScheduledAsynchWithInvalidJNDIName()
    • testScheduledAsynchVoidReturn

      public void testScheduledAsynchVoidReturn()