Class ContextPropagationServletTests

java.lang.Object
ee.jakarta.tck.concurrent.framework.TestClient
ee.jakarta.tck.concurrent.spec.ContextService.contextPropagate.servlet.ContextPropagationServletTests

@RunAsClient public class ContextPropagationServletTests extends TestClient
  • Constructor Details

    • ContextPropagationServletTests

      public ContextPropagationServletTests()
  • Method Details

    • createDeployment1

      @Deployment(name="ContextPropagationServletTests.Proxy") public static org.jboss.shrinkwrap.api.spec.WebArchive createDeployment1()
    • createDeployment2

      @Deployment(name="ContextPropagationServletTests.Work") public static org.jboss.shrinkwrap.api.spec.WebArchive createDeployment2()
    • createDeployment3

      @Deployment(name="ContextPropagationServletTests.Deserialize") public static org.jboss.shrinkwrap.api.spec.WebArchive createDeployment3()
    • 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
    • testJNDIContextInServlet

      public void testJNDIContextInServlet()
    • testClassloaderInServlet

      public void testClassloaderInServlet()