Class AnnotationFullTests

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

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

    • AnnotationFullTests

      public AnnotationFullTests()
  • Method Details

    • createDeployment

      @Deployment(name="AnnotationTests") public static org.jboss.shrinkwrap.api.spec.EnterpriseArchive 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()
    • testAnnoDefinedManagedThreadFactoryQualifersFull

      public void testAnnoDefinedManagedThreadFactoryQualifersFull()
    • testAnnotationDefinesContextService

      public void testAnnotationDefinesContextService()
    • testAnnotationDefinesManagedExecutor

      public void testAnnotationDefinesManagedExecutor()
    • testAnnotationDefinesManagedScheduledExecutor

      public void testAnnotationDefinesManagedScheduledExecutor()
    • testAnnotationDefinesManagedThreadFactory

      public void testAnnotationDefinesManagedThreadFactory()