Class DeploymentDescriptorFullTests
java.lang.Object
ee.jakarta.tck.concurrent.framework.TestClient
ee.jakarta.tck.concurrent.spec.Platform.dd.DeploymentDescriptorFullTests
Covers context-service, managed-executor, managed-scheduled-executor, and
managed-thread-factory defined in a deployment descriptor.
-
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.EnterpriseArchive
protected String
Override this method to return the servlet path for the suite of tests.void
void
void
void
void
void
void
void
Methods inherited from class ee.jakarta.tck.concurrent.framework.TestClient
assertStringInResponse, runTest, runTest, runTestWithResponse, runTestWithResponse
-
Constructor Details
-
DeploymentDescriptorFullTests
public DeploymentDescriptorFullTests()
-
-
Method Details
-
createDeployment
@Deployment(name="DeploymentDescriptorTests") public static org.jboss.shrinkwrap.api.spec.EnterpriseArchive createDeployment() -
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
-
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()
-