Class DeploymentDescriptorWebTests

java.lang.Object
ee.jakarta.tck.concurrent.framework.TestClient
ee.jakarta.tck.concurrent.spec.Platform.dd.DeploymentDescriptorWebTests

@RunAsClient public class DeploymentDescriptorWebTests extends TestClient
Covers context-service, managed-executor, managed-scheduled-executor, and managed-thread-factory defined in a deployment descriptor.
  • Constructor Details

    • DeploymentDescriptorWebTests

      public DeploymentDescriptorWebTests()
  • 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
    • testDeploymentDescriptorDefinedContextServiceQualifiers

      public void testDeploymentDescriptorDefinedContextServiceQualifiers()
    • testDeploymentDescriptorDefinedManagedExecutorSvcQualifiers

      public void testDeploymentDescriptorDefinedManagedExecutorSvcQualifiers()
    • testDeploymentDescriptorDefinedManagedScheduledExecutorSvcQualifers

      public void testDeploymentDescriptorDefinedManagedScheduledExecutorSvcQualifers()
    • testDeploymentDescriptorDefinedManagedThreadFactoryQualifers

      public void testDeploymentDescriptorDefinedManagedThreadFactoryQualifers()
    • testDeploymentDescriptorDefinesContextService

      public void testDeploymentDescriptorDefinesContextService()
    • testDeploymentDescriptorDefinesManagedExecutor

      public void testDeploymentDescriptorDefinesManagedExecutor()
    • testDeploymentDescriptorDefinesManagedScheduledExecutor

      public void testDeploymentDescriptorDefinesManagedScheduledExecutor()
    • testDeploymentDescriptorDefinesManagedThreadFactory

      public void testDeploymentDescriptorDefinesManagedThreadFactory()