Class AnnotationWebTests

java.lang.Object
ee.jakarta.tck.concurrent.framework.TestClient
ee.jakarta.tck.concurrent.spec.Platform.anno.AnnotationWebTests

@RunAsClient public class AnnotationWebTests extends TestClient
Covers ContextServiceDefinition, ManagedExecutorDefinition, ManagedScheduledExecutorDefinition, and ManagedThreadFactoryDefinition annotations and their interaction with Deployment Descriptors.
  • Constructor Details

    • AnnotationWebTests

      public AnnotationWebTests()
  • Method Details

    • createDeployment

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

      public void testAnnoDefinedContextServiceQualifiers()
    • testAnnoDefinedManagedExecutorSvcQualifiers

      public void testAnnoDefinedManagedExecutorSvcQualifiers()
    • testAnnoDefinedManagedScheduledExecutorSvcQualifers

      public void testAnnoDefinedManagedScheduledExecutorSvcQualifers()
    • testAnnoDefinedManagedThreadFactoryQualifersWeb

      public void testAnnoDefinedManagedThreadFactoryQualifersWeb()
    • testAnnotationDefinesContextService

      public void testAnnotationDefinesContextService()
    • testAnnotationDefinesManagedExecutor

      public void testAnnotationDefinesManagedExecutor()
    • testAnnotationDefinesManagedScheduledExecutor

      public void testAnnotationDefinesManagedScheduledExecutor()
    • testAnnotationDefinesManagedThreadFactory

      public void testAnnotationDefinesManagedThreadFactory()