Uses of Annotation Interface
ee.jakarta.tck.concurrent.framework.junit.anno.Assertion
Packages that use Assertion
Package
Description
-
Uses of Assertion in ee.jakarta.tck.concurrent.api.AbortedException
Methods in ee.jakarta.tck.concurrent.api.AbortedException with annotations of type AssertionModifier and TypeMethodDescriptionvoid
AbortedExceptionTests.abortedExceptionNoArgTest()
void
AbortedExceptionTests.abortedExceptionStringTest()
void
AbortedExceptionTests.abortedExceptionStringThrowableTest()
void
AbortedExceptionTests.abortedExceptionThrowableTest()
-
Uses of Assertion in ee.jakarta.tck.concurrent.api.ContextService
Methods in ee.jakarta.tck.concurrent.api.ContextService with annotations of type AssertionModifier and TypeMethodDescriptionvoid
ContextServiceTests.contextServiceWithIntf()
void
ContextServiceTests.contextServiceWithIntfAndInstanceIsNull()
void
ContextServiceTests.contextServiceWithIntfAndIntfNoImplemented()
void
ContextServiceTests.contextServiceWithIntfAndProperties()
void
ContextServiceTests.contextServiceWithIntfAndPropertiesAndIntfNoImplemented()
void
ContextServiceTests.contextServiceWithIntfsAndPropertiesAndInstanceIsNull()
void
ContextServiceTests.contextServiceWithMultiIntfs()
void
ContextServiceTests.contextServiceWithMultiIntfsAndInstanceIsNull()
void
ContextServiceTests.contextServiceWithMultiIntfsAndIntfNoImplemented()
void
ContextServiceTests.contextServiceWithMultiIntfsAndProperties()
void
ContextServiceTests.contextServiceWithMultiIntfsAndPropertiesAndInstanceIsNull()
void
ContextServiceTests.contextServiceWithMultiIntfsAndPropertiesAndIntfNoImplemented()
void
ContextServiceTests.getExecutionProperties()
void
ContextServiceTests.getExecutionPropertiesNoProxy()
-
Uses of Assertion in ee.jakarta.tck.concurrent.api.LastExecution
Methods in ee.jakarta.tck.concurrent.api.LastExecution with annotations of type AssertionModifier and TypeMethodDescriptionvoid
LastExecutionTests.lastExecutionGetIdentityNameTest()
void
LastExecutionTests.lastExecutionGetResultCallableTest()
void
LastExecutionTests.lastExecutionGetResultRunnableTest()
void
LastExecutionTests.lastExecutionGetRunningTimeTest()
-
Uses of Assertion in ee.jakarta.tck.concurrent.api.ManagedExecutors
Methods in ee.jakarta.tck.concurrent.api.ManagedExecutors with annotations of type AssertionModifier and TypeMethodDescriptionvoid
ManagedExecutorsTests.isCurrentThreadShutdown()
void
ManagedExecutorsTests.isCurrentThreadShutdownManageableThread()
void
ManagedExecutorsTests.manageCallableTaskWithMapAndNullArg()
void
ManagedExecutorsTests.manageCallableTaskWithNullArg()
void
ManagedExecutorsTests.manageCallableTaskWithTaskListener()
void
ManagedExecutorsTests.manageCallableTaskWithTaskListenerAndMap()
void
ManagedExecutorsTests.manageRunnableTaskWithMapAndNullArg()
void
ManagedExecutorsTests.manageRunnableTaskWithNullArg()
void
ManagedExecutorsTests.manageRunnableTaskWithTaskListener()
void
ManagedExecutorsTests.manageRunnableTaskWithTaskListenerAndMap()
-
Uses of Assertion in ee.jakarta.tck.concurrent.api.ManagedScheduledExecutorService
Methods in ee.jakarta.tck.concurrent.api.ManagedScheduledExecutorService with annotations of type AssertionModifier and TypeMethodDescriptionvoid
ManagedScheduledExecutorServiceTests.normalScheduleProcess1Test()
void
ManagedScheduledExecutorServiceTests.normalScheduleProcess2Test()
void
ManagedScheduledExecutorServiceTests.nullCallableScheduleProcessTest()
void
ManagedScheduledExecutorServiceTests.nullCommandScheduleProcessTest()
-
Uses of Assertion in ee.jakarta.tck.concurrent.api.ManagedTask
Methods in ee.jakarta.tck.concurrent.api.ManagedTask with annotations of type AssertionModifier and TypeMethodDescriptionvoid
ManagedTaskTests.getExecutionProperties()
void
ManagedTaskTests.getManagedTaskListener()
-
Uses of Assertion in ee.jakarta.tck.concurrent.api.ManagedTaskListener
Methods in ee.jakarta.tck.concurrent.api.ManagedTaskListener with annotations of type AssertionModifier and TypeMethodDescriptionvoid
ManagedTaskListenerTests.taskAborted()
void
ManagedTaskListenerTests.taskDone()
void
ManagedTaskListenerTests.taskStarting()
void
ManagedTaskListenerTests.taskSubmitted()
-
Uses of Assertion in ee.jakarta.tck.concurrent.api.ManagedThreadFactory
Methods in ee.jakarta.tck.concurrent.api.ManagedThreadFactory with annotations of type AssertionModifier and TypeMethodDescriptionvoid
ManagedThreadFactoryTests.implementsManageableThreadInterfaceTest()
void
ManagedThreadFactoryTests.interruptThreadApiTest()
void
ManagedThreadFactoryTests.isShutdown()
-
Uses of Assertion in ee.jakarta.tck.concurrent.api.SkippedException
Methods in ee.jakarta.tck.concurrent.api.SkippedException with annotations of type AssertionModifier and TypeMethodDescriptionvoid
SkippedExceptionTests.skippedExceptionNoArgTest()
void
SkippedExceptionTests.skippedExceptionStringTest()
void
SkippedExceptionTests.skippedExceptionStringThrowableTest()
void
SkippedExceptionTests.skippedExceptionThrowableTest()
-
Uses of Assertion in ee.jakarta.tck.concurrent.api.Trigger
Methods in ee.jakarta.tck.concurrent.api.Trigger with annotations of type AssertionModifier and TypeMethodDescriptionvoid
TriggerTests.triggerGetNextRunTimeTest()
void
TriggerTests.triggerSkipRunTest()
-
Uses of Assertion in ee.jakarta.tck.concurrent.spec.ContextService.contextPropagate
Methods in ee.jakarta.tck.concurrent.spec.ContextService.contextPropagate with annotations of type AssertionModifier and TypeMethodDescriptionvoid
ContextPropagationFullTests.testClassloaderAndCreateProxyInServlet()
void
ContextPropagationWebTests.testClassloaderAndCreateProxyInServlet()
void
ContextPropagationFullTests.testContextServiceDefinitionAllAttributes()
void
ContextPropagationWebTests.testContextServiceDefinitionAllAttributes()
void
ContextPropagationFullTests.testContextServiceDefinitionDefaults()
void
ContextPropagationWebTests.testContextServiceDefinitionDefaults()
void
ContextPropagationFullTests.testContextServiceDefinitionFromEJBAllAttributes()
void
ContextPropagationWebTests.testContextServiceDefinitionFromEJBAllAttributes()
void
ContextPropagationFullTests.testContextServiceDefinitionFromEJBDefaults()
void
ContextPropagationWebTests.testContextServiceDefinitionFromEJBDefaults()
void
ContextPropagationFullTests.testContextServiceDefinitionWithThirdPartyContext()
void
ContextPropagationWebTests.testContextServiceDefinitionWithThirdPartyContext()
void
ContextPropagationFullTests.testContextualConsumer()
void
ContextPropagationWebTests.testContextualConsumer()
void
ContextPropagationFullTests.testContextualFlowProcessor()
void
ContextPropagationWebTests.testContextualFlowProcessor()
void
ContextPropagationFullTests.testContextualFlowSubscriber()
void
ContextPropagationWebTests.testContextualFlowSubscriber()
void
ContextPropagationFullTests.testContextualFunction()
void
ContextPropagationWebTests.testContextualFunction()
void
ContextPropagationFullTests.testContextualSupplier()
void
ContextPropagationWebTests.testContextualSupplier()
void
ContextPropagationFullTests.testCopyWithContextCapture()
void
ContextPropagationWebTests.testCopyWithContextCapture()
void
ContextPropagationFullTests.testJNDIContextAndCreateProxyInEJB()
void
ContextPropagationWebTests.testJNDIContextAndCreateProxyInEJB()
void
ContextPropagationFullTests.testJNDIContextAndCreateProxyInServlet()
void
ContextPropagationWebTests.testJNDIContextAndCreateProxyInServlet()
void
ContextPropagationFullTests.testSecurityAndCreateProxyInServlet()
void
ContextPropagationWebTests.testSecurityAndCreateProxyInServlet()
void
ContextPropagationFullTests.testSecurityClearedContext()
void
ContextPropagationWebTests.testSecurityClearedContext()
void
ContextPropagationFullTests.testSecurityPropagatedContext()
void
ContextPropagationWebTests.testSecurityPropagatedContext()
void
ContextPropagationFullTests.testSecurityUnchangedContext()
void
ContextPropagationWebTests.testSecurityUnchangedContext()
-
Uses of Assertion in ee.jakarta.tck.concurrent.spec.ContextService.contextPropagate.servlet
Methods in ee.jakarta.tck.concurrent.spec.ContextService.contextPropagate.servlet with annotations of type AssertionModifier and TypeMethodDescriptionvoid
ContextPropagationServletTests.testClassloaderInServlet()
void
ContextPropagationServletTests.testJNDIContextInServlet()
-
Uses of Assertion in ee.jakarta.tck.concurrent.spec.ContextService.tx
Methods in ee.jakarta.tck.concurrent.spec.ContextService.tx with annotations of type AssertionModifier and TypeMethodDescriptionvoid
TransactionTests.testDefaultAndCommit()
void
TransactionTests.testSuspendAndCommit()
void
TransactionTests.testSuspendAndRollback()
void
TransactionTests.testTransactionOfExecuteThreadAndCommit()
void
TransactionTests.testTransactionOfExecuteThreadAndRollback()
-
Uses of Assertion in ee.jakarta.tck.concurrent.spec.ManagedExecutorService.inheritedapi
Methods in ee.jakarta.tck.concurrent.spec.ManagedExecutorService.inheritedapi with annotations of type AssertionModifier and TypeMethodDescriptionvoid
InheritedAPITests.testExecute()
void
InheritedAPITests.testInvokeAll()
void
InheritedAPITests.testInvokeAny()
void
InheritedAPITests.testSubmit()
-
Uses of Assertion in ee.jakarta.tck.concurrent.spec.ManagedExecutorService.managed.forbiddenapi
Methods in ee.jakarta.tck.concurrent.spec.ManagedExecutorService.managed.forbiddenapi with annotations of type AssertionModifier and TypeMethodDescriptionvoid
ForbiddenAPIEJBTests.testAwaitTermination()
void
ForbiddenAPIServletTests.testAwaitTermination()
void
ForbiddenAPIEJBTests.testIsShutdown()
void
ForbiddenAPIServletTests.testIsShutdown()
void
ForbiddenAPIEJBTests.testIsTerminated()
void
ForbiddenAPIServletTests.testIsTerminated()
void
ForbiddenAPIEJBTests.testShutdown()
void
ForbiddenAPIServletTests.testShutdown()
void
ForbiddenAPIEJBTests.testShutdownNow()
void
ForbiddenAPIServletTests.testShutdownNow()
-
Uses of Assertion in ee.jakarta.tck.concurrent.spec.ManagedExecutorService.resourcedef
Methods in ee.jakarta.tck.concurrent.spec.ManagedExecutorService.resourcedef with annotations of type AssertionModifier and TypeMethodDescriptionvoid
ManagedExecutorDefinitionFullTests.testAsyncCompletionStage()
void
ManagedExecutorDefinitionWebTests.testAsyncCompletionStage()
void
ManagedExecutorDefinitionFullTests.testAsynchronousMethodReturnsCompletableFuture()
void
ManagedExecutorDefinitionWebTests.testAsynchronousMethodReturnsCompletableFuture()
void
ManagedExecutorDefinitionFullTests.testAsynchronousMethodReturnsCompletionStage()
void
ManagedExecutorDefinitionWebTests.testAsynchronousMethodReturnsCompletionStage()
void
ManagedExecutorDefinitionFullTests.testAsynchronousMethodVoidReturnType()
void
ManagedExecutorDefinitionWebTests.testAsynchronousMethodVoidReturnType()
void
ManagedExecutorDefinitionFullTests.testCompletedFuture()
void
ManagedExecutorDefinitionWebTests.testCompletedFuture()
void
ManagedExecutorDefinitionFullTests.testCopyCompletableFuture()
void
ManagedExecutorDefinitionWebTests.testCopyCompletableFuture()
void
ManagedExecutorDefinitionFullTests.testCopyCompletableFutureEJB()
void
ManagedExecutorDefinitionWebTests.testCopyCompletableFutureEJB()
void
ManagedExecutorDefinitionFullTests.testIncompleteFuture()
void
ManagedExecutorDefinitionWebTests.testIncompleteFuture()
void
ManagedExecutorDefinitionFullTests.testIncompleteFutureEJB()
void
ManagedExecutorDefinitionWebTests.testIncompleteFutureEJB()
void
ManagedExecutorDefinitionFullTests.testManagedExecutorDefinitionAllAttributes()
void
ManagedExecutorDefinitionWebTests.testManagedExecutorDefinitionAllAttributes()
void
ManagedExecutorDefinitionFullTests.testManagedExecutorDefinitionDefaults()
void
ManagedExecutorDefinitionWebTests.testManagedExecutorDefinitionDefaults()
void
ManagedExecutorDefinitionFullTests.testScheduledAsynchCompletedExceptionally()
void
ManagedExecutorDefinitionWebTests.testScheduledAsynchCompletedExceptionally()
void
ManagedExecutorDefinitionFullTests.testScheduledAsynchCompletedFuture()
void
ManagedExecutorDefinitionWebTests.testScheduledAsynchCompletedFuture()
void
ManagedExecutorDefinitionFullTests.testScheduledAsynchCompletedResult()
void
ManagedExecutorDefinitionWebTests.testScheduledAsynchCompletedResult()
void
ManagedExecutorDefinitionFullTests.testScheduledAsynchIgnoresMaxAsync()
void
ManagedExecutorDefinitionWebTests.testScheduledAsynchIgnoresMaxAsync()
void
ManagedExecutorDefinitionFullTests.testScheduledAsynchOverlapSkipping()
void
ManagedExecutorDefinitionWebTests.testScheduledAsynchOverlapSkipping()
void
ManagedExecutorDefinitionFullTests.testScheduledAsynchVoidReturn()
void
ManagedExecutorDefinitionWebTests.testScheduledAsynchVoidReturn()
void
ManagedExecutorDefinitionFullTests.testScheduledAsynchWithInvalidJNDIName()
void
ManagedExecutorDefinitionWebTests.testScheduledAsynchWithInvalidJNDIName()
void
ManagedExecutorDefinitionFullTests.testScheduledAsynchWithMultipleSchedules()
void
ManagedExecutorDefinitionWebTests.testScheduledAsynchWithMultipleSchedules()
-
Uses of Assertion in ee.jakarta.tck.concurrent.spec.ManagedExecutorService.security
Methods in ee.jakarta.tck.concurrent.spec.ManagedExecutorService.security with annotations of type AssertionModifier and TypeMethodDescriptionvoid
SecurityFullTests.managedExecutorServiceAPISecurityTest()
void
SecurityWebTests.managedExecutorServiceAPISecurityTest()
-
Uses of Assertion in ee.jakarta.tck.concurrent.spec.ManagedExecutorService.tx
Methods in ee.jakarta.tck.concurrent.spec.ManagedExecutorService.tx with annotations of type AssertionModifier and TypeMethodDescriptionvoid
TransactionTests.testCancelTransactionWithManagedExecutorService()
void
TransactionTests.testCommitTransactionWithManagedExecutorService()
void
TransactionTests.testRollbackTransactionWithManagedExecutorService()
-
Uses of Assertion in ee.jakarta.tck.concurrent.spec.ManagedScheduledExecutorService.inheritedapi
Methods in ee.jakarta.tck.concurrent.spec.ManagedScheduledExecutorService.inheritedapi with annotations of type AssertionModifier and TypeMethodDescriptionvoid
InheritedAPIFullTests.testApiExecute()
void
InheritedAPIServletTests.testApiExecute()
void
InheritedAPIWebTests.testApiExecute()
void
InheritedAPIFullTests.testApiInvokeAll()
void
InheritedAPIServletTests.testApiInvokeAll()
void
InheritedAPIWebTests.testApiInvokeAll()
void
InheritedAPIFullTests.testApiInvokeAny()
void
InheritedAPIServletTests.testApiInvokeAny()
void
InheritedAPIWebTests.testApiInvokeAny()
void
InheritedAPIFullTests.testApiSchedule()
void
InheritedAPIServletTests.testApiSchedule()
void
InheritedAPIWebTests.testApiSchedule()
void
InheritedAPIFullTests.testApiScheduleAtFixedRate()
void
InheritedAPIServletTests.testApiScheduleAtFixedRate()
void
InheritedAPIWebTests.testApiScheduleAtFixedRate()
void
InheritedAPIFullTests.testApiScheduleWithFixedDelay()
void
InheritedAPIServletTests.testApiScheduleWithFixedDelay()
void
InheritedAPIWebTests.testApiScheduleWithFixedDelay()
void
InheritedAPIFullTests.testApiSubmit()
void
InheritedAPIServletTests.testApiSubmit()
void
InheritedAPIWebTests.testApiSubmit()
-
Uses of Assertion in ee.jakarta.tck.concurrent.spec.ManagedScheduledExecutorService.managed.forbiddenapi
Methods in ee.jakarta.tck.concurrent.spec.ManagedScheduledExecutorService.managed.forbiddenapi with annotations of type AssertionModifier and TypeMethodDescriptionvoid
ForbiddenAPIEJBTests.testAwaitTermination()
void
ForbiddenAPIServletTests.testAwaitTermination()
void
ForbiddenAPIEJBTests.testIsShutdown()
void
ForbiddenAPIServletTests.testIsShutdown()
void
ForbiddenAPIEJBTests.testIsTerminated()
void
ForbiddenAPIServletTests.testIsTerminated()
void
ForbiddenAPIEJBTests.testShutdown()
void
ForbiddenAPIServletTests.testShutdown()
void
ForbiddenAPIEJBTests.testShutdownNow()
void
ForbiddenAPIServletTests.testShutdownNow()
-
Uses of Assertion in ee.jakarta.tck.concurrent.spec.ManagedScheduledExecutorService.resourcedef
Methods in ee.jakarta.tck.concurrent.spec.ManagedScheduledExecutorService.resourcedef with annotations of type AssertionModifier and TypeMethodDescriptionvoid
ManagedScheduledExecutorDefinitionFullTests.testAsyncCompletionStageMSE()
void
ManagedScheduledExecutorDefinitionWebTests.testAsyncCompletionStageMSE()
void
ManagedScheduledExecutorDefinitionFullTests.testAsynchronousMethodRunsWithContext()
void
ManagedScheduledExecutorDefinitionWebTests.testAsynchronousMethodRunsWithContext()
void
ManagedScheduledExecutorDefinitionFullTests.testAsynchronousMethodWithMaxAsync3()
void
ManagedScheduledExecutorDefinitionWebTests.testAsynchronousMethodWithMaxAsync3()
void
ManagedScheduledExecutorDefinitionFullTests.testCompletedFutureMSE()
void
ManagedScheduledExecutorDefinitionWebTests.testCompletedFutureMSE()
void
ManagedScheduledExecutorDefinitionFullTests.testIncompleteFutureMSE()
void
ManagedScheduledExecutorDefinitionWebTests.testIncompleteFutureMSE()
void
ManagedScheduledExecutorDefinitionFullTests.testIncompleteFutureMSEEJB()
void
ManagedScheduledExecutorDefinitionWebTests.testIncompleteFutureMSEEJB()
void
ManagedScheduledExecutorDefinitionFullTests.testManagedScheduledExecutorDefinitionAllAttributes()
void
ManagedScheduledExecutorDefinitionWebTests.testManagedScheduledExecutorDefinitionAllAttributes()
void
ManagedScheduledExecutorDefinitionFullTests.testManagedScheduledExecutorDefinitionAllAttributesEJB()
void
ManagedScheduledExecutorDefinitionWebTests.testManagedScheduledExecutorDefinitionAllAttributesEJB()
void
ManagedScheduledExecutorDefinitionFullTests.testManagedScheduledExecutorDefinitionDefaults()
void
ManagedScheduledExecutorDefinitionWebTests.testManagedScheduledExecutorDefinitionDefaults()
void
ManagedScheduledExecutorDefinitionFullTests.testManagedScheduledExecutorDefinitionDefaultsEJB()
void
ManagedScheduledExecutorDefinitionWebTests.testManagedScheduledExecutorDefinitionDefaultsEJB()
void
ManagedScheduledExecutorDefinitionFullTests.testNotAnAsynchronousMethod()
void
ManagedScheduledExecutorDefinitionWebTests.testNotAnAsynchronousMethod()
void
ManagedScheduledExecutorDefinitionFullTests.testScheduledAsynchCompletedExceptionally()
void
ManagedScheduledExecutorDefinitionWebTests.testScheduledAsynchCompletedExceptionally()
void
ManagedScheduledExecutorDefinitionFullTests.testScheduledAsynchCompletedFuture()
void
ManagedScheduledExecutorDefinitionWebTests.testScheduledAsynchCompletedFuture()
void
ManagedScheduledExecutorDefinitionFullTests.testScheduledAsynchCompletedResult()
void
ManagedScheduledExecutorDefinitionWebTests.testScheduledAsynchCompletedResult()
void
ManagedScheduledExecutorDefinitionFullTests.testScheduledAsynchIgnoresMaxAsync()
void
ManagedScheduledExecutorDefinitionWebTests.testScheduledAsynchIgnoresMaxAsync()
void
ManagedScheduledExecutorDefinitionFullTests.testScheduledAsynchOverlapSkipping()
void
ManagedScheduledExecutorDefinitionWebTests.testScheduledAsynchOverlapSkipping()
void
ManagedScheduledExecutorDefinitionFullTests.testScheduledAsynchVoidReturn()
void
ManagedScheduledExecutorDefinitionWebTests.testScheduledAsynchVoidReturn()
void
ManagedScheduledExecutorDefinitionFullTests.testScheduledAsynchWithInvalidJNDIName()
void
ManagedScheduledExecutorDefinitionWebTests.testScheduledAsynchWithInvalidJNDIName()
void
ManagedScheduledExecutorDefinitionFullTests.testScheduledAsynchWithMultipleSchedules()
void
ManagedScheduledExecutorDefinitionWebTests.testScheduledAsynchWithMultipleSchedules()
void
ManagedScheduledExecutorDefinitionFullTests.testScheduleWithCronTrigger()
void
ManagedScheduledExecutorDefinitionWebTests.testScheduleWithCronTrigger()
void
ManagedScheduledExecutorDefinitionFullTests.testScheduleWithZonedTrigger()
void
ManagedScheduledExecutorDefinitionWebTests.testScheduleWithZonedTrigger()
-
Uses of Assertion in ee.jakarta.tck.concurrent.spec.ManagedScheduledExecutorService.security
Methods in ee.jakarta.tck.concurrent.spec.ManagedScheduledExecutorService.security with annotations of type AssertionModifier and TypeMethodDescriptionvoid
SecurityFullTests.managedScheduledExecutorServiceAPISecurityTest()
void
SecurityWebTests.managedScheduledExecutorServiceAPISecurityTest()
-
Uses of Assertion in ee.jakarta.tck.concurrent.spec.ManagedScheduledExecutorService.tx
Methods in ee.jakarta.tck.concurrent.spec.ManagedScheduledExecutorService.tx with annotations of type AssertionModifier and TypeMethodDescriptionvoid
TransactionTests.testCancelTransactionWithManagedScheduledExecutorService()
void
TransactionTests.testCommitTransactionWithManagedScheduledExecutorService()
void
TransactionTests.testRollbackTransactionWithManagedScheduledExecutorService()
-
Uses of Assertion in ee.jakarta.tck.concurrent.spec.ManagedThreadFactory.context
Methods in ee.jakarta.tck.concurrent.spec.ManagedThreadFactory.context with annotations of type AssertionModifier and TypeMethodDescriptionvoid
ContextFullTests.jndiClassloaderPropagationTest()
void
ContextWebTests.jndiClassloaderPropagationTest()
void
ContextFullTests.jndiClassloaderPropagationWithSecurityTest()
void
ContextWebTests.jndiClassloaderPropagationWithSecurityTest()
-
Uses of Assertion in ee.jakarta.tck.concurrent.spec.ManagedThreadFactory.resourcedef
Methods in ee.jakarta.tck.concurrent.spec.ManagedThreadFactory.resourcedef with annotations of type AssertionModifier and TypeMethodDescriptionvoid
ManagedThreadFactoryDefinitionFullTests.testManagedThreadFactoryDefinitionAllAttributes()
void
ManagedThreadFactoryDefinitionWebTests.testManagedThreadFactoryDefinitionAllAttributes()
void
ManagedThreadFactoryDefinitionFullTests.testManagedThreadFactoryDefinitionAllAttributesEJB()
void
ManagedThreadFactoryDefinitionWebTests.testManagedThreadFactoryDefinitionAllAttributesEJB()
void
ManagedThreadFactoryDefinitionFullTests.testManagedThreadFactoryDefinitionDefaults()
void
ManagedThreadFactoryDefinitionWebTests.testManagedThreadFactoryDefinitionDefaults()
void
ManagedThreadFactoryDefinitionFullTests.testManagedThreadFactoryDefinitionDefaultsEJB()
void
ManagedThreadFactoryDefinitionWebTests.testManagedThreadFactoryDefinitionDefaultsEJB()
void
ManagedThreadFactoryDefinitionFullTests.testParallelStreamBackedByManagedThreadFactory()
void
ManagedThreadFactoryDefinitionWebTests.testParallelStreamBackedByManagedThreadFactory()
void
ManagedThreadFactoryDefinitionFullTests.testParallelStreamBackedByManagedThreadFactoryEJB()
void
ManagedThreadFactoryDefinitionWebTests.testParallelStreamBackedByManagedThreadFactoryEJB()
-
Uses of Assertion in ee.jakarta.tck.concurrent.spec.ManagedThreadFactory.tx
Methods in ee.jakarta.tck.concurrent.spec.ManagedThreadFactory.tx with annotations of type AssertionModifier and TypeMethodDescriptionvoid
TransactionTests.testCancelTransactionWithManagedThreadFactory()
void
TransactionTests.testCommitTransactionWithManagedThreadFactory()
void
TransactionTests.testRollbackTransactionWithManagedThreadFactory()
-
Uses of Assertion in ee.jakarta.tck.concurrent.spec.Platform.anno
Methods in ee.jakarta.tck.concurrent.spec.Platform.anno with annotations of type AssertionModifier and TypeMethodDescriptionvoid
AnnotationFullTests.testAnnoDefinedContextServiceQualifiers()
void
AnnotationWebTests.testAnnoDefinedContextServiceQualifiers()
void
AnnotationFullTests.testAnnoDefinedManagedExecutorSvcQualifiers()
void
AnnotationWebTests.testAnnoDefinedManagedExecutorSvcQualifiers()
void
AnnotationFullTests.testAnnoDefinedManagedScheduledExecutorSvcQualifers()
void
AnnotationWebTests.testAnnoDefinedManagedScheduledExecutorSvcQualifers()
void
AnnotationFullTests.testAnnoDefinedManagedThreadFactoryQualifersFull()
void
AnnotationWebTests.testAnnoDefinedManagedThreadFactoryQualifersWeb()
void
AnnotationFullTests.testAnnotationDefinesContextService()
void
AnnotationWebTests.testAnnotationDefinesContextService()
void
AnnotationFullTests.testAnnotationDefinesManagedExecutor()
void
AnnotationWebTests.testAnnotationDefinesManagedExecutor()
void
AnnotationFullTests.testAnnotationDefinesManagedScheduledExecutor()
void
AnnotationWebTests.testAnnotationDefinesManagedScheduledExecutor()
void
AnnotationFullTests.testAnnotationDefinesManagedThreadFactory()
void
AnnotationWebTests.testAnnotationDefinesManagedThreadFactory()
-
Uses of Assertion in ee.jakarta.tck.concurrent.spec.Platform.dd
Methods in ee.jakarta.tck.concurrent.spec.Platform.dd with annotations of type AssertionModifier and TypeMethodDescriptionvoid
DeploymentDescriptorFullTests.testDeploymentDescriptorDefinedContextServiceQualifiers()
void
DeploymentDescriptorWebTests.testDeploymentDescriptorDefinedContextServiceQualifiers()
void
DeploymentDescriptorFullTests.testDeploymentDescriptorDefinedManagedExecutorSvcQualifiers()
void
DeploymentDescriptorWebTests.testDeploymentDescriptorDefinedManagedExecutorSvcQualifiers()
void
DeploymentDescriptorFullTests.testDeploymentDescriptorDefinedManagedScheduledExecutorSvcQualifers()
void
DeploymentDescriptorWebTests.testDeploymentDescriptorDefinedManagedScheduledExecutorSvcQualifers()
void
DeploymentDescriptorFullTests.testDeploymentDescriptorDefinedManagedThreadFactoryQualifers()
void
DeploymentDescriptorWebTests.testDeploymentDescriptorDefinedManagedThreadFactoryQualifers()
void
DeploymentDescriptorFullTests.testDeploymentDescriptorDefinesContextService()
void
DeploymentDescriptorWebTests.testDeploymentDescriptorDefinesContextService()
void
DeploymentDescriptorFullTests.testDeploymentDescriptorDefinesManagedExecutor()
void
DeploymentDescriptorWebTests.testDeploymentDescriptorDefinesManagedExecutor()
void
DeploymentDescriptorFullTests.testDeploymentDescriptorDefinesManagedScheduledExecutor()
void
DeploymentDescriptorWebTests.testDeploymentDescriptorDefinesManagedScheduledExecutor()
void
DeploymentDescriptorFullTests.testDeploymentDescriptorDefinesManagedThreadFactory()
void
DeploymentDescriptorWebTests.testDeploymentDescriptorDefinesManagedThreadFactory()
-
Uses of Assertion in ee.jakarta.tck.concurrent.spec.Platform.virtual
Methods in ee.jakarta.tck.concurrent.spec.Platform.virtual with annotations of type AssertionModifier and TypeMethodDescriptionvoid
VirtualFullTests.testPlatformExecutor()
void
VirtualWebTests.testPlatformExecutor()
void
VirtualFullTests.testPlatformScheduledExecutor()
void
VirtualWebTests.testPlatformScheduledExecutor()
void
VirtualFullTests.testPlatformThreadFactory()
void
VirtualWebTests.testPlatformThreadFactory()
void
VirtualFullTests.testVirtualExecutor()
void
VirtualWebTests.testVirtualExecutor()
void
VirtualFullTests.testVirtualScheduledExecutor()
void
VirtualWebTests.testVirtualScheduledExecutor()
void
VirtualFullTests.testVirtualThreadFactory()
void
VirtualWebTests.testVirtualThreadFactory()
void
VirtualFullTests.testVirtualThreadFactoryForkJoinPool()
void
VirtualWebTests.testVirtualThreadFactoryForkJoinPool()
-
Uses of Assertion in ee.jakarta.tck.concurrent.spec.signature
Methods in ee.jakarta.tck.concurrent.spec.signature with annotations of type Assertion