Class AnnotationFullTests
java.lang.Object
ee.jakarta.tck.concurrent.framework.TestClient
ee.jakarta.tck.concurrent.spec.Platform.anno.AnnotationFullTests
Covers ContextServiceDefinition, ManagedExecutorDefinition, ManagedScheduledExecutorDefinition, and
ManagedThreadFactoryDefinition annotations and their interaction with Deployment Descriptors.
-
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
-
AnnotationFullTests
public AnnotationFullTests()
-
-
Method Details
-
createDeployment
@Deployment(name="AnnotationTests") 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
-
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()
-