Class ManagedScheduledExecutorDefinitionWebTests
java.lang.Object
ee.jakarta.tck.concurrent.framework.TestClient
ee.jakarta.tck.concurrent.spec.ManagedScheduledExecutorService.resourcedef.ManagedScheduledExecutorDefinitionWebTests
-
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
protected String
Override this method to return the servlet path for the suite of tests.void
void
void
void
void
void
void
void
void
void
void
void
void
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
-
ManagedScheduledExecutorDefinitionWebTests
public ManagedScheduledExecutorDefinitionWebTests()
-
-
Method Details
-
createDeployment
@Deployment(name="ManagedScheduledExecutorDefinitionTests") public static org.jboss.shrinkwrap.api.spec.WebArchive 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
-
testAsyncCompletionStageMSE
public void testAsyncCompletionStageMSE() -
testAsynchronousMethodRunsWithContext
public void testAsynchronousMethodRunsWithContext() -
testAsynchronousMethodWithMaxAsync3
public void testAsynchronousMethodWithMaxAsync3() -
testCompletedFutureMSE
public void testCompletedFutureMSE() -
testIncompleteFutureMSE
public void testIncompleteFutureMSE() -
testIncompleteFutureMSEEJB
public void testIncompleteFutureMSEEJB() -
testManagedScheduledExecutorDefinitionAllAttributes
public void testManagedScheduledExecutorDefinitionAllAttributes() -
testManagedScheduledExecutorDefinitionAllAttributesEJB
public void testManagedScheduledExecutorDefinitionAllAttributesEJB() -
testManagedScheduledExecutorDefinitionDefaults
public void testManagedScheduledExecutorDefinitionDefaults() -
testManagedScheduledExecutorDefinitionDefaultsEJB
public void testManagedScheduledExecutorDefinitionDefaultsEJB() -
testNotAnAsynchronousMethod
public void testNotAnAsynchronousMethod() -
testScheduleWithCronTrigger
public void testScheduleWithCronTrigger() -
testScheduleWithZonedTrigger
public void testScheduleWithZonedTrigger() -
testScheduledAsynchCompletedFuture
public void testScheduledAsynchCompletedFuture() -
testScheduledAsynchCompletedResult
public void testScheduledAsynchCompletedResult() -
testScheduledAsynchCompletedExceptionally
public void testScheduledAsynchCompletedExceptionally() -
testScheduledAsynchOverlapSkipping
public void testScheduledAsynchOverlapSkipping() -
testScheduledAsynchIgnoresMaxAsync
public void testScheduledAsynchIgnoresMaxAsync() -
testScheduledAsynchWithMultipleSchedules
public void testScheduledAsynchWithMultipleSchedules() -
testScheduledAsynchWithInvalidJNDIName
public void testScheduledAsynchWithInvalidJNDIName() -
testScheduledAsynchVoidReturn
public void testScheduledAsynchVoidReturn()
-