Class ContextPropagationServletTests
java.lang.Object
ee.jakarta.tck.concurrent.framework.TestClient
ee.jakarta.tck.concurrent.spec.ContextService.contextPropagate.servlet.ContextPropagationServletTests
-
Field Summary
Fields inherited from class ee.jakarta.tck.concurrent.framework.TestClient
FAILURE, nl, SUCCESS, TEST_METHOD
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.jboss.shrinkwrap.api.spec.WebArchive
static org.jboss.shrinkwrap.api.spec.WebArchive
static org.jboss.shrinkwrap.api.spec.WebArchive
protected String
Override this method to return the servlet path for the suite of tests.void
void
Methods inherited from class ee.jakarta.tck.concurrent.framework.TestClient
assertStringInResponse, runTest, runTest, runTestWithResponse, runTestWithResponse
-
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
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 classTestClient
-
testJNDIContextInServlet
public void testJNDIContextInServlet() -
testClassloaderInServlet
public void testClassloaderInServlet()
-