Class ManagedScheduledExecutorDefinitionWebTests

java.lang.Object
ee.jakarta.tck.concurrent.framework.TestClient
ee.jakarta.tck.concurrent.spec.ManagedScheduledExecutorService.resourcedef.ManagedScheduledExecutorDefinitionWebTests

@RunAsClient public class ManagedScheduledExecutorDefinitionWebTests extends TestClient
  • Constructor Details

    • ManagedScheduledExecutorDefinitionWebTests

      public ManagedScheduledExecutorDefinitionWebTests()
  • Method Details

    • createDeployment

      @Deployment(name="ManagedScheduledExecutorDefinitionTests") 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
    • testAsyncCompletionStageMSE

      public void testAsyncCompletionStageMSE()
    • testAsynchronousMethodRunsWithContext

      public void testAsynchronousMethodRunsWithContext()
    • testAsynchronousMethodWithMaxAsync3

      public void testAsynchronousMethodWithMaxAsync3()
    • testCompletedFutureMSE

      public void testCompletedFutureMSE()
    • testIncompleteFutureMSE

      public void testIncompleteFutureMSE()
    • testIncompleteFutureMSEEJB

      public void testIncompleteFutureMSEEJB()
    • testManagedScheduledExecutorDefinitionAllAttributes

      public void testManagedScheduledExecutorDefinitionAllAttributes()
    • testManagedScheduledExecutorDefinitionAllAttributesEJB

      public void testManagedScheduledExecutorDefinitionAllAttributesEJB()
    • testManagedScheduledExecutorDefinitionDefaults

      public void testManagedScheduledExecutorDefinitionDefaults()
    • testManagedScheduledExecutorDefinitionDefaultsEJB

      public void testManagedScheduledExecutorDefinitionDefaultsEJB()
    • testNotAnAsynchronousMethod

      public void testNotAnAsynchronousMethod()
    • testScheduleWithCronTrigger

      public void testScheduleWithCronTrigger()
    • testScheduleWithZonedTrigger

      public void testScheduleWithZonedTrigger()
    • 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()