Class | Method | # of Scenarios | Start | Time (ms) |
CDI TCK — passed |
org.jboss.cdi.tck.interceptors.tests.bindings.aroundConstruct.ConstructorInterceptionTest | testConstructorLevelBinding | 1 | 1566566775775 | 906 |
testMultipleConstructorLevelBinding | 1 | 1566566776685 | 15 |
testOverridingTypeLevelBinding | 1 | 1566566776703 | 67 |
testTypeLevelAndConstructorLevelBinding | 1 | 1566566776772 | 16 |
testTypeLevelBinding | 1 | 1566566776790 | 13 |
org.jboss.cdi.tck.interceptors.tests.bindings.aroundConstruct.ejb.SessionBeanConstructorInterceptionTest | testConstructorLevelBinding (integration) | 1 | 1566566779166 | 553 |
testOverridingTypeLevelBinding (integration) | 1 | 1566566779766 | 14 |
testTypeLevelAndConstructorLevelBinding (integration) | 1 | 1566566779782 | 15 |
testTypeLevelBinding (integration) | 1 | 1566566779798 | 76 |
org.jboss.cdi.tck.interceptors.tests.bindings.broken.InvalidStereotypeInterceptorBindingAnnotationsTest | testInterceptorBindingsWithConflictingAnnotationMembersNotOk | 1 | 1566566780601 | 1 |
org.jboss.cdi.tck.interceptors.tests.bindings.multiple.MultipleInterceptorBindingsTest | testInterceptorAppliedToBeanWithAllBindings | 1 | 1566566782399 | 567 |
testInterceptorNotAppliedToBeanWithSomeBindings | 1 | 1566566782968 | 11 |
testMultipleInterceptorsOnMethod | 1 | 1566566782980 | 10 |
org.jboss.cdi.tck.interceptors.tests.bindings.overriding.InterceptorBindingOverridingTest | testInterceptorBindingOverriden | 1 | 1566566784903 | 408 |
org.jboss.cdi.tck.interceptors.tests.bindings.resolution.InterceptorBindingResolutionTest | testBusinessMethodInterceptorBindings | 1 | 1566566787171 | 400 |
testConstructorInterceptorBindings | 1 | 1566566787573 | 11 |
testLifecycleInterceptorBindings | 1 | 1566566787586 | 11 |
org.jboss.cdi.tck.interceptors.tests.bindings.resolution.ejb.EnterpriseInterceptorBindingResolutionTest | testBusinessMethodInterceptorBindings (javaee-full) | 1 | 1566566797008 | 483 |
testLifecycleInterceptorBindings (javaee-full) | 1 | 1566566797492 | 13 |
testTimeoutMethodInterceptorBindings (javaee-full) | 1 | 1566566797506 | 1227 |
org.jboss.cdi.tck.interceptors.tests.contract.aroundConstruct.AroundConstructTest | testExceptions | 1 | 1566566800194 | 262 |
testInterceptorInvocation | 1 | 1566566800457 | 16 |
testReplacingParameters | 1 | 1566566800474 | 13 |
org.jboss.cdi.tck.interceptors.tests.contract.aroundConstruct.bindings.AroundConstructTest | testExceptions | 1 | 1566566802169 | 516 |
testInterceptorInvocation | 1 | 1566566802686 | 10 |
testReplacingParameters | 1 | 1566566802697 | 72 |
org.jboss.cdi.tck.interceptors.tests.contract.aroundInvoke.AroundInvokeAccessInterceptorTest | testPackagePrivateAroundInvokeInterceptor | 1 | 1566566804598 | 388 |
testPrivateAroundInvokeInterceptor | 1 | 1566566804988 | 10 |
testProtectedAroundInvokeInterceptor | 1 | 1566566804999 | 9 |
testSecurityContext (security, javaee-full) | 1 | 1566566805010 | 85 |
testTransactionContext (javaee-full) | 1 | 1566566805097 | 68 |
org.jboss.cdi.tck.interceptors.tests.contract.aroundInvoke.bindings.AroundInvokeInterceptorTest | testBusinessMethodIntercepted | 1 | 1566566806704 | 415 |
org.jboss.cdi.tck.interceptors.tests.contract.aroundInvoke.bindings.ejb.SessionBeanAroundInvokeInterceptorTest | testBusinessMethodIntercepted (javaee-full) | 1 | 1566566808775 | 343 |
org.jboss.cdi.tck.interceptors.tests.contract.aroundTimeout.bindings.AroundTimeoutOrderInterceptorTest | testTimeoutMethodIntercepted (javaee-full) | 1 | 1566566810993 | 1342 |
org.jboss.cdi.tck.interceptors.tests.contract.exceptions.aroundInvoke.ExceptionTest | testExceptions1 | 1 | 1566566813694 | 438 |
testExceptions2 | 1 | 1566566814164 | 10 |
org.jboss.cdi.tck.interceptors.tests.contract.interceptorLifeCycle.InterceptorLifeCycleTest | testInterceptorInstanceCreatedWhenTargetInstanceCreated | 1 | 1566566815612 | 380 |
testInterceptorMethodsCalledAfterDependencyInjection | 1 | 1566566815993 | 9 |
org.jboss.cdi.tck.interceptors.tests.contract.interceptorLifeCycle.aroundConstruct.AroundConstructLifeCycleTest | testAroundConstructInvokedAfterDependencyInjectionOnInterceptorClasses | 1 | 1566566817492 | 359 |
testInstanceNotCreatedUnlessInvocationContextProceedCalled | 1 | 1566566817864 | 10 |
org.jboss.cdi.tck.interceptors.tests.contract.interceptorLifeCycle.aroundConstruct.returnValueIgnored.AroundConstructInterceptorReturnValueTest | testAroundConstructInvokedAfterDependencyInjectionOnInterceptorClasses | 1 | 1566566819074 | 415 |
org.jboss.cdi.tck.interceptors.tests.contract.interceptorLifeCycle.aroundConstruct.withAroundInvoke.SingleInterceptorInstanceTest | testAroundConstructInvokedAfterDependencyInjectionOnInterceptorClasses | 1 | 1566566820705 | 381 |
org.jboss.cdi.tck.interceptors.tests.contract.interceptorLifeCycle.environment.InterceptorEnvironmentTest | testInvocationContext | 1 | 1566566822490 | 356 |
testSameThread (javaee-full) | 1 | 1566566822847 | 5066 |
org.jboss.cdi.tck.interceptors.tests.contract.interceptorLifeCycle.environment.jndi.InterceptorEnvironmentJNDITest | testInterceptorEnvironment (javaee-full) | 1 | 1566566829273 | 899 |
org.jboss.cdi.tck.interceptors.tests.contract.invocationContext.InvocationContextTest | testBusinessMethodNotCalledWithoutProceedInvocation | 1 | 1566566831992 | 480 |
testContextData | 1 | 1566566832473 | 13 |
testCtxProceedForLifecycleCallbackInterceptorMethod | 1 | 1566566832487 | 11 |
testGetMethodForAroundInvokeInterceptorMethod | 1 | 1566566832499 | 65 |
testGetMethodForLifecycleCallbackInterceptorMethod | 1 | 1566566832565 | 10 |
testGetTargetMethod | 1 | 1566566832576 | 9 |
testGetTimerMethod | 1 | 1566566832587 | 9 |
testIllegalNumberOfParameters | 1 | 1566566832597 | 79 |
testIllegalTypeOfParameters | 1 | 1566566832677 | 13 |
testMethodParameters | 1 | 1566566832691 | 77 |
testProceedReturnsNullForVoidMethod | 1 | 1566566832769 | 9 |
org.jboss.cdi.tck.interceptors.tests.contract.lifecycleCallback.LifecycleCallbackInterceptorTest | testAroundInvokeAndLifeCycleCallbackInterceptorsCanBeDefinedOnTheSameClass | 1 | 1566566834400 | 475 |
testLifeCycleCallbackInterceptorNotInvokedForMethodLevelInterceptor | 1 | 1566566834876 | 10 |
testLifecycleCallbackInterceptorTransactionContext (javaee-full) | 1 | 1566566834887 | 13 |
testPackagePrivateLifecycleInterceptorMethod | 1 | 1566566834901 | 64 |
testPostConstructInterceptor | 1 | 1566566834966 | 15 |
testPreDestroyInterceptor | 1 | 1566566834982 | 10 |
testPrivateLifecycleInterceptorMethod | 1 | 1566566834993 | 8 |
testProtectedLifecycleInterceptorMethod | 1 | 1566566835002 | 71 |
testPublicLifecycleInterceptorMethod | 1 | 1566566835074 | 9 |
testSingleMethodInterposingMultipleLifecycleCallbackEvents | 1 | 1566566835084 | 11 |
org.jboss.cdi.tck.interceptors.tests.contract.lifecycleCallback.bindings.LifecycleInterceptorDefinitionTest | testLifecycleInterception | 1 | 1566566836506 | 602 |
testMultipleLifecycleInterceptors | 1 | 1566566837109 | 65 |
org.jboss.cdi.tck.interceptors.tests.contract.lifecycleCallback.bindings.ejb.SessionBeanLifecycleInterceptorDefinitionTest | testLifecycleInterception (integration) | 1 | 1566566839007 | 1062 |
testMultipleLifecycleInterceptors (integration) | 1 | 1566566840070 | 16 |
org.jboss.cdi.tck.interceptors.tests.contract.lifecycleCallback.wrapped.LifecycleCallbackInterceptorTest | testLifecycleCallbackInterception | 1 | 1566566841183 | 359 |
org.jboss.cdi.tck.interceptors.tests.order.aroundConstruct.AroundConstructOrderTest | testInvocationOrder | 1 | 1566566842824 | 273 |
org.jboss.cdi.tck.interceptors.tests.order.aroundInvoke.AroundInvokeOrderTest | testInvocationOrder | 1 | 1566566844506 | 461 |
org.jboss.cdi.tck.interceptors.tests.order.lifecycleCallback.PostConstructOrderTest | testInvocationOrder | 1 | 1566566846371 | 303 |
org.jboss.cdi.tck.interceptors.tests.order.overriden.lifecycleCallback.OverridenLifecycleCallbackInterceptorTest | testCallbackOverridenByCallback | 1 | 1566566847806 | 292 |
testCallbackOverridenByNonCallback | 1 | 1566566848099 | 10 |
org.jboss.cdi.tck.interceptors.tests.order.overriden.lifecycleCallback.wrapped.OverridenLifecycleCallbackInterceptorTest | testCallbackOverridenByCallback | 1 | 1566566849284 | 403 |
testCallbackOverridenByNonCallback | 1 | 1566566849687 | 10 |
org.jboss.cdi.tck.tests.alternative.AlternativeAvailabilityTest | testAlternativeAvailability | 1 | 1566566850921 | 477 |
testAnyEnabledAlternativeStereotypeMakesAlternativeEnabled | 1 | 1566566851399 | 9 |
testIsAlternative | 1 | 1566566851409 | 57 |
testProducerAlternativesOnMethodAndField | 1 | 1566566851467 | 9 |
testProducersOnAlternativeClass | 1 | 1566566851477 | 9 |
testStereotypeAlternativeOnProducerMethodAndField | 1 | 1566566851487 | 8 |
org.jboss.cdi.tck.tests.alternative.broken.incorrect.name.NoClassWithSpecifiedNameTest | test | 1 | 1566566851806 | 0 |
org.jboss.cdi.tck.tests.alternative.broken.incorrect.name.stereotype.NoAnnotationWithSpecifiedNameTest | test | 1 | 1566566852098 | 1 |
org.jboss.cdi.tck.tests.alternative.broken.same.type.twice.SameTypeListedTwiceTest | test | 1 | 1566566852306 | 1 |
org.jboss.cdi.tck.tests.alternative.enterprise.SessionBeanAlternativeTest | testEnabledPolicyAvailable (integration) | 1 | 1566566854196 | 281 |
org.jboss.cdi.tck.tests.alternative.enterprise.resource.ResourceAlternativeAvailabilityTest | testResourceAvailability (integration, persistence) | 1 | 1566566859916 | 298 |
org.jboss.cdi.tck.tests.alternative.resolution.qualifier.QualifierInheritedTest | testResolution | 1 | 1566566861489 | 287 |
org.jboss.cdi.tck.tests.alternative.resolution.qualifier.QualifierNotInheritedTest | testResolution | 1 | 1566566862923 | 277 |
org.jboss.cdi.tck.tests.alternative.selection.SelectedAlternative01Test | testAlternativeManagedBeanSelected | 1 | 1566566864466 | 420 |
testAlternativeProducerSelected | 1 | 1566566864887 | 11 |
org.jboss.cdi.tck.tests.alternative.selection.SelectedAlternative02Test | testDependencyResolvable | 1 | 1566566866175 | 503 |
org.jboss.cdi.tck.tests.alternative.selection.enterprise.EnterpriseSelectedAlternative02Test | testAlternativeSessionBeanSelected (javaee-full) | 1 | 1566566942002 | 799 |
org.jboss.cdi.tck.tests.alternative.selection.resource.ResourceAlternative01Test | testAlternativeResourceSelected (integration) | 1 | 1566566945564 | 521 |
org.jboss.cdi.tck.tests.alternative.selection.resource.ResourceAlternative04Test | testAlternativeResourceSelected (integration) | 1 | 1566566947964 | 439 |
org.jboss.cdi.tck.tests.alternative.selection.stereotype.SelectedBeanWithUnselectedStereotypeTest | testSingleAlternativeIsSelected | 1 | 1566566950205 | 419 |
org.jboss.cdi.tck.tests.alternative.veto.VetoedAlternativeTest | alternativeStereotypeIsVetoed | 1 | 1566566952112 | 498 |
mockAlternativeIsVetoed | 1 | 1566566952611 | 8 |
org.jboss.cdi.tck.tests.context.ContextTest | testBuiltInContexts | 1 | 1566566954194 | 428 |
testGetContextWithNoRegisteredContextsFails | 1 | 1566566954623 | 62 |
testGetContextWithTooManyActiveContextsFails | 1 | 1566566954686 | 13 |
org.jboss.cdi.tck.tests.context.DestroyForSameCreationalContext2Test | testDestroyForSameCreationalContextOnly | 1 | 1566566956214 | 686 |
org.jboss.cdi.tck.tests.context.DestroyForSameCreationalContextTest | testDestroyForSameCreationalContextOnly | 1 | 1566566958572 | 510 |
org.jboss.cdi.tck.tests.context.DestroyedInstanceReturnedByGetTest | testDestroyedInstanceMustNotBeReturnedByGet | 1 | 1566566960476 | 336 |
org.jboss.cdi.tck.tests.context.GetFromContextualTest | testGetMayNotCreateNewInstanceUnlessCreationalContextGiven | 1 | 1566566962205 | 470 |
org.jboss.cdi.tck.tests.context.GetWithNoCreationalContextTest | testGetWithoutCreationalContextReturnsNull | 1 | 1566566964302 | 295 |
org.jboss.cdi.tck.tests.context.NormalContextTest | testGetMayNotReturnNullUnlessContextualCreateReturnsNull | 1 | 1566566965925 | 353 |
testGetReturnsExistingInstance | 1 | 1566566966279 | 9 |
testGetWithCreationalContextReturnsNewInstance | 1 | 1566566966289 | 9 |
testSameNormalScopeBeanInjectedEverywhere | 1 | 1566566966299 | 66 |
org.jboss.cdi.tck.tests.context.activation.ActivateRequestContextinEETest | requestContextCannotBeActivatedTwice (integration) | 1 | 1566566966992 | 7 |
org.jboss.cdi.tck.tests.context.alterable.AlterableContextTest | testApplicationScopedComponent | 1 | 1566566968277 | 478 |
testCustomScopedComponent | 1 | 1566566968756 | 13 |
testNothingHappensIfNoInstanceToDestroy | 1 | 1566566968770 | 13 |
testRequestScopedComponent | 1 | 1566566968784 | 15 |
org.jboss.cdi.tck.tests.context.application.ApplicationContextTest | testApplicationContextSharedBetweenJaxRsRequests (jaxrs, integration) | 1 | 1566566969579 | 24 |
testApplicationContextSharedBetweenServletRequests (integration) | 1 | 1566566969605 | 66 |
testApplicationScopeActiveDuringDoFilterMethod (integration) | 1 | 1566566969673 | 128 |
testApplicationScopeActiveDuringHttpSessionListenerInvocation (integration) | 1 | 1566566969802 | 7 |
testApplicationScopeActiveDuringServiceMethod (integration) | 1 | 1566566969810 | 4 |
testApplicationScopeActiveDuringServletContextListenerInvocation (integration) | 1 | 1566566969815 | 49 |
testApplicationScopeActiveDuringServletRequestListenerInvocation (integration) | 1 | 1566566969865 | 4 |
org.jboss.cdi.tck.tests.context.application.async.ApplicationContextAsyncListenerTest | testApplicationContextActiveOnComplete (asyncServlet, integration) | 1 | 1566566970587 | 141 |
testApplicationContextActiveOnError (asyncServlet, integration) | 1 | 1566566970730 | 66 |
testApplicationContextActiveOnStartAsync (asyncServlet, integration) | 1 | 1566566970797 | 124 |
testApplicationContextActiveOnTimeout (asyncServlet, integration) | 1 | 1566566970922 | 952 |
org.jboss.cdi.tck.tests.context.application.destroy.ApplicationContextDestructionTest | deployArchives (integration) | 1 | 1566566971981 | 845 |
testApplicationContextDestroyed (integration) | 1 | 1566566972828 | 258 |
org.jboss.cdi.tck.tests.context.application.ejb.ApplicationContextSharedTest | testApplicationContextShared (javaee-full) | 1 | 1566566980191 | 2705 |
testApplicationScopeActiveDuringAsyncCallToEjb (javaee-full) | 1 | 1566566982897 | 22 |
testApplicationScopeActiveDuringCallToEjbTimeoutMethod (javaee-full) | 1 | 1566566982920 | 44 |
testApplicationScopeActiveDuringRemoteCallToEjb (javaee-full) | 1 | 1566566982965 | 38 |
org.jboss.cdi.tck.tests.context.application.event.ApplicationScopeEventMultiWarTest | testInitializedApplicationScopedEventObserved (javaee-full) | 1 | 1566566984198 | 11 |
org.jboss.cdi.tck.tests.context.application.event.ApplicationScopeEventTest | testServletContextInitializedInvoked (integration) | 1 | 1566566985493 | 417 |
org.jboss.cdi.tck.tests.context.application.postconstruct.SimpleBeanPostConstructCallbackTest | testSimplePostConstructCallback | 1 | 1566566987398 | 460 |
org.jboss.cdi.tck.tests.context.application.predestroy.ApplicationContextPreDestroyTest | testApplicationContextActivePreDestroy | 1 | 1566566989099 | 390 |
org.jboss.cdi.tck.tests.context.conversation.ClientConversationContextTest | testBeanWithDefaultQualifier (integration) | 1 | 1566566991141 | 260 |
testBeanWithNameJavaxEnterpriseContextConversation (integration) | 1 | 1566566991402 | 11 |
testBeanWithRequestScope (integration) | 1 | 1566566991414 | 54 |
testBeginAlreadyLongRunningConversationThrowsException (integration) | 1 | 1566566991469 | 138 |
testBeginConversationWithExplicitIdAlreadyUsedByDifferentConversation (integration) | 1 | 1566566991608 | 156 |
testConversationActiveDuringNonFacesRequest (integration) | 1 | 1566566991766 | 15 |
testConversationBeginMakesConversationLongRunning (integration) | 1 | 1566566991782 | 91 |
testConversationEndMakesConversationTransient (integration) | 1 | 1566566991874 | 95 |
testConversationHasDefaultTimeout (integration) | 1 | 1566566991970 | 22 |
testConversationIdMayBeSetByApplication (integration) | 1 | 1566566991993 | 93 |
testConversationIdMayBeSetByContainer (integration) | 1 | 1566566992087 | 84 |
testConversationIdSetByContainerIsUnique (integration) | 1 | 1566566992173 | 124 |
testConversationsDontCrossSessionBoundary1 (integration) | 1 | 1566566992298 | 169 |
testConversationsDontCrossSessionBoundary2 (integration) | 1 | 1566566992468 | 31 |
testEndTransientConversationThrowsException (integration) | 1 | 1566566992500 | 77 |
testLongRunningConversationInstancesNotDestroyedAtRequestEnd (integration) | 1 | 1566566992578 | 27 |
testNonexistentConversationExceptionThrown (integration) | 1 | 1566566992607 | 57 |
testSetConversationTimeoutOverride (integration) | 1 | 1566566992666 | 20 |
testSuppressedConversationPropagation (integration) | 1 | 1566566992687 | 87 |
testTransientConversationHasNullId (integration) | 1 | 1566566992775 | 6 |
testTransientConversationInstancesDestroyedAtRequestEnd (integration) | 1 | 1566566992782 | 20 |
org.jboss.cdi.tck.tests.context.conversation.InvalidatingSessionDestroysConversationTest | testInvalidatingSessionDestroysConversation (integration) | 1 | 1566566993534 | 67 |
org.jboss.cdi.tck.tests.context.conversation.LongRunningConversationPropagatedByFacesContextTest | testConversationPropagated (integration) | 1 | 1566566994379 | 95 |
testConversationPropagatedAjax (integration) | 1 | 1566566994475 | 396 |
testConversationPropagatedOverRedirect (integration) | 1 | 1566566994872 | 94 |
org.jboss.cdi.tck.tests.context.conversation.ManualCidPropagationTest | testManualCidPropagation (integration) | 1 | 1566566995924 | 69 |
org.jboss.cdi.tck.tests.context.conversation.determination.ConversationDeterminationTest | testConversationDetermination (asyncServlet, integration) | 1 | 1566566996619 | 543 |
org.jboss.cdi.tck.tests.context.conversation.event.LongRunningConversationLifecycleEventTest | testLifecycleEventFiredForLongRunningConversation (integration) | 1 | 1566566997678 | 29 |
org.jboss.cdi.tck.tests.context.conversation.event.TransientConversationLifecycleEventTest | testLifecycleEventFiredForTransientConversation (integration) | 1 | 1566566998294 | 82 |
org.jboss.cdi.tck.tests.context.conversation.event.notattached.DestroyConversationNotAssociatedWithCurrentRequestEventTest | testLifecycleEventFired (integration) | 1 | 1566566998820 | 60 |
org.jboss.cdi.tck.tests.context.conversation.filter.ConversationFilterTest | testConversationActivation (integration) | 1 | 1566566999420 | 55 |
testConversationBusy (integration) | 1 | 1566566999476 | 1208 |
org.jboss.cdi.tck.tests.context.conversation.inactive.InactiveConversationTest | testContextNotActiveExceptionThrown (javaee-full) | 1 | 1566567001990 | 1496 |
org.jboss.cdi.tck.tests.context.conversation.servlet.ServletConversationTest | testInvalidatingSessionDestroysAllLongRunningConversations (integration) | 1 | 1566567003930 | 46 |
testInvalidatingSessionDestroysConversation (integration) | 1 | 1566567003977 | 20 |
testLongRunningConversation (integration) | 1 | 1566567003998 | 76 |
testPost (integration) | 1 | 1566567004076 | 15 |
testTransientConversation (integration) | 1 | 1566567004092 | 3 |
org.jboss.cdi.tck.tests.context.dependent.DependentContextTest | testCallingCreationalContextReleaseDestroysDependents | 1 | 1566567005420 | 484 |
testContextGetWithCreateFalseReturnsNull | 1 | 1566567005904 | 12 |
testContextGetWithCreationalContextReturnsNewInstance | 1 | 1566567005917 | 53 |
testContextIsActive | 1 | 1566567005971 | 16 |
testContextIsActiveDuringBeanCreation | 1 | 1566567005988 | 13 |
testContextIsActiveDuringInjection | 1 | 1566567006002 | 11 |
testContextIsActiveWhenCreatingObserverMethodInstance | 1 | 1566567006013 | 65 |
testContextIsActiveWhenEvaluatingElExpression | 1 | 1566567006079 | 89 |
testContextIsActiveWhenInvokingDisposalMethod | 1 | 1566567006169 | 17 |
testContextIsActiveWhenInvokingProducerField | 1 | 1566567006187 | 9 |
testContextIsActiveWhenInvokingProducerMethod | 1 | 1566567006197 | 9 |
testContextScopeType | 1 | 1566567006264 | 24 |
testDependentBeanIsDependentObjectOfBeanInjectedInto | 1 | 1566567006289 | 78 |
testDependentScopedDecoratorsAreDependentObjectsOfBean | 1 | 1566567006367 | 112 |
testDependentScopedInterceptorsAreDependentObjectsOfBean | 1 | 1566567006480 | 15 |
testDependentsDestroyedWhenDisposerMethodCompletes | 1 | 1566567006496 | 77 |
testDependentsDestroyedWhenElEvaluationCompletes | 1 | 1566567006575 | 9 |
testDependentsDestroyedWhenObserverMethodEvaluationCompletes | 1 | 1566567006585 | 10 |
testDependentsDestroyedWhenProducerFieldCompletes | 1 | 1566567006596 | 77 |
testDependentsDestroyedWhenProducerMethodCompletes | 1 | 1566567006673 | 10 |
testDestroyingManagedParentDestroysDependentsOfSameBean | 1 | 1566567006684 | 8 |
testDestroyingSimpleParentDestroysDependents | 1 | 1566567006693 | 74 |
testInstanceNotSharedBetweenInjectionPoints | 1 | 1566567006768 | 9 |
testInstanceUsedForDisposalMethodNotShared | 1 | 1566567006778 | 11 |
testInstanceUsedForElEvaluationNotShared | 1 | 1566567006790 | 75 |
testInstanceUsedForObserverMethodNotShared | 1 | 1566567006866 | 9 |
testInstanceUsedForProducerFieldNotShared | 1 | 1566567006876 | 8 |
testInstanceUsedForProducerMethodNotShared | 1 | 1566567006885 | 9 |
org.jboss.cdi.tck.tests.context.dependent.ejb.DependentContextEjbTest | testDestroyingEjbDestroysDependentSimples (integration) | 1 | 1566567008622 | 326 |
testDestroyingEjbDestroysDependents (integration) | 1 | 1566567008948 | 15 |
org.jboss.cdi.tck.tests.context.dependent.instance.BuiltinInstanceDependentObjectTest | testInstanceDependentObject | 1 | 1566567010276 | 370 |
org.jboss.cdi.tck.tests.context.dependent.transientreference.DependentTransientReferenceDestroyedTest | testConstructorAndInitializer | 1 | 1566567011764 | 336 |
testProducerMethod | 1 | 1566567012100 | 10 |
org.jboss.cdi.tck.tests.context.jms.MessageDrivenBeanContextTest | testRequestScopeActiveDuringMessageDelivery (jms, javaee-full) | 1 | 1566567014521 | 5677 |
org.jboss.cdi.tck.tests.context.passivating.broken.NonPassivationManagedBeanHasPassivatingScopeTest | testSimpleWebBeanWithNonSerializableImplementationClassFails | 1 | 1566567020589 | 0 |
org.jboss.cdi.tck.tests.context.passivating.broken.constructor.NonPassivatingConstructorParamTest | testBeanWithNonSerializableImplementationInjectedIntoNonTransientFieldOfBeanWithPassivatingScopeFails | 1 | 1566567020913 | 1 |
org.jboss.cdi.tck.tests.context.passivating.broken.decorator.ManagedBeanWithNonPassivatingDecoratorTest | testManagedBeanWithNonPassivatingDecoratorFails | 1 | 1566567093168 | 1 |
org.jboss.cdi.tck.tests.context.passivating.broken.decorator.enterprise.EnterpriseBeanWithNonPassivatingDecoratorTest | testEnterpriseBeanWithNonPassivatingDecoratorFails (integration) | 1 | 1566567094095 | 1 |
org.jboss.cdi.tck.tests.context.passivating.broken.decorator.enterprise.field.EnterpriseBeanWithNonPassivatingInjectedFieldInDecoratorTest | testSessionBeanWithNonPassivatingInjectedFieldInDecoratorFails (integration) | 1 | 1566567094704 | 0 |
org.jboss.cdi.tck.tests.context.passivating.broken.decorator.field.DecoratorWithNonPassivatingInjectedFieldTest | testPassivationCapableBeanWithNonPassivatingDecoratorInjectedFieldFails | 1 | 1566567095201 | 1 |
org.jboss.cdi.tck.tests.context.passivating.broken.enterprise.NonPassivationCapableEjbWithPassivatingScopeTest | testDeployment (integration) | 1 | 1566567095714 | 0 |
org.jboss.cdi.tck.tests.context.passivating.broken.enterprise.field.UnserializableSimpleInjectedIntoPassivatingEnterpriseBeanTest | testSimpleDependentWebBeanWithNonSerializableImplementationInjectedIntoStatefulSessionBeanFails (integration) | 1 | 1566567096204 | 0 |
org.jboss.cdi.tck.tests.context.passivating.broken.field.NonPassivatingInjectedFieldTest | testBeanWithNonSerializableImplementationInjectedIntoNonTransientFieldOfBeanWithPassivatingScopeFails | 1 | 1566567096702 | 1 |
org.jboss.cdi.tck.tests.context.passivating.broken.initializer.NonPassivatingInitParamTest | testBeanWithNonSerializableImplementationInjectedIntoNonTransientFieldOfBeanWithPassivatingScopeFails | 1 | 1566567097267 | 1 |
org.jboss.cdi.tck.tests.context.passivating.broken.interceptor.ManagedBeanWithNonSerializableInterceptorClassTest | testManagedBeanWithNonSerializableInterceptorClassNotOK | 1 | 1566567097697 | 1 |
org.jboss.cdi.tck.tests.context.passivating.broken.interceptor.enterprise.EnterpriseBeanWithNonPassivatingInterceptorTest | testEnterpriseBeanWithNonPassivatingDecoratorFails (integration) | 1 | 1566567098171 | 0 |
org.jboss.cdi.tck.tests.context.passivating.broken.interceptor.enterprise.field.EnterpriseBeanWithNonPassivatingInjectedFieldInInterceptorTest | testSessionBeanWithNonPassivatingInjectedFieldInInterceptorFails (integration) | 1 | 1566567098572 | 1 |
org.jboss.cdi.tck.tests.context.passivating.broken.interceptor.field.PassivationCapableBeanWithNonPassivatingInterceptorTest | testPassivationCapableBeanWithNonPassivatingInterceptorFails | 1 | 1566567098990 | 0 |
org.jboss.cdi.tck.tests.context.passivating.broken.producer.field.enterprise.EnterpriseBeanWithIllegalDependencyTest | testConstructorInjectionPointRequiringPassivationCapableDependency (integration) | 1 | 1566567100976 | 934 |
testFieldInjectionPointRequiringPassivationCapableDependency (integration) | 1 | 1566567101910 | 64 |
testSetterInjectionPointRequiringPassivationCapableDependency (integration) | 1 | 1566567101976 | 15 |
org.jboss.cdi.tck.tests.context.passivating.broken.producer.field.managed.NonPassivationCapableProducerFieldTest | testNonPassivationCapableProducerFieldNotOk | 1 | 1566567102569 | 1 |
org.jboss.cdi.tck.tests.context.passivating.broken.producer.method.enterprise.EnterpriseBeanWithIllegalDependencyTest | testConstructorInjectionPointRequiringPassivationCapableDependency (integration) | 1 | 1566567104333 | 481 |
testFieldInjectionPointRequiringPassivationCapableDependency (integration) | 1 | 1566567104815 | 64 |
testProducerMethodParamInjectionPointRequiringPassivationCapableDependency (integration) | 1 | 1566567104880 | 27 |
testSetterInjectionPointRequiringPassivationCapableDependency (integration) | 1 | 1566567104908 | 65 |
org.jboss.cdi.tck.tests.context.passivating.broken.producer.method.managed.NonPassivationCapableProducerMethodTest | testNonPassivationCapableProducerMethodNotOk | 1 | 1566567105567 | 0 |
org.jboss.cdi.tck.tests.context.passivating.broken.producer.method.managed.dependent.ManagedBeanWithIllegalDependencyTest | testConstructorInjectionPointRequiringPassivationCapableDependency | 1 | 1566567107373 | 502 |
testFieldInjectionPointRequiringPassivationCapableDependency | 1 | 1566567107875 | 15 |
testProducerMethodParamInjectionPointRequiringPassivationCapableDependency | 1 | 1566567107891 | 13 |
testSetterInjectionPointRequiringPassivationCapableDependency | 1 | 1566567107905 | 67 |
org.jboss.cdi.tck.tests.context.passivating.custom.CustomPassivatingScopeCalledWithSerializableParametersTest | testWithExtensionProvidedBean | 1 | 1566567109368 | 532 |
testWithImplicitBean | 1 | 1566567109901 | 12 |
org.jboss.cdi.tck.tests.context.passivating.dependency.builtin.BuiltinBeanPassivationDependencyTest | testBeanManager | 1 | 1566567111283 | 510 |
testInjectionPoint | 1 | 1566567111794 | 10 |
testInstance | 1 | 1566567111805 | 12 |
org.jboss.cdi.tck.tests.context.passivating.dependency.resource.persistence.DataSourcePassivationDependencyTest | testDataSource (integration, persistence) | 1 | 1566567114665 | 816 |
org.jboss.cdi.tck.tests.context.passivating.dependency.resource.persistence.ResourcePassivationDependencyTest | testPersistenceUnitAndContext (integration, persistence) | 1 | 1566567117688 | 678 |
org.jboss.cdi.tck.tests.context.passivating.dependency.resource.remote.ResourcePassivationDependencyTest | testRemoteSessionBean (javaee-full) | 1 | 1566567122509 | 484 |
org.jboss.cdi.tck.tests.context.passivating.dependency.resource.webservice.WebResourcePassivationCapableDependencyTest | testWebResourcePassivated (javaee-full, jaxws) | 1 | 1566567126922 | 1242 |
org.jboss.cdi.tck.tests.context.passivating.dependency.sessionbean.SessionBeanPassivationDependencyTest | testSingleton (integration) | 1 | 1566567129874 | 543 |
testStateless (integration) | 1 | 1566567130419 | 55 |
org.jboss.cdi.tck.tests.context.passivating.enterprise.NonPassivationCapableSessionBeanTest | testDeployment (integration) | 1 | 1566567132164 | 448 |
org.jboss.cdi.tck.tests.context.passivating.enterprise.invalid.StatefulSessionBeanTest | testDeployment (integration) | 1 | 1566567133188 | 1 |
org.jboss.cdi.tck.tests.context.passivating.enterprise.invalid.StatefulSessionBeanXmlDescriptorTest | testDeployment (integration) | 1 | 1566567133590 | 0 |
org.jboss.cdi.tck.tests.context.passivating.enterprise.valid.StatefulSessionBeanTest | testDeployment (integration) | 1 | 1566567134993 | 418 |
org.jboss.cdi.tck.tests.context.passivating.enterprise.valid.StatefulSessionBeanXmlDescriptorTest | testDeployment (integration) | 1 | 1566567136970 | 410 |
org.jboss.cdi.tck.tests.context.passivating.injection.point.PassivationCapableInjectionPointTest | testPassivationCapableInjectionPoints | 1 | 1566567138789 | 583 |
org.jboss.cdi.tck.tests.context.passivating.producer.ProducerMethodWithPrimitiveReturnTypePassivationTest | testProducerMethodWithPrimitiveReturnType | 1 | 1566567140699 | 476 |
org.jboss.cdi.tck.tests.context.passivating.producer.ProducerWithPrimitiveFieldTypePassivationTest | testProducerFieldWithPrimitiveType | 1 | 1566567142807 | 471 |
org.jboss.cdi.tck.tests.context.passivating.transientreference.TransientReferenceParameterTest | testParamInjectionPoints | 1 | 1566567144768 | 399 |
org.jboss.cdi.tck.tests.context.passivating.validation.DecoratorWithNonPassivationCapableDependenciesTest | testDeploymentValid | 1 | 1566567146300 | 475 |
org.jboss.cdi.tck.tests.context.passivating.validation.InterceptorWithNonPassivationCapableDependenciesTest | test | 1 | 1566567147983 | 318 |
org.jboss.cdi.tck.tests.context.request.async.RequestContextAsyncListenerTest | testRequestContextActiveOnComplete (asyncServlet, integration) | 1 | 1566567148903 | 184 |
testRequestContextActiveOnError (asyncServlet, integration) | 1 | 1566567149088 | 65 |
testRequestContextActiveOnStartAsync (asyncServlet, integration) | 1 | 1566567149153 | 109 |
testRequestContextActiveOnTimeout (asyncServlet, integration) | 1 | 1566567149263 | 1145 |
org.jboss.cdi.tck.tests.context.request.ejb.EJBRequestContextTest | testRequestScopeActiveDuringAsyncCallToEjb (javaee-full) | 1 | 1566567155066 | 248 |
testRequestScopeActiveDuringCallToEjbTimeoutMethod (javaee-full) | 1 | 1566567155314 | 1353 |
testRequestScopeActiveDuringRemoteCallToEjb (javaee-full) | 1 | 1566567156667 | 18 |
testRequestScopeDestroyedAfterCallToEjbTimeoutMethod (javaee-full) | 1 | 1566567156686 | 2068 |
org.jboss.cdi.tck.tests.context.request.event.RequestScopeEventTest | test (integration) | 1 | 1566567159474 | 11 |
org.jboss.cdi.tck.tests.context.request.event.async.RequestScopeEventAsyncTest | testEventsFired (integration) | 1 | 1566567160073 | 12 |
org.jboss.cdi.tck.tests.context.request.event.jms.RequestScopeEventMessageDeliveryTest | testEventsFired (jms, javaee-full) | 1 | 1566567162510 | 5511 |
org.jboss.cdi.tck.tests.context.request.event.timeout.RequestScopeEventTimeoutTest | testEventsFired (javaee-full) | 1 | 1566567244804 | 1225 |
org.jboss.cdi.tck.tests.context.request.jaxrs.RequestContextTest | testRequestScopeActiveDuringWebServiceInvocation (jaxrs, integration) | 1 | 1566567247236 | 62 |
org.jboss.cdi.tck.tests.context.request.postconstruct.SimpleBeanPostConstructCallbackTest | testSimplePostConstructCallback (integration) | 1 | 1566567248164 | 13 |
org.jboss.cdi.tck.tests.context.request.ws.RequestContextTest | testRequestScopeActiveDuringWebServiceInvocation (javaee-full, jaxws) | 1 | 1566567250966 | 408 |
org.jboss.cdi.tck.tests.context.session.SessionContextTest | testSessionContextDestroyedWhenHttpSessionInvalidated (integration) | 1 | 1566567252693 | 172 |
testSessionContextDestroyedWhenHttpSessionTimesOut (integration) | 1 | 1566567252866 | 3018 |
testSessionContextSharedBetweenServletRequestsInSameHttpSession (integration) | 1 | 1566567255886 | 8 |
testSessionScopeActiveDuringDoFilterMethod (integration) | 1 | 1566567255895 | 6 |
testSessionScopeActiveDuringServiceMethod (integration) | 1 | 1566567255902 | 5 |
org.jboss.cdi.tck.tests.context.session.async.SessionContextAsyncListenerTest | testSessionContextActiveOnComplete (asyncServlet, integration) | 1 | 1566567256789 | 84 |
testSessionContextActiveOnError (asyncServlet, integration) | 1 | 1566567256874 | 66 |
testSessionContextActiveOnStartAsync (asyncServlet, integration) | 1 | 1566567256941 | 109 |
testSessionContextActiveOnTimeout (asyncServlet, integration) | 1 | 1566567257051 | 941 |
org.jboss.cdi.tck.tests.context.session.event.SessionScopeEventTest | test (integration) | 1 | 1566567258678 | 24 |
org.jboss.cdi.tck.tests.context.session.listener.SessionContextHttpSessionListenerTest | testSessionScopeActiveDuringHttpSessionListenerCall (integration) | 1 | 1566567259665 | 20 |
testSessionScopeActiveDuringHttpSessionListenerCallOnTimeout (integration) | 1 | 1566567259686 | 2015 |
org.jboss.cdi.tck.tests.context.session.listener.SessionContextServletRequestListenerTest | testSessionScopeActiveDuringServletRequestListenerCall (integration) | 1 | 1566567262309 | 61 |
org.jboss.cdi.tck.tests.context.session.listener.shutdown.SessionContextListenerShutdownTest | deployArchives (integration) | 1 | 1566567262499 | 1090 |
testApplicationContextDestroyed (integration) | 1 | 1566567263590 | 301 |
org.jboss.cdi.tck.tests.decorators.builtin.beanmanager.BeanManagerDecoratorTest | testDecoratorIsNotApplied | 1 | 1566567265772 | 698 |
org.jboss.cdi.tck.tests.decorators.builtin.conversation.BuiltinConversationDecoratorTest | testDecoratorIsInvoked | 1 | 1566567268101 | 514 |
testDecoratorIsResolved | 1 | 1566567268616 | 56 |
org.jboss.cdi.tck.tests.decorators.builtin.event.BuiltinEventDecoratorTest | testDecoratorIsInvoked | 1 | 1566567270186 | 504 |
testDecoratorIsResolved | 1 | 1566567270691 | 14 |
testMultipleDecorators | 1 | 1566567270706 | 62 |
org.jboss.cdi.tck.tests.decorators.builtin.event.complex.ComplexEventDecoratorTest | testOrderedEvents | 1 | 1566567272212 | 463 |
org.jboss.cdi.tck.tests.decorators.builtin.http.request.BuiltinHttpServletRequestDecoratorTest | testDecoratorIsInvoked (integration) | 1 | 1566567274018 | 492 |
testDecoratorIsResolved (integration) | 1 | 1566567274511 | 10 |
org.jboss.cdi.tck.tests.decorators.builtin.http.servletcontext.BuiltinServletContextDecoratorTest | testDecoratorIsInvoked (integration) | 1 | 1566567276007 | 569 |
testDecoratorIsResolved (integration) | 1 | 1566567276576 | 9 |
org.jboss.cdi.tck.tests.decorators.builtin.http.session.BuiltinHttpSessionDecoratorTest | testDecoratorIsInvoked (integration) | 1 | 1566567277918 | 596 |
testDecoratorIsResolved (integration) | 1 | 1566567278514 | 51 |
org.jboss.cdi.tck.tests.decorators.builtin.injectionpoint.BuiltinInjectionPointDecoratorTest | testDecoratorInvoked | 1 | 1566567279865 | 514 |
testDecoratorIsResolved | 1 | 1566567280380 | 8 |
org.jboss.cdi.tck.tests.decorators.builtin.instance.BuiltinInstanceDecoratorTest | testDecoratorIsInvoked | 1 | 1566567281879 | 422 |
testDecoratorIsResolved | 1 | 1566567282302 | 8 |
org.jboss.cdi.tck.tests.decorators.builtin.principal.BuiltinPrincipalDecoratorTest | testDecoratorInvoked (javaee-full) | 1 | 1566567283799 | 314 |
testDecoratorIsResolved (javaee-full) | 1 | 1566567284114 | 9 |
org.jboss.cdi.tck.tests.decorators.builtin.transaction.BuiltinUserTransactionDecoratorTest | testUserTransactionDecorated (javaee-full) | 1 | 1566567285511 | 410 |
org.jboss.cdi.tck.tests.decorators.custom.CustomDecoratorTest | testCustomImplementationOfDecoratorInterface | 1 | 1566567287368 | 407 |
org.jboss.cdi.tck.tests.decorators.custom.broken.nodelegateinjectionpoint.CustomDecoratorWithNoDelegateInjectionPointTest | testDeploymentFails | 1 | 1566567288112 | 0 |
org.jboss.cdi.tck.tests.decorators.custom.broken.toomanydelegateinjectionpoints.CustomDecoratorWithTooManyDelegateInjectionPointsTest | testDeploymentFails | 1 | 1566567288589 | 0 |
org.jboss.cdi.tck.tests.decorators.definition.DecoratorDefinitionTest | testAbstractDecoratorNotImplementingMethodOfDecoratedType | 1 | 1566567289769 | 497 |
testDecoratedTypes | 1 | 1566567290267 | 10 |
testDecoratorDoesNotImplementDelegateType | 1 | 1566567290278 | 13 |
testDecoratorIsManagedBean | 1 | 1566567290292 | 9 |
testDecoratorOrdering | 1 | 1566567290301 | 64 |
testDelegateInjectionPoint | 1 | 1566567290366 | 14 |
testDuplicateBindingsOnResolveDecoratorsFails | 1 | 1566567290381 | 17 |
testEmptyTypeSetOnResolveDecoratorsFails | 1 | 1566567290398 | 10 |
testInstanceOfDecoratorForEachEnabled | 1 | 1566567290409 | 63 |
testNonBindingsOnResolveDecoratorsFails | 1 | 1566567290472 | 10 |
testNonEnabledDecoratorNotResolved | 1 | 1566567290483 | 9 |
org.jboss.cdi.tck.tests.decorators.definition.broken.decoratorListedTwiceInBeansXml.DecoratorListedTwiceInBeansXmlTest | testDecoratorListedTwiceInBeansXmlNotOK | 1 | 1566567290905 | 0 |
org.jboss.cdi.tck.tests.decorators.definition.broken.enabledDecoratorIsNotDecorator.EnabledDecoratorNotADecoratorTest | testEnabledDecoratorNotADecoratorTest | 1 | 1566567291274 | 0 |
org.jboss.cdi.tck.tests.decorators.definition.broken.finalBeanClass.FinalBeanClassTest | testAppliesToFinalManagedBeanClass | 1 | 1566567291584 | 1 |
org.jboss.cdi.tck.tests.decorators.definition.broken.finalBeanMethod.FinalBeanMethodTest | testAppliesToFinalMethodOnManagedBeanClass | 1 | 1566567291900 | 1 |
org.jboss.cdi.tck.tests.decorators.definition.broken.invalidAbstractMethodOnDecorator.DecoratorWithInvalidAbstractMethodTest | testAbstractMethodsNotDeclaredByDecoratedTypeNotOk | 1 | 1566567292194 | 1 |
org.jboss.cdi.tck.tests.decorators.definition.broken.multipleDelegateInjectionPoints.MultipleDelegateInjectionPointsTest | testMultipleDelegateInjectionPoints | 1 | 1566567292565 | 1 |
org.jboss.cdi.tck.tests.decorators.definition.broken.noDelegateInjectionPoints.NoDelegateInjectionPointsTest | testNoDelegateInjectionPoints | 1 | 1566567292817 | 0 |
org.jboss.cdi.tck.tests.decorators.definition.broken.nodecoratedtypes.DecoratorWithNoDecoratedTypes1Test | testDeploymentFails | 1 | 1566567293198 | 0 |
org.jboss.cdi.tck.tests.decorators.definition.broken.nodecoratedtypes.DecoratorWithNoDecoratedTypes2Test | testDeploymentFails | 1 | 1566567293515 | 0 |
org.jboss.cdi.tck.tests.decorators.definition.broken.nodecoratedtypes.DecoratorWithNoDecoratedTypes3Test | testDeploymentFails | 1 | 1566567293878 | 0 |
org.jboss.cdi.tck.tests.decorators.definition.broken.nonDecoratorWithDecorates.NonDecoratorWithDecoratesTest | testNonDecoratorWithDecoratesAnnotationNotOK | 1 | 1566567294169 | 0 |
org.jboss.cdi.tck.tests.decorators.definition.broken.nonDependent.NonDependentDecoratorTest | testDeploymentWithScopedDecorator | 1 | 1566567294598 | 1 |
org.jboss.cdi.tck.tests.decorators.definition.broken.nonExistantClassInBeansXml.NonExistantDecoratorClassInBeansXmlTest | testNonExistantDecoratorClassInBeansXmlNotOK | 1 | 1566567294884 | 0 |
org.jboss.cdi.tck.tests.decorators.definition.broken.notAllDecoratedTypesImplemented.NotAllDecoratedTypesImplementedTest | testNotAllDecoratedTypesImplemented | 1 | 1566567295214 | 1 |
org.jboss.cdi.tck.tests.decorators.definition.broken.notAllDecoratedTypesImplemented.parameterized.TypeParametersNotTheSameTest | testDeploymentFails | 1 | 1566567295581 | 0 |
org.jboss.cdi.tck.tests.decorators.definition.broken.observer.DecoratorWithAsyncObserverMethodTest | testDecoratorWithAsyncObserverMethodNotOk | 1 | 1566567368479 | 1 |
org.jboss.cdi.tck.tests.decorators.definition.broken.observer.DecoratorWithObserverMethodTest | testDecoratorWithObserverMethodNotOk | 1 | 1566567369164 | 0 |
org.jboss.cdi.tck.tests.decorators.definition.broken.parameterizedTypesWithDifferentTypeParameters.DifferentTypeParametersTest | testTypeParametersOnDecoratedTypeAndDelegateTypeDoNotMatch | 1 | 1566567369690 | 0 |
org.jboss.cdi.tck.tests.decorators.definition.inject.delegateConstructor.DelegateInjectionPointTest | testDecoratorDelegateInjectionPoints | 1 | 1566567371612 | 857 |
org.jboss.cdi.tck.tests.decorators.definition.inject.delegateField.DelegateFieldInjectionPointTest | testDecoratorDelegateInjectionPoints | 1 | 1566567374092 | 501 |
org.jboss.cdi.tck.tests.decorators.definition.inject.delegateInitializerMethod.DelegateInjectionPointTest | testDecoratorDelegateInjectionPoints | 1 | 1566567376319 | 498 |
org.jboss.cdi.tck.tests.decorators.definition.lifecycle.DecoratorInstanceIsDependentObjectTest | testDecoratorInstanceIsDependentObject (integration) | 1 | 1566567377581 | 84 |
org.jboss.cdi.tck.tests.decorators.definition.producer.DecoratorNotAppliedToResultOfProducerTest | testDecoratorNotAppliedToResultOfProducerField | 1 | 1566567379466 | 503 |
testDecoratorNotAppliedToResultOfProducerMethod | 1 | 1566567379970 | 13 |
org.jboss.cdi.tck.tests.decorators.definition.types.DelegateTypeImplementsParameterizedDecoratedTypeTest | testDelegateTypeIsValid | 1 | 1566567381767 | 504 |
org.jboss.cdi.tck.tests.decorators.interceptor.DecoratorAndInterceptorTest | testLifecycleCallbacks | 1 | 1566567383615 | 549 |
testMethodCallbacks | 1 | 1566567384165 | 12 |
org.jboss.cdi.tck.tests.decorators.invocation.DecoratorInvocationTest | testChainedDecoratorInvocation | 1 | 1566567385706 | 476 |
testDecoratorInvocation | 1 | 1566567386183 | 9 |
org.jboss.cdi.tck.tests.decorators.invocation.EJBDecoratorInvocationTest | testEJBDecoratorInvocation (integration) | 1 | 1566567387791 | 408 |
org.jboss.cdi.tck.tests.decorators.invocation.enterprise.EnterpriseDecoratorInvocationTest | testContextualDecorated (integration) | 1 | 1566567389986 | 488 |
testNonContextualDecorated (integration) | 1 | 1566567390475 | 13 |
org.jboss.cdi.tck.tests.decorators.invocation.observer.DecoratorInvocationTest | testDecoratorInvocation | 1 | 1566567391781 | 293 |
org.jboss.cdi.tck.tests.decorators.ordering.global.EnterpriseDecoratorOrderingTest | testDecoratorsInWebInfClasses (javaee-full) | 1 | 1566567393866 | 326 |
org.jboss.cdi.tck.tests.decorators.ordering.global.GlobalDecoratorOrderingTest | testDecoratorsInWebInfClasses | 1 | 1566567395515 | 309 |
org.jboss.cdi.tck.tests.decorators.resolution.DecoratorResolutionTest | testDelegateTypeVariableBeanActualType | 1 | 1566567397334 | 271 |
testDelegateTypeVariableBeanTypeVariable | 1 | 1566567397606 | 9 |
testDelegateWildcardBeanActualType | 1 | 1566567397616 | 9 |
testDelegateWildcardBeanTypeVariable | 1 | 1566567397626 | 39 |
testIdenticalTypeParamerters | 1 | 1566567397667 | 9 |
testNestedIdenticalTypeParamerters | 1 | 1566567397677 | 9 |
testObject | 1 | 1566567397687 | 10 |
testUnboundedTypeVariables | 1 | 1566567397697 | 9 |
testUnboundedTypeVariablesAndObject | 1 | 1566567397707 | 65 |
org.jboss.cdi.tck.tests.definition.bean.BeanDefinitionTest | testAbstractApiType | 1 | 1566567399066 | 336 |
testBeanClassOnSimpleBean | 1 | 1566567399403 | 9 |
testBeanClientCanCastBeanInstanceToAnyBeanType | 1 | 1566567399413 | 55 |
testBeanExtendsAnotherBean | 1 | 1566567399468 | 10 |
testBeanTypes | 1 | 1566567399478 | 9 |
testBeanTypesNonEmpty | 1 | 1566567399488 | 8 |
testFinalApiType | 1 | 1566567399497 | 9 |
testGenericBeanTypes | 1 | 1566567399507 | 64 |
testHasScopeType | 1 | 1566567399572 | 8 |
testMultipleStereotypes | 1 | 1566567399581 | 9 |
testQualifiersNonEmpty | 1 | 1566567399590 | 9 |
testRawBeanTypes | 1 | 1566567399599 | 9 |
org.jboss.cdi.tck.tests.definition.bean.broken.restricted.RestrictedManagedBeanTest | testInvalidTypedValueOnManagedBean | 1 | 1566567400002 | 0 |
org.jboss.cdi.tck.tests.definition.bean.broken.restricted.RestrictedProducerFieldTest | testInvalidTypedValueOnProducerField | 1 | 1566567400369 | 1 |
org.jboss.cdi.tck.tests.definition.bean.broken.restricted.RestrictedProducerMethodTest | testInvalidTypedValueOnProducerField | 1 | 1566567400676 | 0 |
org.jboss.cdi.tck.tests.definition.bean.broken.restricted.RestrictedSessionBeanTest | testInvalidTypedValueOnSessionBean (integration) | 1 | 1566567401000 | 0 |
org.jboss.cdi.tck.tests.definition.bean.custom.CustomBeanImplementationTest | testCustomBeanIsPassivationCapable | 1 | 1566567402186 | 388 |
testCustomBeanIsPassivationCapableDependency | 1 | 1566567402575 | 12 |
testGetBeanClassCalled | 1 | 1566567402588 | 9 |
testGetBindingsCalled | 1 | 1566567402598 | 10 |
testGetInjectionPointsCalled | 1 | 1566567402609 | 67 |
testGetNameCalled | 1 | 1566567402677 | 9 |
testGetScopeTypeCalled | 1 | 1566567402686 | 9 |
testGetStereotypesCalled | 1 | 1566567402695 | 10 |
testGetTypesCalled | 1 | 1566567402705 | 67 |
testIsPolicyCalled | 1 | 1566567402773 | 8 |
org.jboss.cdi.tck.tests.definition.bean.genericbroken.GenericManagedBeanTest | testNonDependentGenericManagedBeanNotOk | 1 | 1566567403094 | 1 |
org.jboss.cdi.tck.tests.definition.bean.types.ManagedBeanTypesTest | testGenericHierarchyBeanTypes | 1 | 1566567404399 | 340 |
org.jboss.cdi.tck.tests.definition.bean.types.enterprise.SessionBeanTypesTest | testGenericHierarchyBeanTypes (integration) | 1 | 1566567406031 | 385 |
testSessionBeanExtendingSessionBeanWithLocalClientView (integration) | 1 | 1566567406417 | 55 |
testSessionBeanWithBothLocalInterfaceAndNoInterfaceView (integration) | 1 | 1566567406473 | 8 |
testSessionBeanWithNoInterfaceView (integration) | 1 | 1566567406482 | 9 |
org.jboss.cdi.tck.tests.definition.bean.types.enterprise.illegal.BeanTypesWithIllegalTypeTest | sessionBeanTypesContainsOnlyLegalTypes (integration) | 1 | 1566567408564 | 335 |
org.jboss.cdi.tck.tests.definition.bean.types.illegal.BeanTypesWithIllegalTypeTest | beanSetOfBeanTypesContainsOnlyLegalTypes | 1 | 1566567410184 | 269 |
producerFieldsetOfBeanTypesContainsOnlyLegalTypes | 1 | 1566567410454 | 16 |
producerMethodsetOfBeanTypesContainsOnlyLegalTypes | 1 | 1566567410471 | 94 |
org.jboss.cdi.tck.tests.definition.name.NameDefinitionTest | testDefaultNamed | 1 | 1566567411787 | 297 |
testNameStartingWithDollarCharacter | 1 | 1566567412085 | 9 |
testNameStartingWithLowerCaseCharacter | 1 | 1566567412094 | 12 |
testNameStartingWithMultipleUpperCaseCharacters | 1 | 1566567412164 | 9 |
testNameStartingWithUnderScoreCharacter | 1 | 1566567412174 | 8 |
testNamedNotDeclaredByBean | 1 | 1566567412183 | 8 |
testNamedNotDeclaredByStereotype | 1 | 1566567412191 | 8 |
testNonDefaultNamed | 1 | 1566567412200 | 8 |
testStereotypeDefaultsName | 1 | 1566567412208 | 61 |
org.jboss.cdi.tck.tests.definition.qualifier.QualifierDefinitionTest | testMultipleQualifiers | 1 | 1566567413607 | 416 |
testQualifierDeclaredInheritedIsBlockedByIntermediateClass | 1 | 1566567414064 | 9 |
testQualifierDeclaredInheritedIsIndirectlyInherited | 1 | 1566567414074 | 8 |
testQualifierDeclaredInheritedIsInherited | 1 | 1566567414083 | 9 |
testQualifierDeclaresBindingAnnotation | 1 | 1566567414093 | 10 |
testQualifierNotDeclaredInheritedIsNotIndirectlyInherited | 1 | 1566567414104 | 8 |
testQualifierNotDeclaredInheritedIsNotInherited | 1 | 1566567414164 | 8 |
testQualifiersDeclaredInJava | 1 | 1566567414173 | 9 |
org.jboss.cdi.tck.tests.definition.qualifier.builtin.BuiltInQualifierDefinitionTest | testAnyBeanHasDefaultQualifier | 1 | 1566567415381 | 409 |
testDefaultQualifierDeclaredInJava | 1 | 1566567415791 | 8 |
testDefaultQualifierForInjectionPoint | 1 | 1566567415800 | 9 |
testNamedAndAnyBeanHasDefaultQualifier | 1 | 1566567415810 | 61 |
testNamedBeanHasDefaultQualifier | 1 | 1566567415872 | 8 |
testProducedAnyBeanHasDefaultQualifier | 1 | 1566567415881 | 8 |
testProducedNamedAndAnyBeanHasDefaultQualifier | 1 | 1566567415890 | 8 |
testProducedNamedBeanHasDefaultQualifier | 1 | 1566567415899 | 8 |
org.jboss.cdi.tck.tests.definition.qualifier.enterprise.EnterpriseQualifierDefinitionTest | testQualifierDeclaredInheritedIsIndirectlyInherited (integration) | 1 | 1566567417218 | 404 |
testQualifierDeclaredInheritedIsInherited (integration) | 1 | 1566567417622 | 9 |
testQualifierNotDeclaredInheritedIsNotIndirectlyInherited (integration) | 1 | 1566567417631 | 41 |
testQualifierNotDeclaredInheritedIsNotInherited (integration) | 1 | 1566567417673 | 9 |
org.jboss.cdi.tck.tests.definition.qualifier.repeatable.RepeatableQualifiersTest | resolutionWithRepeatableQualifiers | 1 | 1566567418990 | 297 |
org.jboss.cdi.tck.tests.definition.scope.ScopeDefinitionTest | testDefaultScope | 1 | 1566567420409 | 379 |
testMultipleCompatibleScopeStereotypes | 1 | 1566567420789 | 9 |
testMultipleIncompatibleScopeStereotypesWithScopeSpecified | 1 | 1566567420799 | 9 |
testScopeDeclaredInJava | 1 | 1566567420809 | 59 |
testScopeSpecifiedAndStereotyped | 1 | 1566567420869 | 9 |
testScopeTypeDeclaredInheritedIsBlockedByIntermediateScopeTypeMarkedInherited | 1 | 1566567420879 | 9 |
testScopeTypeDeclaredInheritedIsBlockedByIntermediateScopeTypeNotMarkedInherited | 1 | 1566567420889 | 9 |
testScopeTypeDeclaredInheritedIsIndirectlyInherited | 1 | 1566567420899 | 66 |
testScopeTypeDeclaredInheritedIsInherited | 1 | 1566567420966 | 9 |
testScopeTypeDeclaresScopeTypeAnnotation | 1 | 1566567420976 | 9 |
testScopeTypeHasCorrectTarget | 1 | 1566567420985 | 9 |
testScopeTypeNotDeclaredInheritedIsNotIndirectlyInherited | 1 | 1566567420994 | 7 |
testScopeTypeNotDeclaredInheritedIsNotInherited | 1 | 1566567421002 | 66 |
testScopeTypesAreExtensible | 1 | 1566567421069 | 7 |
testWebBeanScopeTypeOverridesStereotype | 1 | 1566567421077 | 7 |
org.jboss.cdi.tck.tests.definition.scope.broken.tooManyScopes.SessionBeanTooManyScopesTest | testTooManyScopesSpecifiedInJava (integration) | 1 | 1566567421388 | 1 |
org.jboss.cdi.tck.tests.definition.scope.broken.tooManyScopes.TooManyScopesTest | testTooManyScopesSpecifiedInJava | 1 | 1566567421680 | 0 |
org.jboss.cdi.tck.tests.definition.scope.broken.tooManyScopes.producer.field.SessionBeanProducerFieldTooManyScopesTest | testTooManyScopesSpecifiedInJava (integration) | 1 | 1566567422013 | 0 |
org.jboss.cdi.tck.tests.definition.scope.broken.tooManyScopes.producer.method.ProducerMethodTooManyScopesTest | testTooManyScopesSpecifiedInJava | 1 | 1566567422312 | 0 |
org.jboss.cdi.tck.tests.definition.scope.broken.tooManyScopes.producer.method.SessionBeanProducerMethodTooManyScopesTest | testTooManyScopesSpecifiedInJava (integration) | 1 | 1566567422606 | 1 |
org.jboss.cdi.tck.tests.definition.scope.enterprise.EnterpriseScopeDefinitionTest | testScopeTypeDeclaredInheritedIsIndirectlyInherited (integration) | 1 | 1566567423701 | 330 |
testScopeTypeDeclaredInheritedIsInherited (integration) | 1 | 1566567424032 | 38 |
testScopeTypeNotDeclaredInheritedIsNotIndirectlyInherited (integration) | 1 | 1566567424071 | 8 |
testScopeTypeNotDeclaredInheritedIsNotInherited (integration) | 1 | 1566567424080 | 8 |
org.jboss.cdi.tck.tests.definition.scope.inOtherBda.ScopeDefinedInOtherBDATest | testCustomScopeInOtherBDAisBeanDefiningAnnotation | 1 | 1566567498491 | 974 |
org.jboss.cdi.tck.tests.definition.stereotype.StereotypeDefinitionTest | testExplicitScopeOverridesMergedScopesFromMultipleStereotype | 1 | 1566567501270 | 723 |
testMultipleStereotypesAllowed | 1 | 1566567501994 | 14 |
testOneStereotypeAllowed | 1 | 1566567502065 | 11 |
testStereotypeDeclaredInheritedIsIndirectlyInherited | 1 | 1566567502077 | 10 |
testStereotypeDeclaredInheritedIsInherited | 1 | 1566567502088 | 10 |
testStereotypeNotDeclaredInheritedIsNotIndirectlyInherited | 1 | 1566567502099 | 10 |
testStereotypeNotDeclaredInheritedIsNotInherited | 1 | 1566567502110 | 64 |
testStereotypeScopeIsOverriddenByIndirectlyInheritedScope | 1 | 1566567502174 | 13 |
testStereotypeScopeIsOverriddenByInheritedScope | 1 | 1566567502188 | 9 |
testStereotypeWithScopeType | 1 | 1566567502198 | 69 |
testStereotypeWithoutScopeType | 1 | 1566567502268 | 12 |
org.jboss.cdi.tck.tests.definition.stereotype.alternative.enterprise.EnterpriseStereotypeAlternativeSpecializeTest | testStereotypeAlternative (integration) | 1 | 1566567504112 | 586 |
org.jboss.cdi.tck.tests.definition.stereotype.alternative.enterprise.EnterpriseStereotypeAlternativeTest | testStereotypeAlternative (integration) | 1 | 1566567506209 | 489 |
org.jboss.cdi.tck.tests.definition.stereotype.broken.nonEmptyNamed.NonEmptyNamedTest | testStereotypeWithNonEmptyNamed | 1 | 1566567507285 | 0 |
org.jboss.cdi.tck.tests.definition.stereotype.broken.scopeConflict.IncompatibleStereotypesTest | testMultipleIncompatibleScopeStereotypes | 1 | 1566567507665 | 1 |
org.jboss.cdi.tck.tests.definition.stereotype.broken.tooManyScopes.TooManyScopeTypesTest | testStereotypeWithTooManyScopeTypes | 1 | 1566567508077 | 0 |
org.jboss.cdi.tck.tests.definition.stereotype.enterprise.EnterpriseStereotypeDefinitionTest | testStereotypeDeclaredInheritedIsIndirectlyInherited (integration) | 1 | 1566567509790 | 481 |
testStereotypeDeclaredInheritedIsInherited (integration) | 1 | 1566567510272 | 9 |
testStereotypeNotDeclaredInheritedIsNotIndirectlyInherited (integration) | 1 | 1566567510282 | 9 |
testStereotypeNotDeclaredInheritedIsNotInherited (integration) | 1 | 1566567510292 | 8 |
testStereotypeScopeIsOverriddenByIndirectlyInheritedScope (integration) | 1 | 1566567510301 | 64 |
testStereotypeScopeIsOverriddenByInheritedScope (integration) | 1 | 1566567510366 | 9 |
org.jboss.cdi.tck.tests.definition.stereotype.inheritance.StereotypeInheritenceTest | testInheritence | 1 | 1566567511704 | 463 |
org.jboss.cdi.tck.tests.definition.stereotype.interceptor.StereotypeWithMultipleInterceptorBindingsTest | testMultipleInterceptorBindings | 1 | 1566567513512 | 314 |
org.jboss.cdi.tck.tests.definition.stereotype.interceptor.enterprise.EnterpriseStereotypeInterceptorBindingTest | testStereotypeInterceptorBindings (integration) | 1 | 1566567515475 | 394 |
org.jboss.cdi.tck.tests.definition.stereotype.named.DefaultNamedTest | testStereotypeDeclaringNamed | 1 | 1566567517569 | 315 |
testStereotypeNamedOverridenByBean | 1 | 1566567517885 | 15 |
org.jboss.cdi.tck.tests.deployment.discovery.BeanDiscoveryTest | testDecoratorIsBeanDefiningAnnotation (integration) | 1 | 1566567519698 | 412 |
testDependentScopeImplicitBeanArchiveNoDescriptor (integration) | 1 | 1566567520111 | 59 |
testExplicitBeanArchiveEmptyDescriptor | 1 | 1566567520171 | 10 |
testExplicitBeanArchiveLegacyDescriptor | 1 | 1566567520182 | 10 |
testExplicitBeanArchiveModeAll | 1 | 1566567520193 | 9 |
testInterceptorIsBeanDefiningAnnotation (integration) | 1 | 1566567520203 | 69 |
testNoBeanArchiveModeNone (integration) | 1 | 1566567520272 | 11 |
testNormalScopeImplicitBeanArchiveModeAnnotated (integration) | 1 | 1566567520284 | 80 |
testNormalScopeImplicitBeanArchiveNoDescriptor (integration) | 1 | 1566567520365 | 13 |
testNotBeanArchiveExtension (integration) | 1 | 1566567520379 | 11 |
testPseudoScopeImplicitBeanArchiveModeAnnotated (integration) | 1 | 1566567520391 | 10 |
testStereotypeImplicitBeanArchiveModeAnnotated (integration) | 1 | 1566567520402 | 65 |
testStereotypeImplicitBeanArchiveNoDescriptor (integration) | 1 | 1566567520468 | 11 |
org.jboss.cdi.tck.tests.deployment.discovery.enterprise.EnterpriseBeanDiscoveryTest | testExplicitBeanArchiveEmptyDescriptor (javaee-full) | 1 | 1566567522780 | 412 |
testExplicitBeanArchiveLegacyDescriptor (javaee-full) | 1 | 1566567523193 | 13 |
testExplicitBeanArchiveModeAll (javaee-full) | 1 | 1566567523207 | 64 |
testImplicitBeanArchiveModeAnnotated (javaee-full) | 1 | 1566567523272 | 10 |
testImplicitBeanArchiveNoDescriptor (javaee-full) | 1 | 1566567523283 | 10 |
testNoBeanArchiveModeNone (javaee-full) | 1 | 1566567523294 | 8 |
testNotBeanArchiveExtension (javaee-full) | 1 | 1566567523303 | 65 |
org.jboss.cdi.tck.tests.deployment.discovery.enterprise.annotated.EnterpriseDefaultBeanDiscoveryModeTest | testDisposerMethodDiscovered (javaee-full, integration) | 1 | 1566567524618 | 374 |
testObserverMethodDiscovered (javaee-full, integration) | 1 | 1566567524992 | 9 |
testProducerFieldDiscovered (javaee-full, integration) | 1 | 1566567525002 | 9 |
testProducerMethodDiscovered (javaee-full, integration) | 1 | 1566567525012 | 9 |
org.jboss.cdi.tck.tests.deployment.discovery.implicit.DefaultBeanDiscoveryModeTest | beanClassesNotDiscoveredTest (integration) | 1 | 1566567526229 | 461 |
disposerMethodNotDiscovered (integration) | 1 | 1566567526691 | 12 |
observerMethodNotDiscovered (integration) | 1 | 1566567526704 | 66 |
producerFieldNotDiscovered (integration) | 1 | 1566567526770 | 9 |
producerMethodNotDiscovered (integration) | 1 | 1566567526780 | 11 |
org.jboss.cdi.tck.tests.deployment.exclude.ExcludeFiltersTest | testExcludeClassActivators | 1 | 1566567528110 | 283 |
testExcludeSystemPropertyActivator (systemProperties, integration) | 1 | 1566567528394 | 8 |
testTypeFcqnMatchesExcludeFilterName | 1 | 1566567528403 | 8 |
testTypePackageMatchesExcludeFilterName | 1 | 1566567528412 | 10 |
org.jboss.cdi.tck.tests.deployment.initialization.ApplicationInitializationLifecycleTest | testInitialization | 1 | 1566567529624 | 385 |
org.jboss.cdi.tck.tests.deployment.packaging.bundledLibrary.LibraryInWarTest | test | 1 | 1566567531219 | 378 |
org.jboss.cdi.tck.tests.deployment.packaging.bundledLibrary.LibraryMissingBeansXmlTest | test | 1 | 1566567532771 | 440 |
org.jboss.cdi.tck.tests.deployment.packaging.ear.MultiWebModuleWithExtensionTest | testMultipleWebModulesWithExtension (javaee-full) | 1 | 1566567534797 | 241 |
org.jboss.cdi.tck.tests.deployment.packaging.ear.SingleWebModuleWithExtensionTest | testSingleWebModuleWithExtension (javaee-full) | 1 | 1566567536289 | 269 |
org.jboss.cdi.tck.tests.deployment.packaging.ear.modules.EnterpriseArchiveModulesTest | testAlternatives (javaee-full) | 1 | 1566567538129 | 309 |
testDecoratorEnablement (javaee-full) | 1 | 1566567538438 | 37 |
testExtensionAndContainerEvents (javaee-full) | 1 | 1566567538476 | 13 |
testProducerAndEventDuringDisposal (javaee-full) | 1 | 1566567538489 | 10 |
testVisibilityAndInterceptorEnablement (javaee-full) | 1 | 1566567538500 | 66 |
org.jboss.cdi.tck.tests.deployment.packaging.installedLibrary.InstalledLibraryEarTest | testBundledLibraryInjection (installedLib, javaee-full) | 1 | 1566567539998 | 313 |
testEjbJarInjection (installedLib, javaee-full) | 1 | 1566567540312 | 9 |
testWarInjection (installedLib, javaee-full) | 1 | 1566567540321 | 9 |
org.jboss.cdi.tck.tests.deployment.packaging.rar.ResourceAdapterArchiveTest | testInjection (javaee-full) | 1 | 1566567541975 | 349 |
testResolution (javaee-full) | 1 | 1566567542364 | 8 |
org.jboss.cdi.tck.tests.deployment.packaging.visibility.JarToJarAlphaVisibilityTest | testDeployment | 1 | 1566567543886 | 453 |
org.jboss.cdi.tck.tests.deployment.packaging.visibility.JarToJarReverseAlphaVisibilityTest | testDeployment | 1 | 1566567545564 | 352 |
org.jboss.cdi.tck.tests.deployment.packaging.visibility.VisibilityOfAnnotatedTypesFromExtensionInAlphaBeanArchiveTest | shouldObserveExpectedAnnotatedTypes (integration) | 1 | 1566567547116 | 295 |
org.jboss.cdi.tck.tests.deployment.packaging.visibility.VisibilityOfAnnotatedTypesFromExtensionInBravoBeanArchiveTest | shouldObserveExpectedAnnotatedTypes (integration) | 1 | 1566567548591 | 226 |
org.jboss.cdi.tck.tests.deployment.packaging.visibility.VisibilityOfBeanInWebModuleFromBeanManagerInBeanLibraryTest | shouldFindBeanByName (integration) | 1 | 1566567550067 | 269 |
shouldFindBeanByType (integration) | 1 | 1566567550337 | 9 |
org.jboss.cdi.tck.tests.deployment.packaging.war.BeansDescriptorAlternativeLocationTest | testAlternativeLocation | 1 | 1566567551415 | 233 |
org.jboss.cdi.tck.tests.deployment.packaging.war.modules.WebArchiveModulesTest | testAlternatives (integration) | 1 | 1566567553007 | 270 |
testDecoratorAndCrossModuleEventObserver (integration) | 1 | 1566567553278 | 10 |
testExtensionAndContainerEvents (integration) | 1 | 1566567553289 | 10 |
testInjectionChainVisibilityAndInterceptorEnablement (integration) | 1 | 1566567553300 | 65 |
testProducerAndEventDuringDisposal (integration) | 1 | 1566567553366 | 9 |
org.jboss.cdi.tck.tests.deployment.shutdown.ApplicationShutdownLifecycleTest | deployArchives (integration) | 1 | 1566567553582 | 999 |
testShutdown (integration) | 1 | 1566567554582 | 309 |
org.jboss.cdi.tck.tests.deployment.trimmed.TrimmedBeanArchiveTest | testDiscoveredBean | 1 | 1566567556119 | 563 |
testDiscoveredBeanWithStereoType | 1 | 1566567556682 | 12 |
testProducerNotDsicovered | 1 | 1566567556694 | 9 |
org.jboss.cdi.tck.tests.deployment.trimmed.enteprise.EnterpriseTrimmedBeanArchiveTest | testDiscoveredBean (integration) | 1 | 1566567557989 | 439 |
org.jboss.cdi.tck.tests.event.EventTest | testEventObjectContainsTypeVariablesWhenResolvingFails | 1 | 1566567559596 | 366 |
testNonStaticObserverMethodIndirectlyInherited | 1 | 1566567559963 | 11 |
testNonStaticObserverMethodInherited | 1 | 1566567559975 | 9 |
testObserverCalledOnSpecializedBeanOnly | 1 | 1566567559985 | 9 |
testObserverMethodNotifiedWhenQualifiersMatch | 1 | 1566567559994 | 9 |
testObserverMethodParameterInjectionPoints | 1 | 1566567560004 | 66 |
testPrivateObserverMethodInvoked | 1 | 1566567560071 | 9 |
testStaticObserverMethodInvoked (integration) | 1 | 1566567560080 | 101 |
org.jboss.cdi.tck.tests.event.bindingTypes.EventBindingTypesTest | testEventAlwaysHasAnyBinding | 1 | 1566567561337 | 232 |
testEventBindingTypeTargetsFieldParameterElementTypes | 1 | 1566567561569 | 14 |
testEventBindingTypeTargetsMethodFieldParameterElementTypes | 1 | 1566567561584 | 10 |
testFireEventWithNonBindingAnnotationsFails | 1 | 1566567561595 | 12 |
testFireEventWithNonRuntimeBindingTypeFails | 1 | 1566567561608 | 69 |
testNonRuntimeBindingTypeIsNotAnEventBindingType | 1 | 1566567561678 | 13 |
org.jboss.cdi.tck.tests.event.broken.observer.beanNotManaged.ObserverMethodOnIncorrectBeanTest | testObserverMethodNotOnManagedOrSessionBeanFails | 1 | 1566567562981 | 218 |
org.jboss.cdi.tck.tests.event.broken.observer.bothObservesAnnotations.ObserverMethodParameterAnnotatedAsSyncAndAsyncTest | observerMethodMustBeSyncOrAsync | 1 | 1566567563479 | 0 |
org.jboss.cdi.tck.tests.event.broken.observer.dependentIsConditionalObserver.DependentIsConditionalObserverTest | testDependentBeanWithConditionalObserverMethodIsDefinitionError | 1 | 1566567563769 | 0 |
org.jboss.cdi.tck.tests.event.broken.observer.inject.DeploymentFailureTest | testDeploymentFailsBeforeNotifyingObserversAfterBeanDiscovery | 1 | 1566567636074 | 0 |
org.jboss.cdi.tck.tests.event.broken.observer.isDisposer.ObserverMethodAnnotatedDisposesTest | testObserverMethodWithDisposesParamFails | 1 | 1566567636793 | 1 |
org.jboss.cdi.tck.tests.event.broken.observer.isProducer.ObserverMethodAnnotatedProducesTest | testObserverMethodAnnotatedProducesFails | 1 | 1566567637278 | 1 |
org.jboss.cdi.tck.tests.event.broken.observer.notBusinessMethod.EJBObserverMethodNotBusinessMethodTest | testObserverMethodOnEnterpriseBeanNotBusinessMethodOrStaticFails (integration) | 1 | 1566567638082 | 0 |
org.jboss.cdi.tck.tests.event.broken.observer.remoteBusinessMethod.EJBAsyncObserverMethodRemoteBusinessMethodTest | testAsyncObserverMethodOnRemoteBusinessMethodFails (javaee-full, integration) | 1 | 1566567640368 | 1 |
org.jboss.cdi.tck.tests.event.broken.observer.tooManyParameters.ObserverMethodWithObservesAndObservesAsyncParametersTest | testObserverMethodMustHaveOnlyOneEventParameter | 1 | 1566567640785 | 0 |
org.jboss.cdi.tck.tests.event.broken.observer.tooManyParameters.ObserverMethodWithTwoEventParametersTest | testObserverMethodMustHaveOnlyOneEventParameter | 1 | 1566567641197 | 1 |
org.jboss.cdi.tck.tests.event.broken.raw.RawEventCustomBeanTest | testDefinitionError | 1 | 1566567641904 | 1 |
org.jboss.cdi.tck.tests.event.broken.raw.RawEventDisposerInjectionTest | testDefinitionError | 1 | 1566567642397 | 1 |
org.jboss.cdi.tck.tests.event.broken.raw.RawEventFieldInjectionTest | testDefinitionError | 1 | 1566567642866 | 1 |
org.jboss.cdi.tck.tests.event.broken.raw.RawEventObserverInjectionTest | testDefinitionError | 1 | 1566567643293 | 0 |
org.jboss.cdi.tck.tests.event.eventTypes.EventTypesTest | testEventTypeIncludesAllSuperclassesAndInterfacesOfEventObject | 1 | 1566567645086 | 884 |
testEventTypeIsArray | 1 | 1566567645970 | 17 |
testEventTypeIsConcreteTypeWithNoTypeVariables | 1 | 1566567645988 | 10 |
org.jboss.cdi.tck.tests.event.fires.FireEventTest | testBeanManagerFireEvent | 1 | 1566567647673 | 615 |
testDuplicateBindingsToFireEventFails | 1 | 1566567648289 | 22 |
testEventFireThrowsExceptionIfEventObjectTypeContainsUnresovableTypeVariable | 1 | 1566567648312 | 65 |
testEventProvidesMethodForFiringEventsWithCombinationOfTypeAndBindings | 1 | 1566567648377 | 13 |
testEventSelectedFiresAndObserversNotified (rewrite) | 1 | 1566567648391 | 13 |
testFireContainerLifecycleEvent | 1 | 1566567648405 | 69 |
testInjectedAnyEventCanFireEvent (rewrite) | 1 | 1566567648474 | 10 |
testInjectedEventAcceptsEventObject (rewrite) | 1 | 1566567648485 | 10 |
testInjectedEventCanHaveBindings (rewrite) | 1 | 1566567648496 | 9 |
testInjectedEventCanSpecifyBindingsDynamically (rewrite) | 1 | 1566567648506 | 60 |
testTypeVariableEventTypeFails | 1 | 1566567648566 | 11 |
org.jboss.cdi.tck.tests.event.fires.nonbinding.NonBindingTypePassedToFireTest | testExceptionThrownIfNonBindingTypePassedToFire | 1 | 1566567650196 | 469 |
org.jboss.cdi.tck.tests.event.fires.sync.FireSyncEventTest | testSyncObservesCalledInSameThread | 1 | 1566567652613 | 342 |
org.jboss.cdi.tck.tests.event.implicit.ImplicitEventTest | testImplicitEventExistsForEachEventType | 1 | 1566567654321 | 370 |
testImplicitEventHasAllExplicitBindingTypes | 1 | 1566567654692 | 9 |
testImplicitEventHasDependentScope | 1 | 1566567654702 | 9 |
testImplicitEventHasImplementation | 1 | 1566567654712 | 60 |
testImplicitEventHasNoName | 1 | 1566567654773 | 12 |
testImplicitEventIsPassivationCapable | 1 | 1566567654785 | 90 |
org.jboss.cdi.tck.tests.event.metadata.EventMetadataTest | testParameterizedResolvedType | 1 | 1566567656201 | 415 |
testSimpleEvent | 1 | 1566567656617 | 48 |
org.jboss.cdi.tck.tests.event.metadata.broken.initializer.InvalidEventMetadataInjectionPointTest | testDeployment | 1 | 1566567657095 | 0 |
org.jboss.cdi.tck.tests.event.metadata.injectionpoint.EventMetadataInjectionPointTest | testGetAnnotatedType | 1 | 1566567658339 | 301 |
testGetBean | 1 | 1566567658641 | 24 |
testGetMember | 1 | 1566567658666 | 9 |
testGetQualifiers | 1 | 1566567658676 | 9 |
testGetType | 1 | 1566567658686 | 9 |
testIsTransient | 1 | 1566567658695 | 9 |
org.jboss.cdi.tck.tests.event.observer.ObserverNotificationTest | testObserverMethodNotInvokedIfNoActiveContext (integration) | 1 | 1566567660083 | 500 |
testObserversNotified (integration) | 1 | 1566567660584 | 15 |
org.jboss.cdi.tck.tests.event.observer.abortProcessing.ObserverExceptionAbortsProcessingTest | testObserverThrowsExceptionAbortsNotifications | 1 | 1566567661933 | 460 |
org.jboss.cdi.tck.tests.event.observer.abortProcessing.orderedObservers.ExceptionInOrderedObserversAbortsProcessingTest | testOrderedObserversAbortedCorrectly | 1 | 1566567663622 | 263 |
org.jboss.cdi.tck.tests.event.observer.async.basic.MixedObserversTest | testAsyncObserversCalledInDifferentThread | 1 | 1566567665080 | 288 |
testQualifiedAsyncEventIsDeliveredOnlyToAsyncObservers | 1 | 1566567665369 | 8 |
testSyncEventIsDeliveredOnlyToSyncObservers | 1 | 1566567665378 | 9 |
org.jboss.cdi.tck.tests.event.observer.async.executor.FireAsyncWithCustomExecutorTest | testCustomExecutor | 1 | 1566567666590 | 310 |
org.jboss.cdi.tck.tests.event.observer.async.handlingExceptions.MultipleExceptionsInObserversNotificationTest | testMultipleExceptionsDuringVariousObserversNotification | 1 | 1566567668066 | 244 |
org.jboss.cdi.tck.tests.event.observer.broken.validation.ambiguous.ObserverMethodParameterInjectionValidationTest | test | 1 | 1566567668682 | 1 |
org.jboss.cdi.tck.tests.event.observer.broken.validation.unsatisfied.ObserverMethodParameterInjectionValidationTest | test | 1 | 1566567669083 | 0 |
org.jboss.cdi.tck.tests.event.observer.checkedException.CheckedExceptionWrappedTest | testNonTransactionalObserverThrowsCheckedExceptionIsWrappedAndRethrown | 1 | 1566567670167 | 429 |
org.jboss.cdi.tck.tests.event.observer.conditional.ConditionalObserverTest | testAsyncConditionalObserver | 1 | 1566567672108 | 402 |
testConditionalObserver | 1 | 1566567672511 | 58 |
testConditionalObserverMethodNotInvokedIfNoActiveContext (integration) | 1 | 1566567672570 | 18 |
testNotifyEnumerationContainsNotifyValues | 1 | 1566567672589 | 8 |
testObserverMethodInvokedOnReturnedInstanceFromContext | 1 | 1566567672598 | 14 |
org.jboss.cdi.tck.tests.event.observer.context.ObserverMethodInvocationContextTest | testTransactionalObserverMethod (javaee-full, persistence) | 1 | 1566567674880 | 512 |
org.jboss.cdi.tck.tests.event.observer.context.async.AsyncObserverMethodInvocationContextTest | testAsyncObserverIsCalledInNewRequestContext (integration) | 1 | 1566567676712 | 458 |
testAsyncObserverIsCalledInNewTransactionContext (integration) | 1 | 1566567677171 | 13 |
org.jboss.cdi.tck.tests.event.observer.context.async.enterprise.EnterpriseSecurityContextPropagationInAsyncObserverTest | testSecurityContextNotPropagated (javaee-full, integration) | 1 | 1566567678567 | 349 |
testSecurityContextPropagation (javaee-full, integration) | 1 | 1566567678917 | 56 |
org.jboss.cdi.tck.tests.event.observer.context.enterprise.SessionBeanObserverMethodInvocationContextTest | testTransactionalObserverMethod (javaee-full, persistence) | 1 | 1566567680388 | 314 |
org.jboss.cdi.tck.tests.event.observer.context.enterprise.staticMethod.SessionBeanStaticObserverMethodInvocationContextTest | testTransactionalObserverMethod (javaee-full, persistence) | 1 | 1566567682173 | 255 |
org.jboss.cdi.tck.tests.event.observer.extension.BeanManagerObserverNotificationTest | testNotifyInvoked | 1 | 1566567683690 | 409 |
org.jboss.cdi.tck.tests.event.observer.extension.EventBeanObserverNotificationTest | testNotifyInvoked | 1 | 1566567685206 | 408 |
org.jboss.cdi.tck.tests.event.observer.inheritance.ObserverInheritanceTest | testNonStaticObserverMethodInherited | 1 | 1566567686909 | 397 |
org.jboss.cdi.tck.tests.event.observer.inheritance.enterprise.EnterpriseObserverInheritanceTest | testNonStaticObserverMethodIndirectlyInherited (javaee-full) | 1 | 1566567688608 | 415 |
testNonStaticObserverMethodInherited (javaee-full) | 1 | 1566567689064 | 12 |
org.jboss.cdi.tck.tests.event.observer.method.ObserverMethodTest | testGetBeanClassOnObserverMethod | 1 | 1566567690519 | 472 |
testGetNotifyOnObserverMethod | 1 | 1566567690991 | 9 |
testGetObservedQualifiersOnObserverMethod | 1 | 1566567691001 | 9 |
testGetObservedTypeOnObserverMethod | 1 | 1566567691011 | 58 |
testGetTransactionPhaseOnObserverMethod | 1 | 1566567691069 | 14 |
testInstanceOfBeanForEveryEnabledObserverMethod | 1 | 1566567691083 | 9 |
testNotifyOnObserverMethod | 1 | 1566567691092 | 9 |
org.jboss.cdi.tck.tests.event.observer.param.modification.SyncEventModificationTest | testModifiedEventParameterIsPropagated | 1 | 1566567692324 | 379 |
org.jboss.cdi.tck.tests.event.observer.priority.EventObserverOrderingTest | testDefaultPriority | 1 | 1566567767080 | 884 |
testFireEventLowerPriorityBeforeDefaultPriority | 1 | 1566567767965 | 24 |
testFireEventToMultipleObserversWithPriority | 1 | 1566567767990 | 13 |
testPrioritizedEventBaseclass | 1 | 1566567768004 | 65 |
testPrioritizedEventSubclass | 1 | 1566567768070 | 14 |
testProcessObserverMethodPriority | 1 | 1566567768085 | 10 |
testResolveObserversLowerPriorityBeforeDefaultPriority | 1 | 1566567768095 | 11 |
org.jboss.cdi.tck.tests.event.observer.priority.contextLifecycleEvent.ApplicationContextLifecycleEventObserverOrderingTest | testContextLifecycleEventOrdering | 1 | 1566567769970 | 503 |
org.jboss.cdi.tck.tests.event.observer.priority.transactional.TransactionalPriorityObserverTest | testSucessfulTransaction (integration, persistence) | 1 | 1566567773298 | 508 |
org.jboss.cdi.tck.tests.event.observer.resolve.ResolveEventObserversTest | testAsyncObserver | 1 | 1566567775502 | 480 |
testBeanManagerResolveObserversSignature | 1 | 1566567775983 | 11 |
testBeanManagerResolveObserversWithIllegalQualifier | 1 | 1566567775995 | 70 |
testMethodWithParameterAnnotatedWithObservesRegistersObserverMethod | 1 | 1566567776066 | 10 |
testMultipleObserverMethodsForSameEventPermissible | 1 | 1566567776077 | 9 |
testMultipleObserverMethodsOnBeanPermissible | 1 | 1566567776087 | 10 |
testObserverMethodAutomaticallyRegistered | 1 | 1566567776098 | 9 |
testObserverMethodMayHaveMultipleBindingTypes | 1 | 1566567776108 | 64 |
testObserverMethodNotAutomaticallyRegisteredForDisabledBeans | 1 | 1566567776173 | 9 |
testObserverMethodRegistration | 1 | 1566567776183 | 9 |
testObserverMethodWithoutBindingTypesObservesEventsWithoutBindingTypes | 1 | 1566567776193 | 8 |
testSyncObserver | 1 | 1566567776202 | 67 |
org.jboss.cdi.tck.tests.event.observer.resolve.enterprise.ResolveEnterpriseEventObserverTest | testObserverMethodOnEnterpriseBeanIsBusinessMethodOrStatic (integration) | 1 | 1566567778010 | 481 |
org.jboss.cdi.tck.tests.event.observer.transactional.TransactionalObserverTest | testFailedTransaction (integration, persistence) | 1 | 1566567780313 | 515 |
testNoTransaction (integration, persistence) | 1 | 1566567780828 | 41 |
testObserverFailedTransaction (integration, persistence) | 1 | 1566567780870 | 9 |
testSucessfullTransaction (integration, persistence) | 1 | 1566567780880 | 10 |
org.jboss.cdi.tck.tests.event.observer.wildcardAndTypeVariable.ObserverMethodWithParametertizedTypeTest | testObserverMethodCanObserveArrayTypeVariable | 1 | 1566567782202 | 628 |
testObserverMethodCanObserveArrayWildcard | 1 | 1566567782831 | 8 |
testObserverMethodCanObserveTypeVariable | 1 | 1566567782840 | 30 |
testObserverMethodCanObserveWildcardType | 1 | 1566567782871 | 8 |
org.jboss.cdi.tck.tests.event.parameterized.ParameterizedEventTest | testEventObjectTypeUsed | 1 | 1566567784200 | 281 |
testSelectedEventTypeCombinedWithEventObjectRuntimeTypeForResolvingEventTypeArguments | 1 | 1566567784481 | 32 |
testSelectedEventTypeCombinedWithEventObjectRuntimeTypeForResolvingEventTypeArguments2 | 1 | 1566567784514 | 60 |
testSelectedEventTypeUsedForResolvingEventTypeArguments | 1 | 1566567784575 | 11 |
testSelectedEventTypeUsedForResolvingEventTypeArguments2 | 1 | 1566567784587 | 9 |
testUnresolvedTypeVariableDetected1 | 1 | 1566567784596 | 70 |
testUnresolvedTypeVariableDetected2 | 1 | 1566567784667 | 8 |
testUnresolvedTypeVariableDetected3 | 1 | 1566567784676 | 8 |
testWildcardIsResolvable | 1 | 1566567784685 | 8 |
org.jboss.cdi.tck.tests.event.resolve.binding.DuplicateBindingTypesWhenResolvingTest | testDuplicateBindingTypesWhenResolvingFails | 1 | 1566567786019 | 321 |
org.jboss.cdi.tck.tests.event.resolve.binding.ResolvingChecksBindingTypeMembersTest | testResolvingChecksBindingTypeMembers | 1 | 1566567787668 | 428 |
org.jboss.cdi.tck.tests.event.resolve.nonbinding.NonBindingTypesWhenResolvingTest | testNonBindingTypeAnnotationWhenResolvingFails | 1 | 1566567789464 | 364 |
org.jboss.cdi.tck.tests.event.resolve.typeWithParameters.CheckTypeParametersWhenResolvingObserversTest | testEventTypeAssignableToATypeVariable | 1 | 1566567791330 | 388 |
testEventTypeResolution | 1 | 1566567791719 | 49 |
testObservedEventTypeParameterIsActualType | 1 | 1566567791769 | 11 |
testObservedEventTypeParameterIsActualTypeNested | 1 | 1566567791780 | 11 |
testObservedEventTypeParameterIsTypeVariable | 1 | 1566567791792 | 10 |
testObservedEventTypeParameterIsWildcard | 1 | 1566567791803 | 62 |
testParameterizedEventTypeAssignableToRawType | 1 | 1566567791865 | 10 |
testResolvingChecksTypeParameters | 1 | 1566567791876 | 10 |
org.jboss.cdi.tck.tests.event.resolve.typeWithParameters.ChecksEventTypeWhenResolvingTest | testResolvingChecksEventType | 1 | 1566567793288 | 307 |
org.jboss.cdi.tck.tests.event.select.SelectEventTest | testEventSelectReturnsEventOfSameType | 1 | 1566567794916 | 377 |
testEventSelectThrowsExceptionForDuplicateBindingType | 1 | 1566567795294 | 11 |
testEventSelectThrowsExceptionIfAnnotationIsNotBindingType | 1 | 1566567795306 | 65 |
testEventSelectThrowsExceptionIfEventTypeHasTypeVariable | 1 | 1566567795372 | 10 |
testEventSelectWithSubtypeThrowsExceptionForDuplicateBindingType | 1 | 1566567795382 | 10 |
testEventSelectWithSubtypeThrowsExceptionIfAnnotationIsNotBindingType | 1 | 1566567795393 | 75 |
org.jboss.cdi.tck.tests.extensions.afterBeanDiscovery.AfterBeanDiscoveryTest | testAddContext | 1 | 1566567796687 | 300 |
testBeanIsAdded | 1 | 1566567796988 | 9 |
testCustomDependentBeanInjectionPointIsAvailable | 1 | 1566567796998 | 12 |
testObserverMethodRegistered | 1 | 1566567797011 | 55 |
testProcessBeanIsFired | 1 | 1566567797067 | 7 |
testProcessObserverMethodFiredWhileAddingObserverMethod | 1 | 1566567797075 | 9 |
org.jboss.cdi.tck.tests.extensions.afterBeanDiscovery.annotated.GetAnnotatedTypesTest | testGetAnnotatedType | 1 | 1566567798305 | 523 |
testGetAnnotatedTypes | 1 | 1566567798829 | 42 |
org.jboss.cdi.tck.tests.extensions.alternative.deployment.AlternativeInLibraryWithExtensionTest | testAlternative | 1 | 1566567800191 | 319 |
org.jboss.cdi.tck.tests.extensions.alternative.metadata.AlternativeMetadataTest | testContainerUsesOperationsOfAnnotatedNotReflectionApi | 1 | 1566567801910 | 368 |
testDisposesIsAppliedToMethodParameter | 1 | 1566567802279 | 17 |
testExtraQualifierAppliedToObservesMethodParameter | 1 | 1566567802297 | 17 |
testExtraQualifierIsAppliedToInjectedField | 1 | 1566567802315 | 58 |
testGetAnnotationUsedForGettingInterceptorInformation | 1 | 1566567802373 | 11 |
testGetAnnotationUsedForGettingQualifierInformation | 1 | 1566567802385 | 11 |
testGetAnnotationUsedForGettingScopeInformation | 1 | 1566567802396 | 11 |
testGetAnnotationUsedForGettingStereotypeInformation | 1 | 1566567802408 | 67 |
testGetBaseTypeUsedToDetermineTypeOfConstructorInjectionPoint | 1 | 1566567802475 | 11 |
testGetBaseTypeUsedToDetermineTypeOfDisposalParameter | 1 | 1566567802487 | 10 |
testGetBaseTypeUsedToDetermineTypeOfDisposerInjectionPoint | 1 | 1566567802498 | 9 |
testGetBaseTypeUsedToDetermineTypeOfEventParameter | 1 | 1566567802507 | 63 |
testGetBaseTypeUsedToDetermineTypeOfInitializerInjectionPoint | 1 | 1566567802571 | 9 |
testGetBaseTypeUsedToDetermineTypeOfInjectionPoint | 1 | 1566567802581 | 9 |
testGetBaseTypeUsedToDetermineTypeOfObserverInjectionPoint | 1 | 1566567802590 | 100 |
testGetBaseTypeUsedToDetermineTypeOfProducerInjectionPoint | 1 | 1566567802691 | 14 |
testGetTypeClosureUsed | 1 | 1566567802705 | 60 |
testGetTypeClosureUsedToDetermineTypeOfProducerField | 1 | 1566567802766 | 7 |
testGetTypeClosureUsedToDetermineTypeOfProducerMethod | 1 | 1566567802774 | 8 |
testGetTypeClosureUsedToDetermineTypeOfSessionBean | 1 | 1566567802782 | 9 |
testInjectCreatesInitializerMethod | 1 | 1566567802792 | 8 |
testObserverMethod | 1 | 1566567802800 | 65 |
testPreviouslyNonInjectAnnotatedConstructorIsUsed | 1 | 1566567802866 | 8 |
testPreviouslyNonInjectAnnotatedFieldIsInjected | 1 | 1566567802875 | 8 |
testProducesCreatesProducerField | 1 | 1566567802884 | 7 |
testProducesCreatesProducerMethod | 1 | 1566567802892 | 8 |
testQualifierAddedToInitializerParameter | 1 | 1566567802901 | 8 |
testQualifierIsAppliedToProducerMethod | 1 | 1566567802909 | 60 |
testQualifierIsAppliedToProducerMethodParameter | 1 | 1566567802970 | 10 |
org.jboss.cdi.tck.tests.extensions.alternative.metadata.annotated.AnnotatedTypeAnnotationsTest | testCreateAnnotatedType | 1 | 1566567804206 | 306 |
testGetAnnotatedType | 1 | 1566567804513 | 9 |
testGetAnnotatedTypes | 1 | 1566567804523 | 8 |
testProcessAnnotatedType | 1 | 1566567804531 | 36 |
org.jboss.cdi.tck.tests.extensions.alternative.metadata.interceptor.AlternativeMetadataInterceptorInjectionTargetTest | testInterceptorInterceptsOnlyBindedClass | 1 | 1566567805805 | 285 |
org.jboss.cdi.tck.tests.extensions.alternative.metadata.interceptor.AlternativeMetadataInterceptorTest | testInterceptorInterceptsOnlyBindedClass | 1 | 1566567807302 | 278 |
org.jboss.cdi.tck.tests.extensions.annotated.AlternativeMetaDataTest | testBaseType | 1 | 1566567808789 | 403 |
testConstructors | 1 | 1566567809193 | 11 |
testFields | 1 | 1566567809204 | 9 |
testGetAnnotation | 1 | 1566567809214 | 55 |
testGetAnnotations | 1 | 1566567809270 | 10 |
testIsAnnotationPresent | 1 | 1566567809281 | 8 |
testMethods | 1 | 1566567809290 | 7 |
testTypeClosure | 1 | 1566567809298 | 9 |
org.jboss.cdi.tck.tests.extensions.annotated.ProcessAnnotatedTypeTest | testGetAnnotatedType | 1 | 1566567810707 | 247 |
testProcessAnnotatedTypeEventsSent | 1 | 1566567810955 | 10 |
testProcessAnnotatedTypeFiredForEnum | 1 | 1566567810965 | 9 |
testSetAnnotatedType | 1 | 1566567810974 | 9 |
testVeto | 1 | 1566567810983 | 8 |
org.jboss.cdi.tck.tests.extensions.annotated.broken.processAnnotatedObserverThrowsException.ProcessAnnotatedTypeEventThrowsExceptionTest | testProcessAnnotatedTypeEventThrowsExceptionNotOk | 1 | 1566567811307 | 0 |
org.jboss.cdi.tck.tests.extensions.annotated.broken.processInjectionTargetThrowsException.ProcessInjectionTargetEventThrowsExceptionTest | testProcessInjectionTargetEventThrowsExceptionNotOk | 1 | 1566567811708 | 0 |
org.jboss.cdi.tck.tests.extensions.annotated.delivery.EnterpriseWithAnnotationsTest | testDelivery (integration) | 1 | 1566567813093 | 401 |
testDeliveryMetaAnnotation (integration) | 1 | 1566567813495 | 7 |
org.jboss.cdi.tck.tests.extensions.annotated.delivery.broken.WithAnnotationsAppliedToIllegalContainerLifecycleEventParameterTest | testDeploymentFails | 1 | 1566567813798 | 0 |
org.jboss.cdi.tck.tests.extensions.annotated.delivery.broken.WithAnnotationsAppliedToIllegalEventParameterTest | testDeploymentFails | 1 | 1566567814091 | 0 |
org.jboss.cdi.tck.tests.extensions.annotated.synthetic.ProcessSyntheticAnnotatedTypeTest | testEventsFired | 1 | 1566567815287 | 391 |
testEventsSources | 1 | 1566567815679 | 9 |
org.jboss.cdi.tck.tests.extensions.bean.bytype.BeanByTypeTest | testGetBeans | 1 | 1566567816967 | 367 |
testGetBeansDoesNotResolveAlternatives | 1 | 1566567817334 | 32 |
testNoBindingImpliesCurrent | 1 | 1566567817367 | 11 |
testNonBindingType | 1 | 1566567817379 | 13 |
testSameBindingTwice | 1 | 1566567817393 | 9 |
testTypeVariable | 1 | 1566567817402 | 66 |
org.jboss.cdi.tck.tests.extensions.beanManager.BeanManagerTest | testAmbiguousDependencyNotResolved | 1 | 1566567818693 | 309 |
testAmbiguousDependencyResolved | 1 | 1566567819003 | 11 |
testDetermineInterceptorBindingType | 1 | 1566567819015 | 12 |
testDetermineQualifierType | 1 | 1566567819028 | 45 |
testDetermineScope | 1 | 1566567819074 | 8 |
testDetermineScopeType | 1 | 1566567819083 | 13 |
testDetermineStereotype | 1 | 1566567819097 | 8 |
testGetELResolver | 1 | 1566567819106 | 64 |
testGetExtension | 1 | 1566567819170 | 11 |
testGetMetaAnnotationsForInterceptorBindingType | 1 | 1566567819181 | 9 |
testGetMetaAnnotationsForStereotype | 1 | 1566567819191 | 11 |
testObtainingAnnotatedType | 1 | 1566567819203 | 8 |
testObtainingInjectionTarget | 1 | 1566567819211 | 61 |
testObtainingInjectionTargetWithDefinitionError | 1 | 1566567819272 | 13 |
testResolveWithEmptySet | 1 | 1566567819286 | 9 |
testResolveWithNull | 1 | 1566567819295 | 12 |
testValidateThrowsException | 1 | 1566567819364 | 13 |
org.jboss.cdi.tck.tests.extensions.beanManager.PassivationIdTest | testGetPassivationCapableBeanById | 1 | 1566567820568 | 227 |
org.jboss.cdi.tck.tests.extensions.beanManager.bean.SyntheticBeanTest | testRegisteredBean | 1 | 1566567822110 | 296 |
testSerializableBean | 1 | 1566567822407 | 9 |
testSyntheticBeanIntercepted | 1 | 1566567822417 | 12 |
testSyntheticDecorator | 1 | 1566567822430 | 38 |
testSyntheticProducerField | 1 | 1566567822468 | 9 |
testSyntheticProducerMethod | 1 | 1566567822477 | 12 |
org.jboss.cdi.tck.tests.extensions.beanManager.beanAttributes.CreateBeanAttributesTest | testBeanAttributesForField | 1 | 1566567823767 | 402 |
testBeanAttributesForManagedBean | 1 | 1566567824170 | 8 |
testBeanAttributesForManagedBeanWithModifiedAnnotatedType | 1 | 1566567824179 | 12 |
testBeanAttributesForMethod | 1 | 1566567824192 | 10 |
testBeanAttributesForSessionBean (integration) | 1 | 1566567824202 | 8 |
testInvalidMember | 1 | 1566567824211 | 64 |
org.jboss.cdi.tck.tests.extensions.beanManager.bootstrap.unavailable.methods.UnavailableMethodsDuringApplicationInitializationTest | testUnavailableMethods | 1 | 1566567825767 | 235 |
org.jboss.cdi.tck.tests.extensions.beanManager.broken.event.FireContainerLifecycleEventTest | testFireContainerLifecycleEvent | 1 | 1566567827094 | 233 |
org.jboss.cdi.tck.tests.extensions.beanManager.el.WrapExpressionFactoryTest | testWrapping | 1 | 1566567828423 | 323 |
org.jboss.cdi.tck.tests.extensions.beanManager.equivalence.interceptorbinding.InterceptorBindingEquivalenceTest | testAreInterceptorBindingsEquivalent | 1 | 1566567830179 | 328 |
testGetInterceptorBindingHashCode | 1 | 1566567830507 | 10 |
org.jboss.cdi.tck.tests.extensions.beanManager.equivalence.qualifier.QualifierEquivalenceTest | testAreQualifiersEquivalent | 1 | 1566567831882 | 766 |
testGetQualifierHashCode | 1 | 1566567832649 | 8 |
org.jboss.cdi.tck.tests.extensions.beanManager.injectionPoint.CreateInjectionPointTest | testConstructorParameter | 1 | 1566567833801 | 404 |
testField | 1 | 1566567834205 | 8 |
testInvalidField | 1 | 1566567834214 | 12 |
testInvalidParameter | 1 | 1566567834227 | 11 |
testMethodParameter | 1 | 1566567834239 | 33 |
org.jboss.cdi.tck.tests.extensions.beanManager.producer.SyntheticProducerTest | testInvalidProducerField1 | 1 | 1566567907994 | 917 |
testInvalidProducerField2 | 1 | 1566567908912 | 61 |
testInvalidProducerField3 | 1 | 1566567908974 | 15 |
testInvalidProducerMethod1 | 1 | 1566567908990 | 85 |
testInvalidProducerMethod2 | 1 | 1566567909076 | 15 |
testNonStaticProducerField | 1 | 1566567909092 | 14 |
testNonStaticProducerMethod | 1 | 1566567909107 | 73 |
testStaticProducerField | 1 | 1566567909181 | 10 |
testStaticProducerMethod | 1 | 1566567909192 | 10 |
org.jboss.cdi.tck.tests.extensions.beanManager.unmanaged.UnmanagedInstanceTest | testNonContextualInstanceIsIntercepted | 1 | 1566567911113 | 507 |
testObtainNonContextualInstance (integration) | 1 | 1566567911621 | 58 |
testObtainNonContextualInstanceUsingCurrentBeanManager | 1 | 1566567911679 | 14 |
org.jboss.cdi.tck.tests.extensions.beanManager.unmanaged.broken.UnamangedInstanceIllegalStatesTest | disposeCallBeforeProduce | 1 | 1566567913290 | 541 |
disposeCalledOnAlreadyDisposedInstance | 1 | 1566567913832 | 43 |
injectCallBeforeProduce | 1 | 1566567913876 | 11 |
injectCalledOnAlreadyDisposedInstance | 1 | 1566567913887 | 11 |
posConstructCallBeforeProduce | 1 | 1566567913898 | 10 |
postConstructCalledOnAlreadyDisposedInstance | 1 | 1566567913909 | 64 |
preDeStroyCalledOnAlreadyDisposedInstance | 1 | 1566567913973 | 10 |
preDestroyCallBeforeProduce | 1 | 1566567913984 | 11 |
produceCalledOnAlreadyDisposedInstance | 1 | 1566567913996 | 71 |
produceCalledOnAlreadyProducedInstance | 1 | 1566567914068 | 12 |
org.jboss.cdi.tck.tests.extensions.communication.ExtensionsCommunicationTest | testEvents | 1 | 1566567915727 | 447 |
org.jboss.cdi.tck.tests.extensions.configurators.BasicConfiguratorsTest | configuratorReturnsAlwaysSameAnnotatedTypeConfigurator | 1 | 1566567917603 | 332 |
configuratorReturnsAlwaysSameBeanAttributesConfigurator | 1 | 1566567917936 | 10 |
configuratorReturnsAlwaysSameInjectionPointConfigurator | 1 | 1566567917947 | 25 |
configuratorReturnsAlwaysSameObserverMethodConfigurator | 1 | 1566567917973 | 9 |
org.jboss.cdi.tck.tests.extensions.configurators.annotatedTypeConfigurator.AnnotatedTypeConfiguratorTest | addMethodsOfAnnotationTypecConfigurator | 1 | 1566567919590 | 423 |
annotatedTypesAndMemebersEqual | 1 | 1566567920014 | 52 |
annotationsRemovedFromAnimalShelter | 1 | 1566567920067 | 10 |
configuratorInitializedWithOriginalAT | 1 | 1566567920078 | 10 |
configureAndTestConstructorAnnotatedParams | 1 | 1566567920089 | 9 |
removeMethodsOfAnnotationTypeConfigurator | 1 | 1566567920099 | 9 |
org.jboss.cdi.tck.tests.extensions.configurators.annotatedTypeConfigurator.beforeBeanDiscovery.AnnotatedTypeConfiguratorInBBDTest | testInterceptorBindingAddition | 1 | 1566567921534 | 391 |
testQualifierAddition | 1 | 1566567921925 | 47 |
org.jboss.cdi.tck.tests.extensions.configurators.bean.BeanConfiguratorTest | processSynthethicBeanEventFired | 1 | 1566567923400 | 425 |
testCreationalAndDisposalMethods | 1 | 1566567923826 | 50 |
testDefaultScopeOfAddedBean | 1 | 1566567923877 | 12 |
testInjectionPoints | 1 | 1566567923890 | 16 |
testPassivationCapability | 1 | 1566567923906 | 58 |
org.jboss.cdi.tck.tests.extensions.configurators.beanAttributes.BeanAttributesConfiguratorTest | configuratorInitializedWithOriginalBeanAttributes | 1 | 1566567925337 | 638 |
testMultiAdditionMethods | 1 | 1566567925975 | 9 |
testReplacementMethods | 1 | 1566567925984 | 9 |
testSingleAdditionMethods | 1 | 1566567925994 | 11 |
org.jboss.cdi.tck.tests.extensions.configurators.injectionPoint.InjectionPointConfiguratorTest | changeTypeAndAddQualifier | 1 | 1566567927408 | 360 |
configuratorInitializedWithOriginalInjectionPoint | 1 | 1566567927768 | 11 |
readFromFieldAndCheckTransientField | 1 | 1566567927780 | 11 |
replaceQualifiersAndDelegate | 1 | 1566567927792 | 9 |
org.jboss.cdi.tck.tests.extensions.configurators.injectionTargetFactory.InjectionTargetFactoryConfigureTest | testInjectionTargetFactoryConfigure | 1 | 1566567929078 | 271 |
org.jboss.cdi.tck.tests.extensions.configurators.invalid.ConfiguratorAndSetMethodTest | testPAT | 1 | 1566567930584 | 421 |
testPBA | 1 | 1566567931006 | 8 |
testPIP | 1 | 1566567931015 | 55 |
testPOM | 1 | 1566567931070 | 10 |
org.jboss.cdi.tck.tests.extensions.configurators.observerMethod.ObserverMethodConfiguratorTest | addNewObserverMethodFromReadingExistingOne | 1 | 1566567932391 | 282 |
addQualifiersAndSetPriorityAndChangeToAsync | 1 | 1566567932673 | 16 |
configuratorInitializedWithOriginalObserverMethod | 1 | 1566567932689 | 9 |
defaultBeanClassIsExtensionClass | 1 | 1566567932699 | 10 |
notifyAcceptingConsumerNotified | 1 | 1566567932710 | 55 |
setReceptionAndTransactionPhase | 1 | 1566567932766 | 8 |
syntheticEventInvokedAndReturningSourceTest | 1 | 1566567932775 | 8 |
org.jboss.cdi.tck.tests.extensions.configurators.producer.ProducerConfiguratorTest | configuratorOptionsTest | 1 | 1566567934006 | 473 |
org.jboss.cdi.tck.tests.extensions.configurators.producer.broken.ModifyingProducerViaConfigureAndSetTest | testDeploymentThrowsISE | 1 | 1566567935674 | 435 |
org.jboss.cdi.tck.tests.extensions.container.event.ContainerEventTest | testGetEJBName (javaee-full) | 1 | 1566567938001 | 305 |
testGetSessionBeanType (javaee-full) | 1 | 1566567938307 | 57 |
testProcessAnnotatedTypeFiredForManagedBean (javaee-full) | 1 | 1566567938365 | 14 |
testProcessAnnotatedTypeFiredForSessionBean (javaee-full) | 1 | 1566567938380 | 10 |
testProcessAnnotatedTypeFiredForSessionBeanInterceptor (javaee-full) | 1 | 1566567938390 | 10 |
testProcessInjectionTargetFiredForManagedBean (javaee-full) | 1 | 1566567938400 | 68 |
testProcessInjectionTargetFiredForSessionBean (javaee-full) | 1 | 1566567938469 | 9 |
testProcessInjectionTargetFiredForSessionBeanInterceptor (javaee-full) | 1 | 1566567938478 | 10 |
testProcessManagedBeanFired (javaee-full) | 1 | 1566567938488 | 12 |
testProcessSessionBeanFiredForStatefulSessionBean (javaee-full) | 1 | 1566567938501 | 65 |
testProcessSessionBeanFiredForStatelessSessionBean (javaee-full) | 1 | 1566567938567 | 10 |
org.jboss.cdi.tck.tests.extensions.container.event.broken.processBeanObserverThrowsException.ThrowExceptionInProcessBeanObserverTest | testProcessBeanObserverThrowsException | 1 | 1566567938914 | 0 |
org.jboss.cdi.tck.tests.extensions.container.event.jms.ContainerEventTest | testProcessInjectionTargetEventFiredForMessageDrivenBean (jms, javaee-full) | 1 | 1566567943222 | 552 |
org.jboss.cdi.tck.tests.extensions.container.event.ws.ContainerEventTest | testProcessAnnotatedTypeFiredForWsEndpoint (javaee-full, jaxws) | 1 | 1566567947633 | 302 |
testProcessInjectionTargetFiredForWsEndpoint (javaee-full, jaxws) | 1 | 1566567947935 | 37 |
org.jboss.cdi.tck.tests.extensions.interceptionFactory.InterceptionFactoryTest | interceptionFactoryBeanIsAvailable | 1 | 1566567949378 | 500 |
producedInstanceIsIntercepted | 1 | 1566567949879 | 16 |
producedWithFinalMethodIsIntercepted | 1 | 1566567949895 | 11 |
org.jboss.cdi.tck.tests.extensions.interceptionFactory.broken.BrokenInterceptedInstanceTest | illegalExceptionIsThrownForSubsequentCall | 1 | 1566567951375 | 403 |
unproxyableExceptionIsThrown | 1 | 1566567951779 | 8 |
org.jboss.cdi.tck.tests.extensions.interceptionFactory.broken.InvalidInterceptionFactoryInjectionPointTest | noopTest | 1 | 1566567952365 | 1 |
org.jboss.cdi.tck.tests.extensions.interceptionFactory.customBean.CustomBeanWithInterceptorTest | customBeanIntercepted | 1 | 1566567953683 | 354 |
org.jboss.cdi.tck.tests.extensions.interceptors.InterceptorExtensionTest | testInterceptorAddedByAnnotatedType (integration) | 1 | 1566567955519 | 757 |
testInterceptorAddedByClass (integration) | 1 | 1566567956277 | 8 |
testLifecycleInterceptor (integration) | 1 | 1566567956286 | 9 |
org.jboss.cdi.tck.tests.extensions.interceptors.annotation.InterceptorAnnotationExtensionTest | testInterceptorAddedByExtension | 1 | 1566567957567 | 419 |
org.jboss.cdi.tck.tests.extensions.interceptors.custom.CustomInterceptorInvocationTest | testCustomInterceptorInvocation | 1 | 1566567959236 | 1047 |
org.jboss.cdi.tck.tests.extensions.interceptors.custom.CustomInterceptorRegistrationTest | testCustomInterceptorRegistration | 1 | 1566567961508 | 312 |
org.jboss.cdi.tck.tests.extensions.lifecycle.atd.AfterTypeDiscoveryTest | testAddAnnotatedType | 1 | 1566567963013 | 328 |
testAddAnnotatedTypeWithConfigurator | 1 | 1566567963342 | 11 |
testFinalAlternatives | 1 | 1566567963353 | 20 |
testFinalDecorators | 1 | 1566567963374 | 10 |
testFinalInterceptors | 1 | 1566567963384 | 9 |
testInitialAlternatives | 1 | 1566567963394 | 8 |
testInitialDecorators | 1 | 1566567963403 | 62 |
testInitialInterceptors | 1 | 1566567963466 | 9 |
testProcessProducerEventFiredForProducerField | 1 | 1566567963475 | 8 |
testProcessProducerEventFiredForProducerMethod | 1 | 1566567963484 | 7 |
org.jboss.cdi.tck.tests.extensions.lifecycle.atd.broken.ThrowExceptionTest | testDeployment | 1 | 1566567963870 | 0 |
org.jboss.cdi.tck.tests.extensions.lifecycle.bbd.BeforeBeanDiscoveryTest | testAddAnnotatedType | 1 | 1566567965108 | 356 |
testAddAnnotatedTypeWithConfigurator | 1 | 1566567965465 | 10 |
testAddingQualifierByAnnotatedType | 1 | 1566567965476 | 9 |
testAddingQualifierByClass | 1 | 1566567965486 | 8 |
testAddingScopeType | 1 | 1566567965494 | 8 |
testBeforeBeanDiscoveryEventIsCalled | 1 | 1566567965503 | 8 |
org.jboss.cdi.tck.tests.extensions.lifecycle.bbd.DeploymentTest | testDeployedManagerEvent | 1 | 1566567966912 | 299 |
testOnlyEnabledBeansDeployed | 1 | 1566567967212 | 8 |
org.jboss.cdi.tck.tests.extensions.lifecycle.bbd.broken.exception.BeforeBeanDiscoveryThrowsExceptionTest | testThrowsException | 1 | 1566567967619 | 0 |
org.jboss.cdi.tck.tests.extensions.lifecycle.bbd.broken.normalScope.AddingNormalScopeTest | testAddingScopeType | 1 | 1566567967975 | 0 |
org.jboss.cdi.tck.tests.extensions.lifecycle.bbd.broken.passivatingScope.AddingPassivatingScopeTest | testAddingScopeType | 1 | 1566567968210 | 1 |
org.jboss.cdi.tck.tests.extensions.lifecycle.broken.addDeploymentProblem.AddDeploymentProblemTest | testObserverDeploymentProblemTreatedAsDeploymentError | 1 | 1566567968510 | 0 |
org.jboss.cdi.tck.tests.extensions.lifecycle.broken.exception.discovery.AfterBeanDiscoveryObserverExecutionFailureTest | testObserverFailureTreatedAsDefinitionError | 1 | 1566567968879 | 0 |
org.jboss.cdi.tck.tests.extensions.lifecycle.broken.observerMethod.ObserverMethodWithoutNotifyMethodTest | unableToProcessObserverMethodConfigurator | 1 | 1566567969270 | 0 |
org.jboss.cdi.tck.tests.extensions.lifecycle.events.ContainerLifeCycleEventRuntimeInvocationTest | testAfterBeanDiscoveryEventFails (integration) | 1 | 1566567970670 | 392 |
testAfterDeploymentValidationEventFails (integration) | 1 | 1566567971063 | 10 |
testAfterTypeDiscoveryEventFails (integration) | 1 | 1566567971074 | 12 |
testBeforeBeanDiscoveryEventFails (integration) | 1 | 1566567971087 | 12 |
testProcessAnnotatedTypeEventFails (integration) | 1 | 1566567971100 | 72 |
testProcessBeanAttributesEventFails (integration) | 1 | 1566567971173 | 10 |
testProcessBeanEventFails (integration) | 1 | 1566567971184 | 10 |
testProcessInjectionPointEventFails (integration) | 1 | 1566567971195 | 72 |
testProcessInjectionTargetEventFails (integration) | 1 | 1566567971268 | 9 |
testProcessManagedBeanEventFails (integration) | 1 | 1566567971278 | 10 |
testProcessObserverMethodEventFails (integration) | 1 | 1566567971288 | 10 |
testProcessProducer (integration) | 1 | 1566567971299 | 66 |
testProcessProducerFieldEventFails (integration) | 1 | 1566567971366 | 9 |
testProcessProducerMethodEventFails (integration) | 1 | 1566567971376 | 9 |
testProcessSessionBeanEventFails (integration) | 1 | 1566567971385 | 9 |
testProcessSyntheticAnnotatedTypeEventFails (integration) | 1 | 1566567971394 | 78 |
org.jboss.cdi.tck.tests.extensions.lifecycle.processBeanAttributes.VerifyValuesTest | testDecoratorBeanAttributes | 1 | 1566567972612 | 561 |
testInterceptorBeanAttributes | 1 | 1566567973174 | 10 |
testManagedBeanAnnotated | 1 | 1566567973185 | 10 |
testManagedBeanAttributes | 1 | 1566567973196 | 10 |
testProducerFieldAnnotated | 1 | 1566567973207 | 9 |
testProducerFieldBeanAttributes | 1 | 1566567973217 | 50 |
testProducerMethodAnnotated | 1 | 1566567973267 | 9 |
testProducerMethodBeanAttributes | 1 | 1566567973276 | 9 |
testSessionBeanAnnotated | 1 | 1566567973286 | 7 |
testSessionBeanAttributes | 1 | 1566567973294 | 8 |
org.jboss.cdi.tck.tests.extensions.lifecycle.processBeanAttributes.broken.AddDefinitionErrorTest | testDeployment | 1 | 1566567973619 | 0 |
org.jboss.cdi.tck.tests.extensions.lifecycle.processBeanAttributes.broken.ThrowExceptionTest | testDeployment | 1 | 1566568045503 | 0 |
org.jboss.cdi.tck.tests.extensions.lifecycle.processBeanAttributes.broken.invalid.InvalidQualifierTest | test | 1 | 1566568046089 | 0 |
org.jboss.cdi.tck.tests.extensions.lifecycle.processBeanAttributes.broken.invalid.InvalidScopeTest | test | 1 | 1566568046587 | 1 |
org.jboss.cdi.tck.tests.extensions.lifecycle.processBeanAttributes.broken.invalid.InvalidStereotypeTest | test | 1 | 1566568047170 | 0 |
org.jboss.cdi.tck.tests.extensions.lifecycle.processBeanAttributes.broken.invalid.InvalidTypesTest | test | 1 | 1566568047666 | 0 |
org.jboss.cdi.tck.tests.extensions.lifecycle.processBeanAttributes.broken.passivation.PassivationCapabilityErrorTest | test | 1 | 1566568048371 | 1 |
org.jboss.cdi.tck.tests.extensions.lifecycle.processBeanAttributes.broken.passivation.PassivationCapableDependencyErrorTest | test | 1 | 1566568048786 | 0 |
org.jboss.cdi.tck.tests.extensions.lifecycle.processBeanAttributes.builtin.ProcessBeanAttributesNotFiredForBuiltinBean | testProcessBeanAttributesNotFired | 1 | 1566568050677 | 803 |
org.jboss.cdi.tck.tests.extensions.lifecycle.processBeanAttributes.decorator.DecoratorProcessBeanAttributesTest | testAlphaDecoratorObserved | 1 | 1566568053409 | 498 |
testBravoDecoratorObserved | 1 | 1566568053908 | 10 |
org.jboss.cdi.tck.tests.extensions.lifecycle.processBeanAttributes.ignoreFinalMethods.IgnoreFinalMethodsTest | testAppDeployedAndBeanIsAvailable | 1 | 1566568055378 | 438 |
org.jboss.cdi.tck.tests.extensions.lifecycle.processBeanAttributes.modify.SetBeanAttributesTest | testBeanModified | 1 | 1566568057300 | 471 |
testChangesAreNotPropagated | 1 | 1566568057772 | 11 |
org.jboss.cdi.tck.tests.extensions.lifecycle.processBeanAttributes.modify.broken.SetBeanAttributesTest | testBeanDefinitionIsValidated | 1 | 1566568058199 | 1 |
org.jboss.cdi.tck.tests.extensions.lifecycle.processBeanAttributes.specialization.SpecializationTest | testProcessBeanAttributesFiredProperlyForSpecializedBean | 1 | 1566568059976 | 340 |
org.jboss.cdi.tck.tests.extensions.lifecycle.processBeanAttributes.specialization.VetoTest | testSpecializedBeanAvailableAfterSpecializingBeanVetoed | 1 | 1566568061710 | 472 |
org.jboss.cdi.tck.tests.extensions.lifecycle.processBeanAttributes.specialization.broken.TypeConflictDetectionTest | testDeployment | 1 | 1566568062682 | 0 |
org.jboss.cdi.tck.tests.extensions.lifecycle.processBeanAttributes.synthetic.ProcessBeanAttributesNotFiredForSyntheticBeanTest | testProcessBeanAttributesNotFired | 1 | 1566568064219 | 495 |
org.jboss.cdi.tck.tests.extensions.lifecycle.processBeanAttributes.veto.VetoTest | testBeanVetoed | 1 | 1566568065980 | 393 |
org.jboss.cdi.tck.tests.extensions.lifecycle.processInjectionPoint.ProcessInjectionPointFiredTest | testConstructorInjectionPoint | 1 | 1566568068809 | 493 |
testDisposerMethodInjectionPoint | 1 | 1566568069303 | 9 |
testFieldInjectionPoint | 1 | 1566568069313 | 51 |
testInitializerInjectionPoint | 1 | 1566568069365 | 9 |
testJavaEEComponentInjectionPoint (integration) | 1 | 1566568069375 | 9 |
testObserverMethodInjectionPoint | 1 | 1566568069385 | 9 |
testProducerMethodInjectionPoint1 | 1 | 1566568069395 | 8 |
testProducerMethodInjectionPoint2 | 1 | 1566568069404 | 62 |
org.jboss.cdi.tck.tests.extensions.lifecycle.processInjectionPoint.broken.AddDefinitionErrorTest | testDeployment | 1 | 1566568069820 | 44 |
org.jboss.cdi.tck.tests.extensions.lifecycle.processInjectionPoint.broken.ThrowExceptionTest | testDeployment | 1 | 1566568070107 | 1 |
org.jboss.cdi.tck.tests.extensions.lifecycle.processInjectionPoint.modify.InjectionPointOverridingTest | testDelegateInjectionPoint | 1 | 1566568071311 | 407 |
testNewInjectionPointDiscovered | 1 | 1566568071719 | 17 |
testOverridingFieldInjectionPoint | 1 | 1566568071737 | 34 |
org.jboss.cdi.tck.tests.extensions.lifecycle.processInjectionTarget.ContainerEventTest | testProcessInjectionTargetEventFiredForFilter (integration) | 1 | 1566568075394 | 479 |
testProcessInjectionTargetEventFiredForJsfManagedBean (integration) | 1 | 1566568075873 | 13 |
testProcessInjectionTargetEventFiredForServlet (integration) | 1 | 1566568075886 | 9 |
testProcessInjectionTargetEventFiredForServletListener (integration) | 1 | 1566568075896 | 9 |
testProcessInjectionTargetEventFiredForTagHandler (integration) | 1 | 1566568075906 | 63 |
testProcessInjectionTargetEventFiredForTagLibraryListener (integration) | 1 | 1566568075969 | 9 |
testTypeOfProcessInjectionTargetParameter (integration) | 1 | 1566568075978 | 9 |
org.jboss.cdi.tck.tests.extensions.lifecycle.processInjectionTarget.WrappedInjectionTargetTest | testWrappedInjectionTargetIsUsedForFilter (javaee-full, integration) | 1 | 1566568076796 | 97 |
testWrappedInjectionTargetUsedForEjbInterceptor (javaee-full, integration) | 1 | 1566568076893 | 5 |
testWrappedInjectionTargetUsedForServlet (javaee-full, integration) | 1 | 1566568076898 | 4 |
testWrappedInjectionTargetUsedForServletListener (javaee-full, integration) | 1 | 1566568076903 | 3 |
testWrappedInjectionTargetUsedForSessionBean (javaee-full, integration) | 1 | 1566568076907 | 4 |
testWrappedInjectionTargetUsedForTagHandler (javaee-full, integration) | 1 | 1566568076912 | 957 |
testWrappedInjectionTargetUsedForTagLibraryListener (javaee-full, integration) | 1 | 1566568077869 | 4 |
testWrappedInjectionTargetUsedForWsEndpoint (javaee-full, integration) | 1 | 1566568077874 | 61 |
org.jboss.cdi.tck.tests.extensions.observer.ProcessObserverMethodEventTest | replaceWithSetObserverMethod | 1 | 1566568079400 | 579 |
testGetAnnotatedMethod | 1 | 1566568079980 | 9 |
testGetObserverMethod | 1 | 1566568079990 | 10 |
testProcessObserverMethodEventsSent | 1 | 1566568080001 | 9 |
vetoEventD | 1 | 1566568080011 | 60 |
org.jboss.cdi.tck.tests.extensions.observer.broken.definitionError.ProcessObserverMethodErrorTest | testAddDefinitionError | 1 | 1566568080499 | 1 |
org.jboss.cdi.tck.tests.extensions.observer.broken.exception.ProcessObserverMethodExceptionTest | testExceptionIsDefinitionError | 1 | 1566568080891 | 0 |
org.jboss.cdi.tck.tests.extensions.observer.priority.ExtensionObserverOrderingTest | testEventOrdering | 1 | 1566568082139 | 377 |
org.jboss.cdi.tck.tests.extensions.processBean.ProcessBeanTest | testProcessBeanEvent | 1 | 1566568083964 | 542 |
testProcessBeanFiredForDecorator | 1 | 1566568084507 | 9 |
testProcessBeanFiredForInterceptor | 1 | 1566568084516 | 55 |
testProcessProducerFieldEvent | 1 | 1566568084572 | 9 |
testProcessProducerMethodEvent | 1 | 1566568084582 | 8 |
org.jboss.cdi.tck.tests.extensions.processBean.ProcessSessionBeanTest | testProcessSessionBeanEvent (integration) | 1 | 1566568085885 | 486 |
org.jboss.cdi.tck.tests.extensions.producer.ProducerTest | testDisposeDoesNothing | 1 | 1566568087643 | 484 |
testGetAnnotatedTypeOnProcessInjectionTarget | 1 | 1566568088127 | 11 |
testGetInjectionPointsForConstructorAndInitializer | 1 | 1566568088139 | 33 |
testGetInjectionPointsForFields | 1 | 1566568088173 | 11 |
testInjectionPointsForProducerMethod | 1 | 1566568088185 | 11 |
testInjectionTargetInject | 1 | 1566568088197 | 10 |
testInjectionTargetPostConstruct | 1 | 1566568088208 | 63 |
testInjectionTargetPreDestroy | 1 | 1566568088272 | 10 |
testInterceptorAndDecoratorStackBuilt | 1 | 1566568088283 | 15 |
testProduceAccessesProducerField | 1 | 1566568088299 | 9 |
testProduceAndInjectCallsInitializerAndConstructor | 1 | 1566568088308 | 59 |
testProduceCallsProducerMethod | 1 | 1566568088368 | 8 |
testProducerForMethodDisposesProduct | 1 | 1566568088377 | 9 |
testSetProducerOverridesProducer | 1 | 1566568088386 | 9 |
testSettingInjectionTargetReplacesIt | 1 | 1566568088396 | 8 |
org.jboss.cdi.tck.tests.extensions.producer.broken.injectionTargetError.InjectionTargetDefinitionErrorTest | testAddingDefinitionError | 1 | 1566568088793 | 0 |
org.jboss.cdi.tck.tests.extensions.producer.broken.processing.ProducerProcessingWithDefinitionErrorTest | testExplicitDefinitionError | 1 | 1566568089084 | 1 |
org.jboss.cdi.tck.tests.extensions.producer.remote.RemoteProducerTest | testProduceCallsOverridenResourceProducerMethod (javaee-full) | 1 | 1566568092422 | 484 |
testResourceAreConsideredToBeProducerField (javaee-full) | 1 | 1566568092907 | 63 |
org.jboss.cdi.tck.tests.extensions.registration.BeanRegistrationByExtensionInEarLibraryTest | shouldFindBeanReference (javaee-full, integration) | 1 | 1566568094980 | 410 |
shouldRegisterExtensions (javaee-full, integration) | 1 | 1566568095391 | 8 |
org.jboss.cdi.tck.tests.extensions.registration.BeanRegistrationByExtensionInNonBeanArchiveTest | shouldFindBeanReference (integration) | 1 | 1566568096900 | 474 |
org.jboss.cdi.tck.tests.extensions.registration.BeanRegistrationByExtensionInWarLibraryTest | shouldFindBeanReference (integration) | 1 | 1566568098597 | 491 |
org.jboss.cdi.tck.tests.extensions.registration.TwoBeansOneClassTest | testTwoBeansWithOneBaseClass (integration) | 1 | 1566568100415 | 355 |
org.jboss.cdi.tck.tests.extensions.registration.VisibilityOfBeanRegisteredByExtensionFromNonBeanLibraryTest | shouldFindBeanReference (integration) | 1 | 1566568102317 | 1563 |
org.jboss.cdi.tck.tests.implementation.builtin.BuiltInBeansTest | testPrincipalBean (javaee-full, rewrite) | 1 | 1566568105182 | 393 |
testUserTransactionBean (javaee-full) | 1 | 1566568105575 | 13 |
org.jboss.cdi.tck.tests.implementation.builtin.broken.transaction.UserTransactionInvalidInjectionTest | testUserTransactionInjection (integration) | 1 | 1566568106016 | 1 |
org.jboss.cdi.tck.tests.implementation.builtin.metadata.BuiltinMetadataBeanTest | testBeanMetadata | 1 | 1566568180106 | 791 |
testDecoratorMetadata | 1 | 1566568180897 | 67 |
testInterceptorMetadata | 1 | 1566568180965 | 14 |
testProducerMethodMetadata | 1 | 1566568180980 | 11 |
org.jboss.cdi.tck.tests.implementation.builtin.metadata.broken.injection.intercepted.InterceptedBeanFieldInjectionTest | testDeploymentFails | 1 | 1566568181685 | 1 |
org.jboss.cdi.tck.tests.implementation.builtin.metadata.broken.injection.intercepted.InterceptedBeanInitializerInjectionTest | testDeploymentFails | 1 | 1566568182173 | 1 |
org.jboss.cdi.tck.tests.implementation.builtin.metadata.broken.typeparam.BeanTypeParamConstructorTest | testDeploymentFails | 1 | 1566568182697 | 0 |
org.jboss.cdi.tck.tests.implementation.builtin.metadata.broken.typeparam.BeanTypeParamDisposerTest | testDeploymentFails | 1 | 1566568183098 | 0 |
org.jboss.cdi.tck.tests.implementation.builtin.metadata.broken.typeparam.decorator.DecoratorTypeParamConstructorTest | testDeploymentFails | 1 | 1566568183574 | 1 |
org.jboss.cdi.tck.tests.implementation.builtin.metadata.broken.typeparam.decorator.DecoratorTypeParamFieldTest | testDeploymentFails | 1 | 1566568183995 | 0 |
org.jboss.cdi.tck.tests.implementation.builtin.metadata.broken.typeparam.decorator.DecoratorTypeParamInitializerTest | testDeploymentFails | 1 | 1566568184399 | 1 |
org.jboss.cdi.tck.tests.implementation.builtin.metadata.broken.typeparam.decorator.DecoratoredBeanTypeParamConstructorTest | testDeploymentFails | 1 | 1566568184815 | 1 |
org.jboss.cdi.tck.tests.implementation.builtin.metadata.broken.typeparam.decorator.DecoratoredBeanTypeParamInitializerTest | testDeploymentFails | 1 | 1566568185304 | 1 |
org.jboss.cdi.tck.tests.implementation.builtin.metadata.broken.typeparam.interceptor.InterceptedBeanTypeParamConstructorTest | testDeploymentFails | 1 | 1566568185705 | 0 |
org.jboss.cdi.tck.tests.implementation.builtin.metadata.broken.typeparam.interceptor.InterceptedBeanTypeParamFieldTest | testDeploymentFails | 1 | 1566568186114 | 1 |
org.jboss.cdi.tck.tests.implementation.builtin.metadata.broken.typeparam.interceptor.InterceptedBeanTypeParamInitializerTest | testDeploymentFails | 1 | 1566568186572 | 1 |
org.jboss.cdi.tck.tests.implementation.builtin.metadata.broken.typeparam.interceptor.InterceptorTypeParamConstructorTest | testDeploymentFails | 1 | 1566568186967 | 1 |
org.jboss.cdi.tck.tests.implementation.builtin.metadata.broken.typeparam.interceptor.InterceptorTypeParamInitializerTest | testDeploymentFails | 1 | 1566568187375 | 1 |
org.jboss.cdi.tck.tests.implementation.builtin.metadata.ee.BuiltinMetadataEEBeanTest | interceptedBeanForEEComponentIsNullInInterceptor (javaee-full) | 1 | 1566568188019 | 11 |
org.jboss.cdi.tck.tests.implementation.builtin.metadata.session.BuiltinMetadataSessionBeanTest | testDecoratorMetadata (javaee-full) | 1 | 1566568189741 | 464 |
testInterceptorMetadata (javaee-full) | 1 | 1566568190205 | 64 |
org.jboss.cdi.tck.tests.implementation.builtin.servlet.ServletContainerBuiltinBeanTest | testBuiltinBeansAvailableForInjection (integration) | 1 | 1566568191801 | 486 |
testBuiltinBeansFromClient (integration) | 1 | 1566568192288 | 14 |
org.jboss.cdi.tck.tests.implementation.disposal.method.definition.DisposalMethodDefinitionTest | testBindingTypesAppliedToDisposalMethodParameters | 1 | 1566568193680 | 417 |
testDisposalMethodCalledForProducerField | 1 | 1566568194098 | 10 |
testDisposalMethodForMultipleProducerMethods | 1 | 1566568194109 | 56 |
testDisposalMethodOnNonBean | 1 | 1566568194166 | 9 |
testDisposalMethodParametersGetInjected | 1 | 1566568194176 | 8 |
org.jboss.cdi.tck.tests.implementation.disposal.method.definition.broken.decorator.DisposerMethodOnDecoratorTest | testDisposerMethodNotAllowedOnDecorator | 1 | 1566568194594 | 1 |
org.jboss.cdi.tck.tests.implementation.disposal.method.definition.broken.enterprise.methodOnSessionBean.DisposalMethodOnSessionBeanTest | testDisposalMethodNotBusinessOrStatic (integration) | 1 | 1566568194877 | 0 |
org.jboss.cdi.tck.tests.implementation.disposal.method.definition.broken.enterprise.remoteMethod.RemoteBusinessDisposalMethodTest | disposalMethodOnSessionBeanCannotBeRemoteBusinessMethod (javaee-full, integration) | 1 | 1566568197296 | 0 |
org.jboss.cdi.tck.tests.implementation.disposal.method.definition.broken.interceptor.DisposerMethodOnInterceptorTest | testDisposerMethodNotAllowedOnInterceptor | 1 | 1566568197707 | 0 |
org.jboss.cdi.tck.tests.implementation.disposal.method.definition.broken.multiple.MultipleDisposerMethodsForProducerMethodTest | testMultipleDisposerMethodsForProducerMethodNotAllowed | 1 | 1566568198075 | 1 |
org.jboss.cdi.tck.tests.implementation.disposal.method.definition.broken.observes.ObserverParameterUnallowedDefinitionTest | testObserverParameterUnallowed | 1 | 1566568198382 | 0 |
org.jboss.cdi.tck.tests.implementation.disposal.method.definition.broken.observes.async.DisposerMethodWithAsyncObservesTest | testObserverParameterUnallowed | 1 | 1566568198717 | 1 |
org.jboss.cdi.tck.tests.implementation.disposal.method.definition.broken.producesUnallowed.ProducesUnallowedDefinitionTest | testProducesUnallowed | 1 | 1566568199013 | 1 |
org.jboss.cdi.tck.tests.implementation.disposal.method.definition.broken.unresolvedMethod.UnresolvedDisposalMethodDefinitionTest | testUnresolvedDisposalMethod | 1 | 1566568199382 | 0 |
org.jboss.cdi.tck.tests.implementation.disposal.method.definition.broken.validation.ambiguous.DisposerMethodParameterInjectionValidationTest | test | 1 | 1566568199766 | 0 |
org.jboss.cdi.tck.tests.implementation.disposal.method.definition.broken.validation.unsatisfied.DisposerMethodParameterInjectionValidationTest | test | 1 | 1566568200097 | 0 |
org.jboss.cdi.tck.tests.implementation.disposal.method.definition.inheritance.DisposerMethodInheritanceTest | testManagedBeanDisposerMethodNotInherited | 1 | 1566568201800 | 495 |
testSessionBeanDisposerMethodNotInherited (integration) | 1 | 1566568202296 | 15 |
org.jboss.cdi.tck.tests.implementation.disposal.method.definition.invocation.DisposesMethodCalledOnceTest | testDisposerCalledOnce1 | 1 | 1566568204069 | 354 |
testDisposerCalledOnce2 | 1 | 1566568204424 | 10 |
testDisposerCalledOnce3 | 1 | 1566568204435 | 33 |
testDisposerCalledOnce4 | 1 | 1566568204469 | 13 |
testDisposerCalledOnce5 | 1 | 1566568204483 | 9 |
testDisposerCalledOnce6 | 1 | 1566568204493 | 74 |
org.jboss.cdi.tck.tests.implementation.disposal.method.definition.parameters.DisposedParameterPositionTest | testDisposedParameterPosition | 1 | 1566568205988 | 378 |
org.jboss.cdi.tck.tests.implementation.enterprise.broken.genericStateless.GenericStatelessSessionBeanTest | testRequestScopedGenericStatelessSessionBean (integration) | 1 | 1566568206700 | 1 |
org.jboss.cdi.tck.tests.implementation.enterprise.broken.singletonWithSessionScope.SingletonWithSessionScopeTest | testSingletonWithSessionScopeFails (integration) | 1 | 1566568206993 | 1 |
org.jboss.cdi.tck.tests.implementation.enterprise.broken.statelessDecorator.DecoratorAnnotatedStatelessSessionBeanTest | testStatelessSessionBeanNotAllowedToBeDecorator (integration) | 1 | 1566568207365 | 1 |
org.jboss.cdi.tck.tests.implementation.enterprise.broken.statelessInterceptor.InterceptorAnnotatedStatelessSessionBeanTest | testStatelessSessionBeanNotAllowedToBeInterceptor (integration) | 1 | 1566568207770 | 0 |
org.jboss.cdi.tck.tests.implementation.enterprise.broken.statelessWithApplicationScope.StatelessWithApplicationScopeTest | testStatelessWithSessionScopeFails (integration) | 1 | 1566568208064 | 1 |
org.jboss.cdi.tck.tests.implementation.enterprise.broken.statelessWithConversationScope.StatelessWithConversationScopeTest | testStatelessWithConversationScopeFails (integration) | 1 | 1566568208314 | 0 |
org.jboss.cdi.tck.tests.implementation.enterprise.broken.statelessWithRequestScope.StatelessWithRequestScopeTest | testStatelessWithRequestScopeFails (integration) | 1 | 1566568208611 | 0 |
org.jboss.cdi.tck.tests.implementation.enterprise.definition.EnterpriseBeanDefinitionTest | testBeanTypesAreLocalInterfacesWithoutWildcardTypesOrTypeVariablesWithSuperInterfaces (integration) | 1 | 1566568282978 | 803 |
testBeanWithNamedAnnotation (integration) | 1 | 1566568283782 | 14 |
testBeanWithQualifiers (integration) | 1 | 1566568283797 | 11 |
testBeanWithScopeAnnotation (integration) | 1 | 1566568283809 | 64 |
testBeanWithStereotype (integration) | 1 | 1566568283874 | 10 |
testConstructorAnnotatedInjectCalled (integration) | 1 | 1566568283884 | 83 |
testConstructorWithNoParamsUsed (integration) | 1 | 1566568283968 | 17 |
testDefaultName (integration) | 1 | 1566568283985 | 11 |
testEnterpriseBeanClassLocalView (integration) | 1 | 1566568283997 | 10 |
testObjectIsInAPITypes (integration) | 1 | 1566568284008 | 60 |
testSingletonWithApplicationScopeOK (integration) | 1 | 1566568284069 | 9 |
testSingletonWithDependentScopeOK (integration) | 1 | 1566568284079 | 9 |
testStatelessMustBeDependentScoped (integration) | 1 | 1566568284089 | 9 |
org.jboss.cdi.tck.tests.implementation.enterprise.definition.EnterpriseBeanViaXmlTest | testEjbDeclaredInXmlNotSimpleBean (javaee-full) | 1 | 1566568286500 | 495 |
org.jboss.cdi.tck.tests.implementation.enterprise.definition.remote.RemoteInterfaceNotInAPITypesTest | testRemoteInterfacesAreNotInAPITypes (javaee-full) | 1 | 1566568290311 | 461 |
org.jboss.cdi.tck.tests.implementation.enterprise.lifecycle.EnterpriseBeanLifecycleTest | testCreateSFSB (integration) | 1 | 1566568293208 | 415 |
testCreateSLSB (integration) | 1 | 1566568293623 | 53 |
testDependentObjectsDestroyed (integration) | 1 | 1566568293677 | 12 |
testDestroyRemovesSFSB (integration) | 1 | 1566568293690 | 11 |
testDirectSubClassInheritsPostConstructOnSuperclass (integration) | 1 | 1566568293702 | 64 |
testIndirectSubClassInheritsPostConstructOnSuperclass (integration) | 1 | 1566568293766 | 10 |
testIndirectSubClassInheritsPreDestroyOnSuperclass (integration) | 1 | 1566568293777 | 10 |
testInitializerMethodsCalledWithCurrentParameterValues (integration) | 1 | 1566568293787 | 10 |
testRemovedEjbIgnored (integration) | 1 | 1566568293798 | 73 |
testSerializeSFSB (integration) | 1 | 1566568293871 | 9 |
testSubClassInheritsPreDestroyOnSuperclass (integration) | 1 | 1566568293881 | 8 |
org.jboss.cdi.tck.tests.implementation.enterprise.newBean.NewEnterpriseBeanICTest | testNewBeanHasNoDisposalMethods (integration) | 1 | 1566568295609 | 302 |
testNewBeanHasNoProducerMethods (integration) | 1 | 1566568295912 | 11 |
testNewBeanHasSameConstructor (integration) | 1 | 1566568295924 | 41 |
testNewBeanHasSameInitializers (integration) | 1 | 1566568295966 | 19 |
org.jboss.cdi.tck.tests.implementation.enterprise.newBean.NewEnterpriseBeanTest | testForEachEnterpriseBeanANewBeanExists (integration) | 1 | 1566568298004 | 396 |
testNewBeanCreatedForConstructorInjectionPoint (integration) | 1 | 1566568298401 | 18 |
testNewBeanCreatedForDisposerMethod (integration) | 1 | 1566568298420 | 58 |
testNewBeanCreatedForFieldInjectionPoint (integration) | 1 | 1566568298479 | 11 |
testNewBeanCreatedForInitializerInjectionPoint (integration) | 1 | 1566568298491 | 10 |
testNewBeanCreatedForObserverMethod (integration) | 1 | 1566568298502 | 65 |
testNewBeanCreatedForProducerMethod (integration) | 1 | 1566568298568 | 10 |
testNewBeanHasNoBeanELName (integration) | 1 | 1566568298579 | 10 |
testNewBeanHasNoObservers (integration) | 1 | 1566568298590 | 9 |
testNewBeanHasNoStereotypes (integration) | 1 | 1566568298600 | 65 |
testNewBeanHasOnlyOneQualifier (integration) | 1 | 1566568298666 | 9 |
testNewBeanHasSameInjectedFields (integration) | 1 | 1566568298676 | 9 |
testNewBeanHasTheSameInterceptorBindings (integration) | 1 | 1566568298686 | 16 |
testNewBeanIsDependentScoped (integration) | 1 | 1566568298703 | 9 |
org.jboss.cdi.tck.tests.implementation.enterprise.remove.EnterpriseBeanRemoveMethodTest | testApplicationCannotCallRemoveMethodOnNonDependentScopedSessionEnterpriseBean (integration) | 1 | 1566568300394 | 310 |
testApplicationMayCallAnyRemoveMethodOnDependentScopedSessionEnterpriseBeans (integration) | 1 | 1566568300704 | 12 |
testApplicationMayCallRemoveMethodOnDependentScopedSessionEnterpriseBeansButNoParametersArePassed (integration) | 1 | 1566568300717 | 50 |
org.jboss.cdi.tck.tests.implementation.initializer.EjbInitializerMethodTest | testInitializerMethodNotABusinessMethod (integration) | 1 | 1566568302120 | 331 |
org.jboss.cdi.tck.tests.implementation.initializer.InitializerMethodTest | testBindingTypeOnInitializerParameter | 1 | 1566568303865 | 281 |
testMultipleInitializerMethodsAreCalled | 1 | 1566568304146 | 19 |
org.jboss.cdi.tck.tests.implementation.initializer.broken.methodAnnotatedProduces.InitializerMethodAnnotatedProducesTest | testInitializerMethodAnnotatedProduces | 1 | 1566568304504 | 0 |
org.jboss.cdi.tck.tests.implementation.initializer.broken.parameterAnnotatedAsyncObserves.ParameterAnnotatedAsyncObservesTest | testInitializerMethodHasParameterAnnotatedAsyncObserves | 1 | 1566568304796 | 0 |
org.jboss.cdi.tck.tests.implementation.initializer.broken.parameterAnnotatedDisposes.ParameterAnnotatedDisposesTest | testInitializerMethodHasParameterAnnotatedDisposes | 1 | 1566568305081 | 0 |
org.jboss.cdi.tck.tests.implementation.initializer.broken.parameterAnnotatedObserves.ParameterAnnotatedObservesTest | testInitializerMethodHasParameterAnnotatedObserves | 1 | 1566568305383 | 0 |
org.jboss.cdi.tck.tests.implementation.producer.field.definition.ProducerFieldDefinitionTest | testApiTypeForArrayTypeReturn | 1 | 1566568306629 | 286 |
testApiTypeForClassReturn | 1 | 1566568306916 | 10 |
testApiTypeForInterfaceReturn | 1 | 1566568306927 | 41 |
testApiTypeForPrimitiveReturn | 1 | 1566568306968 | 10 |
testBeanDeclaresMultipleProducerFields | 1 | 1566568306979 | 11 |
testBindingType | 1 | 1566568306991 | 12 |
testDefaultBindingType | 1 | 1566568307004 | 61 |
testDefaultNamed | 1 | 1566568307066 | 17 |
testDefaultNamedByStereotype | 1 | 1566568307084 | 9 |
testNamedField | 1 | 1566568307094 | 8 |
testNonStaticProducerFieldNotIndirectlyInherited | 1 | 1566568307102 | 65 |
testNonStaticProducerFieldNotInherited | 1 | 1566568307168 | 7 |
testParameterizedReturnType | 1 | 1566568307176 | 8 |
testProducerFieldWithTypeVariable | 1 | 1566568307185 | 7 |
testScopeType | 1 | 1566568307193 | 7 |
testStereotype | 1 | 1566568307264 | 12 |
org.jboss.cdi.tck.tests.implementation.producer.field.definition.broken.array.ProducerFieldArrayTypeVariableTest | testBeanTypes | 1 | 1566568307775 | 0 |
org.jboss.cdi.tck.tests.implementation.producer.field.definition.broken.decorator.ProducerFieldOnDecoratorTest | testProducerFieldNotAllowedOnDecorator | 1 | 1566568308181 | 0 |
org.jboss.cdi.tck.tests.implementation.producer.field.definition.broken.enterprise.nonstatic.NonStaticFieldOfSessionBeanTest | testNonStaticFieldOfSessionBeanCannotBeProducerField (integration) | 1 | 1566568308480 | 0 |
org.jboss.cdi.tck.tests.implementation.producer.field.definition.broken.inject.InjectAnnotatedProducerFieldTest | testInjectAnnotatedProducerFieldNotAllowed | 1 | 1566568308772 | 0 |
org.jboss.cdi.tck.tests.implementation.producer.field.definition.broken.typeVariable.ProducerFieldWithTypeVariableTest | testProducerFieldWithTypeOfTypeVariableNotAllowed | 1 | 1566568309102 | 1 |
org.jboss.cdi.tck.tests.implementation.producer.field.definition.broken.typeVariable2.RequestScopedProducerFieldWithTypeVariableTest | testRequestScopedProducerFieldParameterizedWithTypeVariableNotAllowed | 1 | 1566568309412 | 0 |
org.jboss.cdi.tck.tests.implementation.producer.field.definition.broken.wildcard.ProducerFieldTypeWithWildcardTest | testProducerFieldTypeWithWildcard | 1 | 1566568309782 | 0 |
org.jboss.cdi.tck.tests.implementation.producer.field.definition.enterprise.EnterpriseProducerFieldDefinitionTest | testStaticProducerField (integration) | 1 | 1566568310965 | 326 |
org.jboss.cdi.tck.tests.implementation.producer.field.lifecycle.ProducerFieldLifecycleTest | testProducerFieldBeanCreate | 1 | 1566568312619 | 491 |
testProducerFieldBeanDestroy | 1 | 1566568313110 | 57 |
testProducerFieldForNullValueNotDependent | 1 | 1566568313168 | 15 |
testProducerFieldFromSpecializingBeanUsed | 1 | 1566568313183 | 9 |
testProducerFieldNotAnotherBean | 1 | 1566568313193 | 74 |
testProducerFieldReturnsNullIsDependent | 1 | 1566568313267 | 10 |
testProducerFieldReturnsNullIsNotDependent | 1 | 1566568313278 | 12 |
testProducerStaticFieldBean | 1 | 1566568313291 | 10 |
org.jboss.cdi.tck.tests.implementation.producer.method.broken.array.ProducerMethodArrayTypeVariableTest | testBeanTypes | 1 | 1566568313682 | 0 |
org.jboss.cdi.tck.tests.implementation.producer.method.broken.array.ProducerMethodArrayWildcardTest | testBeanTypes | 1 | 1566568313984 | 1 |
org.jboss.cdi.tck.tests.implementation.producer.method.broken.decorator.ProducerMethodOnDecoratorTest | testProducerMethodNotAllowedOnDecorator | 1 | 1566568314396 | 0 |
org.jboss.cdi.tck.tests.implementation.producer.method.broken.enterprise.nonbusiness.ProducerMethodNotBusinessMethodTest | testProducerMethodOnSessionBeanMustBeBusinessMethod (integration) | 1 | 1566568314703 | 0 |
org.jboss.cdi.tck.tests.implementation.producer.method.broken.enterprise.remoteMethod.RemoteBusinessProducerMethodTest | producerMethodOnSessionBeanCannotBeRemoteBusinessMethod (javaee-full, integration) | 1 | 1566568315102 | 1 |
org.jboss.cdi.tck.tests.implementation.producer.method.broken.interceptor.ProducerMethodOnInterceptorTest | testProducerMethodNotAllowedOnInterceptor | 1 | 1566568315398 | 0 |
org.jboss.cdi.tck.tests.implementation.producer.method.broken.parameterAnnotatedDisposes.ParameterAnnotatedDisposesTest | testProducerMethodWithParameterAnnotatedDisposes | 1 | 1566568315769 | 1 |
org.jboss.cdi.tck.tests.implementation.producer.method.broken.parameterAnnotatedObserves.ParameterAnnotatedObservesTest | testProducerMethodWithParameterAnnotatedObserves | 1 | 1566568315983 | 0 |
org.jboss.cdi.tck.tests.implementation.producer.method.broken.parameterAnnotatedObservesAsync.ParameterAnnotatedAsyncObservesTest | testProducerMethodWithParameterAnnotatedAsyncObserves | 1 | 1566568316272 | 0 |
org.jboss.cdi.tck.tests.implementation.producer.method.broken.parameterizedTypeWithTypeParameter.ParameterizedReturnTypeWithTypeVariableTest | testNonDependentScopedProducerMethodWithParameterizedTypeWithTypeVariable | 1 | 1566568316609 | 0 |
org.jboss.cdi.tck.tests.implementation.producer.method.broken.parameterizedTypeWithWildcard.ParameterizedTypeWithWildcardTest | testParameterizedReturnTypeWithWildcard | 1 | 1566568316973 | 0 |
org.jboss.cdi.tck.tests.implementation.producer.method.broken.parameterizedTypeWithWildcard.ParametrizedTypeWithWildcard02Test | testParameterizedReturnTypeWithDoubleWildcard | 1 | 1566568317276 | 1 |
org.jboss.cdi.tck.tests.implementation.producer.method.broken.typeVariableReturnType.TypeVariableReturnTypeTest | testTypeVariableNotAllowed | 1 | 1566568317503 | 1 |
org.jboss.cdi.tck.tests.implementation.producer.method.definition.ProducerMethodDefinitionTest | testApiTypeForArrayTypeReturn | 1 | 1566568318690 | 397 |
testApiTypeForClassReturn | 1 | 1566568319087 | 16 |
testApiTypeForInterfaceReturn | 1 | 1566568319103 | 11 |
testApiTypeForPrimitiveReturn | 1 | 1566568319114 | 60 |
testBindingType | 1 | 1566568319175 | 9 |
testBindingTypesAppliedToProducerMethodParameters | 1 | 1566568319185 | 10 |
testDefaultBindingType | 1 | 1566568319196 | 11 |
testDefaultNamedMethod | 1 | 1566568319264 | 9 |
testDependentProducerReturnsNullValue | 1 | 1566568319274 | 13 |
testNamedMethod | 1 | 1566568319288 | 11 |
testNonDependentProducerReturnsNullValue | 1 | 1566568319300 | 79 |
testNonStaticDisposerMethodWithStaticProducer | 1 | 1566568319380 | 10 |
testNonStaticProducerMethodNotInherited | 1 | 1566568319391 | 10 |
testNonStaticProducerMethodNotInheritedBySpecializingSubclass | 1 | 1566568319402 | 66 |
testParameterizedReturnType | 1 | 1566568319469 | 7 |
testProducerOnNonBean | 1 | 1566568319477 | 12 |
testScopeType | 1 | 1566568319490 | 8 |
testStaticDisposerMethod | 1 | 1566568319498 | 8 |
testStaticDisposerMethodWithNonStaticProducer | 1 | 1566568319506 | 8 |
testStaticMethod | 1 | 1566568319515 | 56 |
testStereotypeSpecifiesScope | 1 | 1566568319572 | 7 |
testTypeVariableReturnType | 1 | 1566568319580 | 9 |
org.jboss.cdi.tck.tests.implementation.producer.method.definition.enterprise.EnterpriseProducerMethodDefinitionTest | testNonStaticProducerMethodNotIndirectlyInherited (integration) | 1 | 1566568320883 | 339 |
testNonStaticProducerMethodNotInherited (integration) | 1 | 1566568321222 | 11 |
testNonStaticProducerMethodNotInheritedBySpecializingSubclass (integration) | 1 | 1566568321234 | 34 |
org.jboss.cdi.tck.tests.implementation.producer.method.definition.name.ProducerMethodWithDefaultNameTest | testJavaBeansPropertyName | 1 | 1566568322491 | 333 |
testMethodName | 1 | 1566568322825 | 8 |
testProducerMethodQualifiers | 1 | 1566568322834 | 34 |
org.jboss.cdi.tck.tests.implementation.producer.method.lifecycle.ProducerMethodLifecycleTest | testCreateFailsIfProducerReturnsNullAndNotDependent | 1 | 1566568324172 | 349 |
testCreateRethrowsUncheckedException | 1 | 1566568324522 | 54 |
testCreateReturnsNullIfProducerDoesAndDependent | 1 | 1566568324576 | 9 |
testCreateWrapsCheckedExceptionAndRethrows | 1 | 1566568324585 | 11 |
testProducerMethodBeanCreate | 1 | 1566568324597 | 8 |
testProducerMethodBeanDestroy | 1 | 1566568324606 | 64 |
testProducerMethodFromSpecializedBeanUsed | 1 | 1566568324671 | 8 |
testProducerMethodInvokedOnCreate | 1 | 1566568324679 | 9 |
testWhenApplicationInvokesProducerMethodParametersAreNotInjected | 1 | 1566568324689 | 9 |
org.jboss.cdi.tck.tests.implementation.simple.definition.EnterpriseBeanNotDiscoveredAsManagedBeanTest | testClassesImplementingEnterpriseBeanInterfaceNotDiscoveredAsSimpleBean (integration) | 1 | 1566568398608 | 729 |
org.jboss.cdi.tck.tests.implementation.simple.definition.SimpleBeanDefinitionTest | testAbstractClassDeclaredInJavaNotDiscovered | 1 | 1566568402387 | 505 |
testDependentScopedBeanCanHaveNonStaticPublicField | 1 | 1566568402892 | 16 |
testEmptyConstructorUsed | 1 | 1566568402909 | 65 |
testExtensionNotDiscoveredAsSimpleBean | 1 | 1566568402975 | 14 |
testInitializerAnnotatedConstructor | 1 | 1566568402989 | 11 |
testInitializerAnnotatedConstructorUsedOverEmptyConstuctor | 1 | 1566568403001 | 64 |
testInterfaceNotDiscoveredAsSimpleBean | 1 | 1566568403066 | 9 |
testNonStaticInnerClassDeclaredInJavaNotDiscovered | 1 | 1566568403076 | 10 |
testSimpleBeanOnlyIfConstructorIsInitializer | 1 | 1566568403087 | 9 |
testSimpleBeanOnlyIfConstructorParameterless | 1 | 1566568403097 | 10 |
testStaticInnerClassDeclaredInJavaAllowed | 1 | 1566568403108 | 66 |
org.jboss.cdi.tck.tests.implementation.simple.definition.broken.field.InjectedFieldAnnotatedWithProducesTest | testDeployment | 1 | 1566568403698 | 0 |
org.jboss.cdi.tck.tests.implementation.simple.definition.constructorHasAsyncObservesParameter.ConstructorHasAsyncObservesParameterTest | testConstructorHasAsyncObservesParameter | 1 | 1566568404197 | 1 |
org.jboss.cdi.tck.tests.implementation.simple.definition.constructorHasDisposesParameter.ConstructorHasDisposesParameterTest | testConstructorHasDisposesParameter | 1 | 1566568404666 | 0 |
org.jboss.cdi.tck.tests.implementation.simple.definition.constructorHasObservesParameter.ConstructorHasObservesParameterTest | testConstructorHasObservesParameter | 1 | 1566568405082 | 1 |
org.jboss.cdi.tck.tests.implementation.simple.definition.dependentWithPublicField.DependentWithPublicFieldTest | testNonDependentScopedBeanCanNotHavePublicField | 1 | 1566568405681 | 0 |
org.jboss.cdi.tck.tests.implementation.simple.definition.nonDependentWithPublicStaticField.NonDependentWithPublicStaticFieldTest | testNonDependentScopedBeanCanHavePublicStaticField | 1 | 1566568407293 | 577 |
org.jboss.cdi.tck.tests.implementation.simple.definition.tooManyInitializerAnnotatedConstructors.TooManyInitializerAnnotatedConstructorsTest | testTooManyInitializerAnnotatedConstructor | 1 | 1566568408264 | 0 |
org.jboss.cdi.tck.tests.implementation.simple.ee.components.JavaEEComponentsTest | testComponentDisposerMethod (integration) | 1 | 1566568408886 | 13 |
testComponentInject (integration) | 1 | 1566568408900 | 7 |
testComponentObserverMethod (integration) | 1 | 1566568408908 | 4 |
testComponentProducerField (integration) | 1 | 1566568408913 | 52 |
testComponentProducerMethod (integration) | 1 | 1566568408966 | 5 |
org.jboss.cdi.tck.tests.implementation.simple.lifecycle.SimpleBeanLifecycleTest | testBeanCreateInjectsDependenciesAndInvokesInitializerToInstantiateInstance | 1 | 1566568411216 | 497 |
testContextCreatesNewInstanceForInjection | 1 | 1566568411713 | 18 |
testContextualDestroyCatchesException | 1 | 1566568411732 | 46 |
testContextualDestroyDisposesWhenNecessary | 1 | 1566568411778 | 21 |
testCreateInjectsFieldsDeclaredInJava | 1 | 1566568411800 | 10 |
testCreateReturnsSameBeanPushed | 1 | 1566568411810 | 65 |
testCreationExceptionWrapsCheckedExceptionThrownFromCreate | 1 | 1566568411876 | 26 |
testDependentsDestroyedAfterPreDestroy | 1 | 1566568411902 | 66 |
testIndirectSubClassInheritsPostConstructOnSuperclass | 1 | 1566568411969 | 10 |
testIndirectSubClassInheritsPreDestroyOnSuperclass | 1 | 1566568411979 | 9 |
testInjectionOfParametersIntoBeanConstructor | 1 | 1566568411989 | 9 |
testManagedBean | 1 | 1566568411998 | 75 |
testPostConstructPreDestroy | 1 | 1566568412074 | 9 |
testQualifierTypeAnnotatedConstructor | 1 | 1566568412084 | 8 |
testSerializeRequestScoped | 1 | 1566568412092 | 77 |
testSerializeSessionScoped | 1 | 1566568412170 | 15 |
testSpecializedBeanExtendsManagedBean | 1 | 1566568412186 | 9 |
testSubClassDoesNotInheritPostConstructOnSuperclassBlockedByIntermediateClass | 1 | 1566568412196 | 72 |
testSubClassDoesNotInheritPreDestroyConstructOnSuperclassBlockedByIntermediateClass | 1 | 1566568412269 | 8 |
testSubClassInheritsPostConstructOnSuperclass | 1 | 1566568412278 | 12 |
testSubClassInheritsPreDestroyOnSuperclass | 1 | 1566568412291 | 8 |
testUncheckedExceptionThrownFromCreateNotWrapped | 1 | 1566568412299 | 65 |
org.jboss.cdi.tck.tests.implementation.simple.lifecycle.unproxyable.UnproxyableManagedBeanTest | testNormalScopedUnproxyableBeanWithFinalClassResolution | 1 | 1566568413704 | 363 |
testNormalScopedUnproxyableBeanWithPackagePrivateFinalMethodResolution | 1 | 1566568414068 | 10 |
testNormalScopedUnproxyableBeanWithPrivateConstructorResolution | 1 | 1566568414079 | 9 |
testNormalScopedUnproxyableBeanWithProtectedFinalMethodResolution | 1 | 1566568414089 | 10 |
testNormalScopedUnproxyableBeanWithPublicFinalMethodResolution | 1 | 1566568414099 | 11 |
org.jboss.cdi.tck.tests.implementation.simple.newSimpleBean.NewSimpleBeanTest | testForEachSimpleBeanANewBeanExists | 1 | 1566568415481 | 820 |
testNewBeanCreatedForConstructorInjectioAnPoint | 1 | 1566568416302 | 11 |
testNewBeanCreatedForDisposerMethod | 1 | 1566568416313 | 51 |
testNewBeanCreatedForFieldInjectionPoint | 1 | 1566568416365 | 11 |
testNewBeanCreatedForInitializerInjectionPoint | 1 | 1566568416376 | 10 |
testNewBeanCreatedForObserverMethod | 1 | 1566568416387 | 10 |
testNewBeanCreatedForProducerMethod | 1 | 1566568416398 | 9 |
testNewBeanHasNoDisposerMethods | 1 | 1566568416408 | 67 |
testNewBeanHasNoObservers | 1 | 1566568416476 | 9 |
testNewBeanHasNoProducerFields | 1 | 1566568416486 | 8 |
testNewBeanHasNoProducerMethods | 1 | 1566568416495 | 11 |
testNewBeanHasNoStereotypes | 1 | 1566568416564 | 8 |
testNewBeanHasSameConstructor | 1 | 1566568416573 | 21 |
testNewBeanHasSameInitializers | 1 | 1566568416595 | 10 |
testNewBeanHasSameInjectedFields | 1 | 1566568416606 | 60 |
testNewBeanHasTheSameBeanTypes | 1 | 1566568416667 | 12 |
testNewBeanHasTheSameInterceptorBindings | 1 | 1566568416680 | 11 |
testNewBeanIsDependentScoped | 1 | 1566568416691 | 8 |
testNewBeanIsNotAlternative | 1 | 1566568416700 | 8 |
testNewBeanWithNoMemberValue | 1 | 1566568416709 | 59 |
org.jboss.cdi.tck.tests.implementation.simple.resource.broken.name.ResourceDefinitionWithNameTest | testDeployment (integration) | 1 | 1566568417266 | 1 |
org.jboss.cdi.tck.tests.implementation.simple.resource.broken.type.ejb.ResourceDefinitionWithDifferentTypeTest | testDeployment (javaee-full) | 1 | 1566568419295 | 0 |
org.jboss.cdi.tck.tests.implementation.simple.resource.broken.type.persistence.context.ResourceDefinitionWithDifferentTypeTest | testDeployment (integration) | 1 | 1566568419679 | 0 |
org.jboss.cdi.tck.tests.implementation.simple.resource.broken.type.persistence.unit.ResourceDefinitionWithDifferentTypeTest | testDeployment (integration) | 1 | 1566568419998 | 1 |
org.jboss.cdi.tck.tests.implementation.simple.resource.broken.type.ws.ResourceDefinitionWithDifferentTypeTest | testDeployment (javaee-full, jaxws) | 1 | 1566568420511 | 0 |
org.jboss.cdi.tck.tests.implementation.simple.resource.ejb.staticProducer.EjbInjectionStaticProducerFieldTest | testInjectionOfEjbs (integration) | 1 | 1566568421968 | 412 |
org.jboss.cdi.tck.tests.implementation.simple.resource.env.EnvInjectionTest | testInjectionOfEnv (integration) | 1 | 1566568423974 | 380 |
testProduceEnvProxy (integration) | 1 | 1566568424355 | 14 |
testResourceBeanTypes (integration) | 1 | 1566568424369 | 9 |
org.jboss.cdi.tck.tests.implementation.simple.resource.env.staticProducer.EnvInjectionStaticProducerFieldTest | testInjectionOfEnv (integration) | 1 | 1566568425924 | 289 |
org.jboss.cdi.tck.tests.implementation.simple.resource.persistenceContext.PersistenceContextInjectionTest | testBeanTypesAndBindingTypesOfPersistenceContext (integration, persistence) | 1 | 1566568428929 | 538 |
testBeanTypesOfPersistenceUnit (integration, persistence) | 1 | 1566568429468 | 8 |
testInjectionOfPersistenceContext (integration, persistence) | 1 | 1566568429477 | 27 |
testInjectionOfPersistenceUnit (integration, persistence) | 1 | 1566568429504 | 66 |
testPassivationOfPersistenceContext (integration, persistence) | 1 | 1566568429571 | 17 |
testPassivationOfPersistenceUnit (integration, persistence) | 1 | 1566568429589 | 8 |
org.jboss.cdi.tck.tests.implementation.simple.resource.resource.InjectionOfResourceTest | testInjectionOfResource (integration) | 1 | 1566568431099 | 413 |
testPassivatingResource (integration) | 1 | 1566568431512 | 62 |
testProduceResourceProxy (integration) | 1 | 1566568431574 | 9 |
testResourceBeanTypes (integration) | 1 | 1566568431583 | 9 |
org.jboss.cdi.tck.tests.implementation.simple.resource.resource.staticProducer.InjectionOfResourceStaticProducerFieldTest | testInjectionOfResource (integration) | 1 | 1566568433269 | 403 |
org.jboss.cdi.tck.tests.implementation.simple.resource.ws.WebServiceReferenceInjectionTest | testInjectionOfWebServiceReference (javaee-full, jaxws) | 1 | 1566568437085 | 905 |
org.jboss.cdi.tck.tests.implementation.simple.resource.ws.staticProducer.WebServiceResourceStaticProducerFieldTest | testResourceProduced (javaee-full, jaxws) | 1 | 1566568439867 | 542 |
org.jboss.cdi.tck.tests.inheritance.generics.MemberLevelInheritanceTest | testInjectionPoint | 1 | 1566568441779 | 416 |
testInjectionPointDefinition | 1 | 1566568442196 | 8 |
testObserver | 1 | 1566568442205 | 8 |
testObserverResolution | 1 | 1566568442214 | 54 |
org.jboss.cdi.tck.tests.inheritance.initializer.InitializerMethodInheritanceTest | testManagedBeanDirectlyInheritsInitializer (integration) | 1 | 1566568443773 | 428 |
testManagedBeanIndirectlyInheritsInitializer (integration) | 1 | 1566568444202 | 8 |
testSessionBeanDirectlyInheritsInitializer (integration) | 1 | 1566568444211 | 68 |
testSessionBeanIndirectlyInheritsInitializer (integration) | 1 | 1566568444279 | 11 |
org.jboss.cdi.tck.tests.inheritance.specialization.enterprise.EnterpriseBeanSpecializationTest | testDirectSpecialization (integration) | 1 | 1566568445714 | 357 |
testSpecializedBeanNotInstantiated (integration) | 1 | 1566568446072 | 19 |
testSpecializingBeanHasBindingsOfSpecializedAndSpecializingBean (integration) | 1 | 1566568446092 | 8 |
testSpecializingBeanHasNameOfSpecializedBean (integration) | 1 | 1566568446101 | 63 |
org.jboss.cdi.tck.tests.inheritance.specialization.enterprise.broken.extend.managedbean.DirectlyExtendsSimpleBeanTest | testSpecializingClassDirectlyExtendsSimpleBean (integration) | 1 | 1566568446516 | 0 |
org.jboss.cdi.tck.tests.inheritance.specialization.enterprise.broken.extend.nothing.DirectlyExtendsNothingTest | testSpecializingClassDirectlyExtendsNothing (integration) | 1 | 1566568446925 | 39 |
org.jboss.cdi.tck.tests.inheritance.specialization.enterprise.broken.extend.sessionbean.SessionBeanSpecializingSessionBeanWithClientViewTest | testDeployment (integration) | 1 | 1566568447291 | 0 |
org.jboss.cdi.tck.tests.inheritance.specialization.enterprise.broken.name.SameNameTest | testSpecializingAndSpecializedBeanHasName (integration) | 1 | 1566568447614 | 0 |
org.jboss.cdi.tck.tests.inheritance.specialization.enterprise.broken.twobeans.TwoBeansSpecializeTheSameBeanTest | testTwoSessionBeansSpecializeTheSameBean (integration) | 1 | 1566568447992 | 0 |
org.jboss.cdi.tck.tests.inheritance.specialization.producer.method.ProducerMethodSpecializationTest | testSpecializingBeanInjection | 1 | 1566568449307 | 436 |
testSpecializingProducerMethod | 1 | 1566568449744 | 22 |
org.jboss.cdi.tck.tests.inheritance.specialization.producer.method.broken.indirectoverride.IndirectOverrideTest | testSpecializedMethodIndirectlyOverridesAnotherProducerMethod | 1 | 1566568450073 | 0 |
org.jboss.cdi.tck.tests.inheritance.specialization.producer.method.broken.name.SpecializingAndSpecializedBeanHaveNameTest | testSpecializingAndSpecializedBeanHasName | 1 | 1566568450370 | 0 |
org.jboss.cdi.tck.tests.inheritance.specialization.producer.method.broken.staticmethod.SpecializesStaticMethodTest | testSpecializedStaticMethod | 1 | 1566568450614 | 0 |
org.jboss.cdi.tck.tests.inheritance.specialization.producer.method.broken.twobeans.TwoBeansSpecializeTheSameBeanTest | testTwoBeansSpecializeTheSameBean | 1 | 1566568450979 | 0 |
org.jboss.cdi.tck.tests.inheritance.specialization.producer.method.enterprise.EnterpriseProducerMethodSpecializationTest | testSpecializingBeanInjection (integration) | 1 | 1566568452281 | 515 |
testSpecializingProducerMethod (integration) | 1 | 1566568452796 | 9 |
org.jboss.cdi.tck.tests.inheritance.specialization.qualifiers.SpecializingBeanQualifiersTest | testQuailifiersOfSpecializingBean | 1 | 1566568527799 | 793 |
testQuailifiersOfSpecializingdNestedClass | 1 | 1566568528593 | 13 |
testQualifiersOfProducedSpecializingBean | 1 | 1566568528607 | 61 |
org.jboss.cdi.tck.tests.inheritance.specialization.simple.SimpleBeanSpecializationTest | testIndirectSpecialization | 1 | 1566568530477 | 521 |
testProducerMethodOnSpecializedBeanNotCalled | 1 | 1566568530998 | 71 |
testSpecializingBeanHasNameOfSpecializedBean | 1 | 1566568531070 | 11 |
testSpecializingBeanHasQualifiersOfSpecializedAndSpecializingBean | 1 | 1566568531081 | 13 |
testSpecializingBeanInjection | 1 | 1566568531095 | 71 |
org.jboss.cdi.tck.tests.inheritance.specialization.simple.broken.extendejb.SpecializingBeanExtendsEnterpriseBeanTest | testSpecializingClassDirectlyExtendsEnterpriseBean (integration) | 1 | 1566568531875 | 0 |
org.jboss.cdi.tck.tests.inheritance.specialization.simple.broken.names.SpecializingAndSpecializedBeanHasNameTest | testSpecializingAndSpecializedBeanHasName | 1 | 1566568532293 | 1 |
org.jboss.cdi.tck.tests.inheritance.specialization.simple.broken.noextend1.SpecializingBeanImplementsInterfaceOnly | testSpecializingClassImplementsInterfaceAndExtendsNothing | 1 | 1566568532765 | 1 |
org.jboss.cdi.tck.tests.inheritance.specialization.simple.broken.noextend2.SpecializingBeanExtendsNothingTest | testSpecializingClassDirectlyExtendsNothing | 1 | 1566568533176 | 0 |
org.jboss.cdi.tck.tests.inheritance.specialization.simple.broken.noextend3.SpecializingClassExtendsNonSimpleBeanTest | testSpecializingClassExtendsNonSimpleBean | 1 | 1566568533604 | 0 |
org.jboss.cdi.tck.tests.inheritance.specialization.simple.broken.types.SpecializingBeanWithoutBeanTypeOfSpecializedBeanTest | testDeployment | 1 | 1566568533998 | 0 |
org.jboss.cdi.tck.tests.interceptors.definition.InterceptorDefinitionTest | testInstanceOfInterceptorForEveryEnabledInterceptor | 1 | 1566568535722 | 489 |
testInterceptionType | 1 | 1566568536212 | 58 |
testInterceptorBindingAnnotation | 1 | 1566568536271 | 10 |
testInterceptorBindingTypes | 1 | 1566568536282 | 11 |
testInterceptorBindingsCanDeclareOtherInterceptorBindings | 1 | 1566568536293 | 72 |
testInterceptorsImplementInterceptorInterface | 1 | 1566568536366 | 45 |
testNoBindingTypesToResolveInterceptorsFails | 1 | 1566568536411 | 68 |
testNonBindingTypeToResolveInterceptorsFails | 1 | 1566568536480 | 12 |
testResolveInterceptorsReturnsOrderedList | 1 | 1566568536493 | 10 |
testSameBindingTypesToResolveInterceptorsFails | 1 | 1566568536503 | 65 |
testStereotypeInterceptorBindings | 1 | 1566568536569 | 10 |
org.jboss.cdi.tck.tests.interceptors.definition.broken.finalClassInterceptor.FinalClassMethodLevelInterceptorTest | testFinalClassWithMethodLevelInterceptor | 1 | 1566568537011 | 0 |
org.jboss.cdi.tck.tests.interceptors.definition.broken.finalClassInterceptor.NormalScopedBeanFinalClassInterceptorTest | testFinalClassWithClassLevelInterceptor | 1 | 1566568537468 | 0 |
org.jboss.cdi.tck.tests.interceptors.definition.broken.finalClassInterceptor.NormalScopedBeanFinalMethodInterceptorTest | testFinalMethodWithClassLevelInterceptor | 1 | 1566568537878 | 0 |
org.jboss.cdi.tck.tests.interceptors.definition.broken.interceptorCanNotBeDecorator.InterceptorCanNotBeDecoratorTest | testInterceptorCanNotAlsoBeDecorator | 1 | 1566568538199 | 1 |
org.jboss.cdi.tck.tests.interceptors.definition.broken.nonDependent.NonDependentInterceptorTest | testDeploymentWithScopedInterceptor | 1 | 1566568538604 | 0 |
org.jboss.cdi.tck.tests.interceptors.definition.broken.nonExistantClassInBeansXml.NonExistantClassInBeansXmlTest | testNonExistantClassInBeansXmlNotOk | 1 | 1566568538908 | 1 |
org.jboss.cdi.tck.tests.interceptors.definition.broken.observer.InterceptorWithObserverMethodTest | testInterceptorWithObserverMethodNotOk | 1 | 1566568539370 | 0 |
org.jboss.cdi.tck.tests.interceptors.definition.broken.observer.async.InterceptorWithAsyncObserverMethodTest | testInterceptorWithAsyncObserverMethodNotOk | 1 | 1566568539876 | 0 |
org.jboss.cdi.tck.tests.interceptors.definition.conflictingenablement.InterceptorConflictingEnablementTest | testInterception | 1 | 1566568541502 | 468 |
org.jboss.cdi.tck.tests.interceptors.definition.custom.CustomInterceptorTest | testCustomAroundInvokeInterceptor | 1 | 1566568543386 | 425 |
testCustomAroundTimeoutInterceptor | 1 | 1566568543812 | 52 |
testCustomPostActivateInterceptor | 1 | 1566568543865 | 9 |
testCustomPostConstructInterceptor | 1 | 1566568543875 | 8 |
testCustomPreDestroyInterceptor | 1 | 1566568543884 | 8 |
testCustomPrePassivateInterceptor | 1 | 1566568543892 | 9 |
org.jboss.cdi.tck.tests.interceptors.definition.enterprise.interceptorOrder.SessionBeanInterceptorOrderTest | testInterceptorsDeclaredUsingInterceptorsCalledBeforeInterceptorBinding (integration) | 1 | 1566568545379 | 492 |
org.jboss.cdi.tck.tests.interceptors.definition.enterprise.jms.MessageDrivenBeanInterceptorInvocationTest | testMessageDrivenBeanMethodIntercepted (jms, javaee-full) | 1 | 1566568550426 | 776 |
org.jboss.cdi.tck.tests.interceptors.definition.enterprise.nonContextualReference.SessionBeanInterceptorOnNonContextualEjbReferenceTest | testNonContextualSessionBeanReferenceIsIntercepted (integration) | 1 | 1566568552695 | 611 |
org.jboss.cdi.tck.tests.interceptors.definition.enterprise.simpleInterception.SessionBeanInterceptorDefinitionTest | testSessionBeanIsIntercepted (integration) | 1 | 1566568554732 | 369 |
org.jboss.cdi.tck.tests.interceptors.definition.inheritance.InterceptorBindingInheritanceTest | testInterceptorBindingDirectlyInheritedFromManagedBean | 1 | 1566568556899 | 419 |
testInterceptorBindingDirectlyInheritedFromSessionBean (integration) | 1 | 1566568557319 | 48 |
testInterceptorBindingIndirectlyInheritedFromManagedBean | 1 | 1566568557368 | 118 |
testInterceptorBindingIndirectlyInheritedFromSessionBean (integration) | 1 | 1566568557486 | 15 |
testMethodInterceptorBindingDirectlyInheritedFromManagedBean | 1 | 1566568557502 | 9 |
testMethodInterceptorBindingDirectlyInheritedFromSessionBean (integration) | 1 | 1566568557512 | 64 |
testMethodInterceptorBindingDirectlyNotInheritedFromManagedBean | 1 | 1566568557576 | 12 |
testMethodInterceptorBindingDirectlyNotInheritedFromSessionBean (integration) | 1 | 1566568557588 | 12 |
testMethodInterceptorBindingIndirectlyInheritedFromManagedBean | 1 | 1566568557601 | 8 |
testMethodInterceptorBindingIndirectlyInheritedFromSessionBean (integration) | 1 | 1566568557610 | 67 |
testMethodInterceptorBindingIndirectlyNotInheritedFromManagedBean | 1 | 1566568557677 | 8 |
testMethodInterceptorBindingIndirectlyNotInheritedFromSessionBean (integration) | 1 | 1566568557686 | 10 |
org.jboss.cdi.tck.tests.interceptors.definition.inheritance.broken.binding.FinalClassWithInheritedStereotypeInterceptorTest | testFinalMethodWithInheritedStereotypeInterceptor | 1 | 1566568558116 | 0 |
org.jboss.cdi.tck.tests.interceptors.definition.inheritance.broken.binding.FinalMethodWithInheritedClassLevelInterceptorTest | testFinalMethodWithInheritedClassLevelInterceptor | 1 | 1566568558475 | 1 |
org.jboss.cdi.tck.tests.interceptors.definition.interceptorNotListedInBeansXml.InterceptorNotListedInBeansXmlNotEnabledTest | testInterceptorNotListedInBeansXmlNotInvoked | 1 | 1566568559727 | 446 |
org.jboss.cdi.tck.tests.interceptors.definition.interceptorOrder.InterceptorOrderTest | testInterceptorsCalledInOrderDefinedByBeansXml | 1 | 1566568561546 | 379 |
testInterceptorsInvocationOrder | 1 | 1566568561925 | 8 |
org.jboss.cdi.tck.tests.interceptors.definition.lifecycle.enterprise.order.EnterpriseLifecycleInterceptorDefinitionTest | testLifecycleInterception (integration) | 1 | 1566568563323 | 296 |
org.jboss.cdi.tck.tests.interceptors.definition.lifecycle.order.LifecycleInterceptorOrderTest | testLifecycleCallbackInvocationOrder | 1 | 1566568565094 | 433 |
org.jboss.cdi.tck.tests.interceptors.definition.member.InterceptorBindingTypeWithMemberTest | testInterceptorBindingTypeWithMember | 1 | 1566568566823 | 295 |
testInterceptorBindingTypeWithNonBindingMember | 1 | 1566568567118 | 8 |
org.jboss.cdi.tck.tests.interceptors.invocation.InterceptorInvocationTest | testDisposerMethodsAreIntercepted | 1 | 1566568571886 | 1092 |
testInitializerMethodsNotIntercepted | 1 | 1566568572979 | 10 |
testLifecycleCallbacksAreIntercepted | 1 | 1566568572990 | 22 |
testManagedBeanIsIntercepted | 1 | 1566568573013 | 59 |
testObjectMethodsAreNotIntercepted | 1 | 1566568573072 | 9 |
testObserverMethodsAreIntercepted | 1 | 1566568573081 | 9 |
testProducerMethodsAreIntercepted | 1 | 1566568573091 | 8 |
testTimeoutMethodIntercepted (javaee-full) | 1 | 1566568573100 | 1229 |
org.jboss.cdi.tck.tests.interceptors.ordering.global.EnterpriseInterceptorOrderingTest | testDecoratorsInWebInfClasses (javaee-full) | 1 | 1566568576103 | 493 |
org.jboss.cdi.tck.tests.interceptors.ordering.global.GlobalInterceptorOrderingTest | testOrderingInLib (integration) | 1 | 1566568578089 | 428 |
testOrderingInWebInfClasses | 1 | 1566568578518 | 47 |
org.jboss.cdi.tck.tests.lookup.binding.members.annotation.BindingAnnotationWithMemberTest | testAnnotationMemberWithNonBinding | 1 | 1566568580004 | 415 |
org.jboss.cdi.tck.tests.lookup.binding.members.array.BindingAnnotationWithMemberTest | testArrayMemberWithNonBinding | 1 | 1566568581712 | 329 |
org.jboss.cdi.tck.tests.lookup.byname.ResolutionByNameTest | testAmbiguousELNamesResolved | 1 | 1566568583300 | 493 |
org.jboss.cdi.tck.tests.lookup.byname.ambiguous.AmbiguousELNamesTest | testAmbiguousELNamesResolved | 1 | 1566568585291 | 406 |
org.jboss.cdi.tck.tests.lookup.byname.broken.duplicity.DuplicitNameTest | testDuplicateNamedBeans | 1 | 1566568586009 | 0 |
org.jboss.cdi.tck.tests.lookup.byname.broken.injectionPointWithNamed.NamedNonFieldInjectionPointTest | testNamedProducerInjectionPointNotAllowed | 1 | 1566568586316 | 0 |
org.jboss.cdi.tck.tests.lookup.byname.broken.injectionPointWithNamed2.NamedNonFieldInjectionPointTest | testNamedObserverMethodInjectionPointNotAllowed | 1 | 1566568658964 | 1 |
org.jboss.cdi.tck.tests.lookup.byname.broken.injectionPointWithNamed3.NamedNonFieldInjectionPointTest | testNamedInitializerMethodInjectionPointNotAllowed | 1 | 1566568659601 | 1 |
org.jboss.cdi.tck.tests.lookup.byname.broken.prefix.ExpandedNamePrefixTest | testDuplicateBeanNamePrefix | 1 | 1566568660173 | 0 |
org.jboss.cdi.tck.tests.lookup.circular.CircularDependencyTest | testCircularInjectionOnOneNormalAndOneDependentBean | 1 | 1566568662419 | 950 |
testCircularInjectionOnTwoNormalBeans | 1 | 1566568663370 | 25 |
testNormalAndDependentCircularConstructors | 1 | 1566568663395 | 14 |
testNormalCircularConstructors | 1 | 1566568663410 | 68 |
testNormalProducerMethodDeclaredOnDependentBeanWhichInjectsProducedBean | 1 | 1566568663479 | 12 |
testNormalProducerMethodDeclaredOnNormalBeanWhichInjectsProducedBean | 1 | 1566568663492 | 78 |
testSelfConsumingConstructorsOnNormalBean | 1 | 1566568663571 | 12 |
org.jboss.cdi.tck.tests.lookup.clientProxy.ClientProxyTest | testClientProxyInvocation | 1 | 1566568665222 | 763 |
testClientProxyUsedForNormalScope | 1 | 1566568665985 | 17 |
testInactiveScope (integration) | 1 | 1566568666003 | 109 |
testSimpleBeanClientProxyIsSerializable | 1 | 1566568666113 | 58 |
org.jboss.cdi.tck.tests.lookup.clientProxy.incontainer.ClientProxyTest | testInvocationIsProcessedOnCurrentInstance (integration) | 1 | 1566568666917 | 9 |
org.jboss.cdi.tck.tests.lookup.clientProxy.unproxyable.array.ArrayTest | testInjectionPointWithArrayType | 1 | 1566568667391 | 0 |
org.jboss.cdi.tck.tests.lookup.clientProxy.unproxyable.beanConstructor.BeanConstructorWithParametersTest | testDeployment | 1 | 1566568667871 | 1 |
org.jboss.cdi.tck.tests.lookup.clientProxy.unproxyable.decorator.DecoratoredBeanProxyTest | testClientProxyBeanWithAssociatedDecorator | 1 | 1566568668304 | 0 |
org.jboss.cdi.tck.tests.lookup.clientProxy.unproxyable.finalClass.FinalClassTest | testInjectionPointWithUnproxyableTypeWhichResolvesToNormalScopedBean | 1 | 1566568668698 | 0 |
org.jboss.cdi.tck.tests.lookup.clientProxy.unproxyable.finalMethod.NonPrivateNonStaticSuperclassMethodTest | testClassWithPublicFinalMethodCannotBeProxied | 1 | 1566568669090 | 0 |
org.jboss.cdi.tck.tests.lookup.clientProxy.unproxyable.finalMethod.PackagePrivateFinalMethodNotProxyableTest | testClassWithPublicFinalMethodCannotBeProxied | 1 | 1566568669485 | 1 |
org.jboss.cdi.tck.tests.lookup.clientProxy.unproxyable.finalMethod.PrivateFinalMethodTest | testClassWithPrivateFinalMethodCanBeProxied | 1 | 1566568670765 | 499 |
org.jboss.cdi.tck.tests.lookup.clientProxy.unproxyable.finalMethod.ProtectedFinalMethodNotProxyableTest | testClassWithPublicFinalMethodCannotBeProxied | 1 | 1566568671667 | 0 |
org.jboss.cdi.tck.tests.lookup.clientProxy.unproxyable.finalMethod.PublicFinalMethodNotProxyableTest | testClassWithPublicFinalMethodCannotBeProxied | 1 | 1566568672015 | 0 |
org.jboss.cdi.tck.tests.lookup.clientProxy.unproxyable.interceptor.InterceptedBeanProxyTest | testClientProxyBeanWithBoundInterceptor | 1 | 1566568672410 | 0 |
org.jboss.cdi.tck.tests.lookup.clientProxy.unproxyable.primitive.UnproxyableTest | testInjectionPointWithUnproxyableTypeWhichResolvesToNormalScopedBean | 1 | 1566568672792 | 0 |
org.jboss.cdi.tck.tests.lookup.clientProxy.unproxyable.privateConstructor.PrivateConstructorTest | testClassWithPrivateConstructor | 1 | 1566568673181 | 0 |
org.jboss.cdi.tck.tests.lookup.dependency.resolution.AmbiguousDependencyResolutionTest | testProducerFieldOnAlternativeIsNotEliminated | 1 | 1566568674613 | 479 |
testProducerMethodOnAlternativeIsNotEliminated | 1 | 1566568675093 | 9 |
org.jboss.cdi.tck.tests.lookup.dependency.resolution.broken.ambiguous.AmbiguousDependencyTest | testAmbiguousDependency | 1 | 1566568675516 | 0 |
org.jboss.cdi.tck.tests.lookup.dependency.resolution.broken.ambiguous.ear.MultiModuleSessionBeanAmbiguousDependencyTest | testAmbiguousDependencyDetected (javaee-full) | 1 | 1566568676312 | 1 |
org.jboss.cdi.tck.tests.lookup.dependency.resolution.broken.unsatisfied.UnsatisfiedDependencyTest | testUnsatisfiedDependency | 1 | 1566568676688 | 0 |
org.jboss.cdi.tck.tests.lookup.dynamic.DynamicLookupTest | beanManageCreateInstance | 1 | 1566568678290 | 511 |
cdiSelectLookup | 1 | 1566568678802 | 10 |
testAlternatives | 1 | 1566568678813 | 66 |
testAmbiguousDependencyThrowsException | 1 | 1566568678880 | 12 |
testDuplicateBindingsThrowsException | 1 | 1566568678892 | 11 |
testGetMethod | 1 | 1566568678904 | 11 |
testIsAmbiguous | 1 | 1566568678964 | 9 |
testIsUnsatisfied | 1 | 1566568678974 | 9 |
testIteratorMethod | 1 | 1566568678984 | 10 |
testNewBean | 1 | 1566568678995 | 10 |
testNewBeanNotEnabledWithouInjectionPoint | 1 | 1566568679006 | 62 |
testNonBindingThrowsException | 1 | 1566568679068 | 10 |
testObtainsInjectsInstanceOfInstance | 1 | 1566568679078 | 13 |
testStream | 1 | 1566568679091 | 15 |
testUnsatisfiedDependencyThrowsException | 1 | 1566568679107 | 63 |
org.jboss.cdi.tck.tests.lookup.dynamic.broken.raw.RawInstanceConstructorInjectionTest | testDefinitionError | 1 | 1566568679570 | 1 |
org.jboss.cdi.tck.tests.lookup.dynamic.broken.raw.RawInstanceCustomBeanTest | testDefinitionError | 1 | 1566568679892 | 0 |
org.jboss.cdi.tck.tests.lookup.dynamic.broken.raw.RawInstanceDisposerInjectionTest | testDefinitionError | 1 | 1566568680266 | 0 |
org.jboss.cdi.tck.tests.lookup.dynamic.broken.raw.RawInstanceFieldInjectionTest | testDefinitionError | 1 | 1566568680593 | 1 |
org.jboss.cdi.tck.tests.lookup.dynamic.broken.raw.RawInstanceObserverInjectionTest | testDefinitionError | 1 | 1566568681006 | 1 |
org.jboss.cdi.tck.tests.lookup.dynamic.builtin.BuiltinInstanceTest | testInstanceIsPassivationCapable | 1 | 1566568682275 | 819 |
testInstanceProvidedForEveryLegalBeanType | 1 | 1566568683095 | 10 |
testNameOfBuiltinInstance | 1 | 1566568683105 | 9 |
testScopeOfBuiltinInstance | 1 | 1566568683115 | 61 |
org.jboss.cdi.tck.tests.lookup.dynamic.destroy.dependent.DestroyingDependentInstanceTest | testDestroyingDependentInstances | 1 | 1566568684583 | 317 |
testDestroyingInterceptedDependentBean | 1 | 1566568684900 | 13 |
org.jboss.cdi.tck.tests.lookup.dynamic.destroy.normal.DestroyingNormalScopedInstanceTest | testApplicationScopedComponent | 1 | 1566568686288 | 395 |
testContextDestroyCalled | 1 | 1566568686684 | 14 |
testCustomScopedComponent | 1 | 1566568686699 | 14 |
testNothingHappensIfNoInstanceToDestroy | 1 | 1566568686713 | 62 |
testNullParameter | 1 | 1566568686775 | 17 |
testRequestScopedComponent | 1 | 1566568686793 | 12 |
testUnsupportedOperationExceptionThrownIfUnderlyingContextNotAlterable | 1 | 1566568686806 | 64 |
org.jboss.cdi.tck.tests.lookup.el.ResolutionByNameTest | testBeanNameWithSeparatedListOfELIdentifiers | 1 | 1566568688264 | 380 |
testContextCreatesNewInstanceForInjection | 1 | 1566568688644 | 31 |
testELResolverReturnsContextualInstance | 1 | 1566568688676 | 23 |
testQualifiedNameLookup | 1 | 1566568688700 | 66 |
testUnresolvedNameReturnsNull | 1 | 1566568688766 | 13 |
org.jboss.cdi.tck.tests.lookup.el.integration.IntegrationWithUnifiedELTest | testELResolverRegisteredWithJsf (integration) | 1 | 1566568690231 | 977 |
testELResolverRegisteredWithServletContainer (integration) | 1 | 1566568691264 | 200 |
org.jboss.cdi.tck.tests.lookup.injection.InjectionTest | testFieldDeclaredInIndirectSuperclassInjected | 1 | 1566568693231 | 354 |
testInjectionFieldsAndInitializerMethods (integration) | 1 | 1566568693585 | 21 |
testInjectionOfNamedBean | 1 | 1566568693606 | 8 |
testInjectionPerformsBoxingIfNecessary | 1 | 1566568693615 | 9 |
org.jboss.cdi.tck.tests.lookup.injection.any.AnyInjectionTest | testAnyInjectionIfExactlyOneBeanForType | 1 | 1566568694805 | 375 |
org.jboss.cdi.tck.tests.lookup.injection.enterprise.SessionBeanInjectionOrderingTest | testInitializerCalledAfterFieldInjectionOfSuperclass (integration) | 1 | 1566568696473 | 446 |
testInitializerCalledAfterResourceInjection (integration) | 1 | 1566568696920 | 13 |
testPostConstructCalledAfterInitializerOfSuperclass (integration) | 1 | 1566568696934 | 40 |
org.jboss.cdi.tck.tests.lookup.injection.enterprise.SessionBeanInjectionTest | testFieldDeclaredInSuperclassIndirectlyInjected (integration) | 1 | 1566568698392 | 498 |
testFieldDeclaredInSuperclassInjected (integration) | 1 | 1566568698891 | 10 |
testInjectionOnContextualSessionBean (integration) | 1 | 1566568698901 | 11 |
testInjectionOnEJBInterceptor (integration) | 1 | 1566568698912 | 56 |
testInjectionOnNonContextualSessionBean (integration) | 1 | 1566568698968 | 9 |
org.jboss.cdi.tck.tests.lookup.injection.enterprise.chain.SessionBeanInjectionChainTest | testChainOfSessionBeans (integration) | 1 | 1566568700130 | 390 |
org.jboss.cdi.tck.tests.lookup.injection.non.contextual.ContainerEventTest | testProcessAnnotatedTypeEventFiredForFilter (integration) | 1 | 1566568703572 | 537 |
testProcessAnnotatedTypeEventFiredForJsfManagedBean (integration) | 1 | 1566568704110 | 56 |
testProcessAnnotatedTypeEventFiredForServlet (integration) | 1 | 1566568704167 | 10 |
testProcessAnnotatedTypeEventFiredForServletListener (integration) | 1 | 1566568704177 | 10 |
testProcessAnnotatedTypeEventFiredForSessionBean (integration) | 1 | 1566568704187 | 9 |
testProcessAnnotatedTypeEventFiredForTagHandler (integration) | 1 | 1566568704196 | 9 |
testProcessAnnotatedTypeEventFiredForTagLibraryListener (integration) | 1 | 1566568704206 | 65 |
org.jboss.cdi.tck.tests.lookup.injection.non.contextual.CreationalContextForNonContextualTest | testCreationalContext | 1 | 1566568705618 | 411 |
org.jboss.cdi.tck.tests.lookup.injection.non.contextual.InjectionIntoNonContextualComponentTest | testFilterInitCalledAfterPersistenceResourceInjection (integration, persistence) | 1 | 1566568781210 | 177 |
testFilterInitCalledAfterResourceInjection (integration) | 1 | 1566568781388 | 7 |
testFilterInitializerMethodCalled (integration) | 1 | 1566568781396 | 4 |
testInjectionIntoFilter (integration) | 1 | 1566568781401 | 3 |
testInjectionIntoJSFManagedBean (integration) | 1 | 1566568781405 | 1166 |
testInjectionIntoServlet (integration) | 1 | 1566568782572 | 4 |
testInjectionIntoServletListener (integration) | 1 | 1566568782576 | 13 |
testInjectionIntoTagHandler (integration) | 1 | 1566568782590 | 409 |
testInjectionIntoTagLibraryListener (integration) | 1 | 1566568783000 | 4 |
testServletInitCalledAfterPersistenceResourceInjection (integration, persistence) | 1 | 1566568783004 | 4 |
testServletInitCalledAfterResourceInjection (integration) | 1 | 1566568783009 | 62 |
testServletInitializerMethodCalled (integration) | 1 | 1566568783072 | 3 |
testServletListenerInitializerMethodCalled (integration) | 1 | 1566568783076 | 4 |
testTagLibraryListenerInitializerMethodCalled (integration) | 1 | 1566568783081 | 3 |
org.jboss.cdi.tck.tests.lookup.injection.non.contextual.broken.ambiguous.AmbiguousInjectionIntoNonContextualComponentTest | testInjectionIntoServlet (integration) | 1 | 1566568783900 | 0 |
org.jboss.cdi.tck.tests.lookup.injection.non.contextual.broken.unsatisfied.UnsatisfiedInjectionIntoNonContextualComponentTest | testInjectionIntoServlet (integration) | 1 | 1566568784390 | 0 |
org.jboss.cdi.tck.tests.lookup.injection.non.contextual.ws.WebServiceResourceTest | testInjectionIntoWebServiceEndpoint (javaee-full, jaxws) | 1 | 1566568788211 | 1188 |
testResourceBeanTypes (javaee-full, jaxws) | 1 | 1566568789399 | 77 |
testResourceInvocation (javaee-full, jaxws) | 1 | 1566568789477 | 95 |
org.jboss.cdi.tck.tests.lookup.injection.parameterized.ParameterizedTypesInjectionToParameterizedWithActualTypeTest | testInjection | 1 | 1566568791278 | 499 |
org.jboss.cdi.tck.tests.lookup.injection.parameterized.ParameterizedTypesInjectionToParameterizedWithTypeVariableTest | testInjection | 1 | 1566568793614 | 493 |
org.jboss.cdi.tck.tests.lookup.injection.parameterized.ParameterizedTypesInjectionToParameterizedWithWildcardTest | testInjection | 1 | 1566568795796 | 515 |
org.jboss.cdi.tck.tests.lookup.injection.parameterized.ParameterizedTypesInjectionToRawTypeTest | testInjection | 1 | 1566568797703 | 386 |
org.jboss.cdi.tck.tests.lookup.injection.parameterized.broken.raw.ParameterizedTypesInjectionRawAmbiguousTest | testInjection | 1 | 1566568798682 | 0 |
org.jboss.cdi.tck.tests.lookup.injection.parameterized.multiple.bounds.ParameterizedTypesWithTypeVariableWithMultipleBoundsTest | testInjectionOfBeanWithTypeVariableWithMultipleBounds | 1 | 1566568799981 | 437 |
testInjectionOfBeanWithTypeVariableWithMultipleBoundsToParameterizedTypeWithActualType | 1 | 1566568800419 | 47 |
testInjectionOfBeanWithWildcardWithTypeVariableAsLowerBound | 1 | 1566568800467 | 9 |
org.jboss.cdi.tck.tests.lookup.injection.persistence.PersistenceResourceInjectionTest | testInitializerMethodsAfterEEResourcePersistenceInjection (integration, persistence) | 1 | 1566568802183 | 486 |
org.jboss.cdi.tck.tests.lookup.injection.visibility.InjectionVisibilityTest | testPackagePrivateSetMethodInjection | 1 | 1566568804084 | 433 |
org.jboss.cdi.tck.tests.lookup.injection.ws.WebServiceResourceInjectionTest | testInitializerMethodsCalledAfterEEResourceWebServiceRefInjection (javaee-full, jaxws) | 1 | 1566568806077 | 604 |
org.jboss.cdi.tck.tests.lookup.injectionpoint.InjectableReferenceTest | testGetInjectableReferenceOnBeanManager | 1 | 1566568808086 | 344 |
testGetInjectableReferenceReturnsDelegateForDelegateInjectionPoint | 1 | 1566568808431 | 10 |
org.jboss.cdi.tck.tests.lookup.injectionpoint.InjectionPointTest | testApiTypeInjectionPoint | 1 | 1566568809985 | 489 |
testCurrentBinding | 1 | 1566568810475 | 11 |
testDependentScope | 1 | 1566568810486 | 11 |
testGetAnnotatedField | 1 | 1566568810497 | 10 |
testGetAnnotatedParameter | 1 | 1566568810508 | 60 |
testGetBean | 1 | 1566568810568 | 11 |
testGetBindingTypes | 1 | 1566568810579 | 11 |
testGetMemberConstructor | 1 | 1566568810590 | 11 |
testGetMemberField | 1 | 1566568810602 | 63 |
testGetMemberMethod | 1 | 1566568810666 | 9 |
testGetType | 1 | 1566568810675 | 9 |
testIsDelegate | 1 | 1566568810684 | 12 |
testIsTransient | 1 | 1566568810696 | 11 |
testNullInjectionPointInjectedIntoNonInjectedObject | 1 | 1566568810707 | 67 |
testPassivationCapability | 1 | 1566568810774 | 21 |
org.jboss.cdi.tck.tests.lookup.injectionpoint.broken.disposer.DisposerInjectionPointMetadataTest | testDisposerWithInjectionPointMetadata | 1 | 1566568811286 | 0 |
org.jboss.cdi.tck.tests.lookup.injectionpoint.broken.normal.scope.NormalScopedBeanWithInjectionPoint | testRequestScopedBeanWithInjectionPoint | 1 | 1566568811711 | 0 |
org.jboss.cdi.tck.tests.lookup.injectionpoint.broken.not.bean.InjectionPointTest | testDefinitionErrorDetected (integration) | 1 | 1566568812192 | 0 |
org.jboss.cdi.tck.tests.lookup.injectionpoint.broken.reference.ambiguous.AmbiguousInjectableReferenceTest | testUnsatisfiedReference | 1 | 1566568813683 | 430 |
org.jboss.cdi.tck.tests.lookup.injectionpoint.broken.reference.unresolved.UnsatisfiedInjectableReferenceTest | testUnsatisfiedReference | 1 | 1566568815768 | 421 |
org.jboss.cdi.tck.tests.lookup.injectionpoint.dynamic.DynamicInjectionPointTest | testInjectionPointGetAnnotated | 1 | 1566568817485 | 427 |
testInjectionPointGetBean | 1 | 1566568817913 | 8 |
testInjectionPointGetMember | 1 | 1566568817922 | 51 |
testInjectionPointGetQualifiers | 1 | 1566568817973 | 9 |
testInjectionPointGetType | 1 | 1566568817983 | 8 |
testInjectionPointIsDelegate | 1 | 1566568817992 | 8 |
testInjectionPointIsTransient | 1 | 1566568818000 | 8 |
org.jboss.cdi.tck.tests.lookup.injectionpoint.named.NamedAtInjectionPointTest | testFieldNameUsedAsBeanName | 1 | 1566568819301 | 473 |
org.jboss.cdi.tck.tests.lookup.injectionpoint.non.contextual.NonContextualInjectionPointTest | testContextualEjbInjectionPointGetBean (integration) | 1 | 1566568821104 | 365 |
testNonContextualEjbInjectionPointGetBean (integration) | 1 | 1566568821470 | 11 |
org.jboss.cdi.tck.tests.lookup.injectionpoint.requiredtype.LegalRequiredTypeTest | testLegalRequiredType | 1 | 1566568822681 | 307 |
org.jboss.cdi.tck.tests.lookup.manager.jndi.ManagerTestEar | testManagerLookupInJndi (javaee-full) | 1 | 1566568824306 | 303 |
org.jboss.cdi.tck.tests.lookup.manager.provider.init.CDIProviderInitTest | testAccessingBeanManager (integration) | 1 | 1566568826079 | 404 |
org.jboss.cdi.tck.tests.lookup.manager.provider.runtime.CDIProviderRuntimeTest | testCDIProviderInitializeThrowUnsupportedOperationException (integration) | 1 | 1566568827684 | 336 |
testGetBeanManager (integration) | 1 | 1566568828021 | 13 |
testLookup (integration) | 1 | 1566568828034 | 39 |
org.jboss.cdi.tck.tests.lookup.modules.EnabledManagedBeanInjectionAvailabilityTest | testInjection (javaee-full) | 1 | 1566568829514 | 770 |
org.jboss.cdi.tck.tests.lookup.modules.EnabledProducerMethodInjectionAvailability02Test | testInjection | 1 | 1566568831416 | 461 |
org.jboss.cdi.tck.tests.lookup.modules.EnabledProducerMethodInjectionAvailabilityTest | testInjection (javaee-full) | 1 | 1566568833412 | 265 |
org.jboss.cdi.tck.tests.lookup.modules.EnabledSessionBeanInjectionAvailability02Test | testInjection (integration) | 1 | 1566568834967 | 449 |
org.jboss.cdi.tck.tests.lookup.modules.EnabledSessionBeanInjectionAvailabilityTest | testInjection (javaee-full) | 1 | 1566568837068 | 345 |
org.jboss.cdi.tck.tests.lookup.modules.InterModuleLookup02Test | testEnabledManagedBeanAvailableForInjection | 1 | 1566568838521 | 395 |
org.jboss.cdi.tck.tests.lookup.modules.SelectedAlternativeManagedBeanInjectionAvailability02Test | testInjection | 1 | 1566568840211 | 257 |
org.jboss.cdi.tck.tests.lookup.modules.SelectedAlternativeManagedBeanInjectionAvailabilityTest | testInjection (javaee-full) | 1 | 1566568841789 | 243 |
org.jboss.cdi.tck.tests.lookup.modules.SelectedAlternativeSessionBeanInjectionAvailabilityTest | testInjection (javaee-full) | 1 | 1566568843295 | 381 |
org.jboss.cdi.tck.tests.lookup.modules.SpecializedBeanInjectionNotAvailableTest | testManagedBeanInjection (javaee-full) | 1 | 1566568845095 | 240 |
testSessionBeanInjection (javaee-full) | 1 | 1566568845336 | 9 |
org.jboss.cdi.tck.tests.lookup.modules.broken.DisabledProducerFieldInjectionNotAvailableTest | testInjection (javaee-full) | 1 | 1566568845815 | 1 |
org.jboss.cdi.tck.tests.lookup.modules.broken.DisabledProducerMethodInjectionNotAvailableTest | testInjection (javaee-full) | 1 | 1566568846177 | 1 |
org.jboss.cdi.tck.tests.lookup.modules.interceptors.InterceptorModularityTest | testInterceptorEnvironment (javaee-full) | 1 | 1566568847411 | 264 |
org.jboss.cdi.tck.tests.lookup.modules.specialization.SpecializationModularity04Test | testSpecialization (javaee-full) | 1 | 1566568922001 | 789 |
org.jboss.cdi.tck.tests.lookup.modules.specialization.SpecializationModularity05Test | testSpecialization (javaee-full) | 1 | 1566568923784 | 0 |
org.jboss.cdi.tck.tests.lookup.modules.specialization.alternative.Specialization04Test | testEnabledAlternativeSpecializes | 1 | 1566568925921 | 570 |
testEvent | 1 | 1566568926492 | 12 |
org.jboss.cdi.tck.tests.lookup.modules.specialization.alternative.Specialization05Test | testEnabledAlternativeSpecializes (javaee-full) | 1 | 1566568928481 | 427 |
testEvent (javaee-full) | 1 | 1566568928909 | 59 |
org.jboss.cdi.tck.tests.lookup.modules.specialization.alternative.Specialization06Test | testEnabledAlternativeSpecializes (javaee-full) | 1 | 1566568930819 | 390 |
testEvent (javaee-full) | 1 | 1566568931210 | 11 |
org.jboss.cdi.tck.tests.lookup.typesafe.resolution.EnterpriseResolutionByTypeTest | testBeanTypesOnSessionBean (integration) | 1 | 1566568932731 | 352 |
org.jboss.cdi.tck.tests.lookup.typesafe.resolution.ResolutionByTypeTest | testAllQualifiersSpecifiedForResolutionMustAppearOnBean | 1 | 1566568934591 | 334 |
testBeanTypesOnManagedBean | 1 | 1566568934926 | 39 |
testBeanTypesOnProducerField | 1 | 1566568934966 | 10 |
testBeanTypesOnProducerMethod | 1 | 1566568934976 | 10 |
testDefaultBindingTypeAssumed | 1 | 1566568934987 | 9 |
testGenericBeanTypesOnManagedBean | 1 | 1566568934997 | 9 |
testGenericBeanTypesOnProducerField | 1 | 1566568935007 | 64 |
testGenericBeanTypesOnProducerMethod | 1 | 1566568935072 | 10 |
testResolveByTypeWithArray | 1 | 1566568935082 | 9 |
testResolveByTypeWithNonBindingMembers | 1 | 1566568935091 | 9 |
testResolveByTypeWithPrimitives | 1 | 1566568935101 | 66 |
testResolveByTypeWithTypeParameter | 1 | 1566568935168 | 11 |
org.jboss.cdi.tck.tests.lookup.typesafe.resolution.broken.disabled.DisabledBeanNotAvailableForInjectionTest | testDeployment | 1 | 1566568935607 | 1 |
org.jboss.cdi.tck.tests.lookup.typesafe.resolution.broken.type.variable.TypeVariableInjectionPointTest | testTypeVariableInjectionPoint | 1 | 1566568935968 | 1 |
org.jboss.cdi.tck.tests.lookup.typesafe.resolution.decorator.DecoratorNotInjectedTest | testDecoratorNotResolved | 1 | 1566568936398 | 1 |
org.jboss.cdi.tck.tests.lookup.typesafe.resolution.interceptor.InterceptorNotResolvedInterModuleTest | testInterceptorNotAvailableForInjection | 1 | 1566568936797 | 1 |
org.jboss.cdi.tck.tests.lookup.typesafe.resolution.interceptor.InterceptorNotResolvedTest | testInterceptorNotAvailableForInjection | 1 | 1566568937178 | 0 |
org.jboss.cdi.tck.tests.lookup.typesafe.resolution.parameterized.AssignabilityOfRawAndParameterizedTypesTest | testAssignabilityOfParameterizedTypeWithActualTypesToParameterizedTypeWithActualTypes | 1 | 1566568938490 | 409 |
testAssignabilityOfParameterizedTypeWithActualTypesToParameterizedTypeWithWildcards | 1 | 1566568938899 | 9 |
testAssignabilityOfParameterizedTypeWithActualTypesToParameterizedTypeWithWildcardsAtInjectionPoint | 1 | 1566568938909 | 58 |
testAssignabilityOfParameterizedTypeWithTypeVariableWithMultipleBoundsToParameterizedTypeWithTypeVariable | 1 | 1566568938968 | 11 |
testAssignabilityOfParameterizedTypeWithTypeVariablesToParameterizedTypeWithActualTypes | 1 | 1566568938980 | 8 |
testAssignabilityOfParameterizedTypeWithTypeVariablesToParameterizedTypeWithTypeVariable | 1 | 1566568938989 | 9 |
testAssignabilityOfParameterizedTypeWithTypeVariablesToParameterizedTypeWithWildcardWithLowerBound | 1 | 1566568938999 | 67 |
testAssignabilityOfParameterizedTypeWithTypeVariablesToParameterizedTypeWithWildcards | 1 | 1566568939067 | 9 |
testAssignabilityOfParameterizedTypeWithTypeVariablesToParameterizedTypeWithWildcards2 | 1 | 1566568939077 | 8 |
testAssignabilityOfParameterizedTypeWithTypeVariablesWithMultipleBoundsToParameterizedTypeWithActualTypes | 1 | 1566568939086 | 8 |
testAssignabilityToRawType | 1 | 1566568939094 | 76 |
org.jboss.cdi.tck.tests.lookup.typesafe.resolution.parameterized.raw.RawBeanTypeParameterizedRequiredTypeTest | testAssignableTypeParams | 1 | 1566568940513 | 463 |
testNotAssignableTypeParams | 1 | 1566568940976 | 11 |
org.jboss.cdi.tck.tests.lookup.typesafe.resolution.primitive.PrimitiveInjectionPointTest | testPrimitiveInjectionPointResolvedToNonPrimitiveProducerMethod | 1 | 1566568942516 | 292 |
org.jboss.cdi.tck.tests.vetoed.VetoedTest | testAnnotatedTypeAddedByExtension | 1 | 1566568943983 | 341 |
testClassLevelVeto | 1 | 1566568944324 | 40 |
testPackageLevelVeto | 1 | 1566568944365 | 8 |
org.jboss.cdi.tck.tests.vetoed.enterprise.EnterpriseVetoedTest | testAnnotatedTypeAddedByExtension (integration) | 1 | 1566568945617 | 402 |
testClassLevelVeto (integration) | 1 | 1566568946020 | 8 |
testPackageLevelVeto (integration) | 1 | 1566568946029 | 36 |
org.jboss.cdi.tck.interceptors.tests.bindings.broken.InvalidTransitiveInterceptorBindingAnnotationsTest | testInterceptorBindingsWithConflictingAnnotationMembersNotOk | 1 | 1566568946492 | 0 |
org.jboss.cdi.tck.interceptors.tests.bindings.members.InterceptorBindingTypeWithMemberTest | testInterceptorBindingTypeMemberValuesComparedWithEquals | 1 | 1566568947694 | 376 |
testInterceptorBindingTypeWithMember | 1 | 1566568948070 | 9 |
testInterceptorBindingTypeWithNonBindingMember | 1 | 1566568948079 | 9 |
org.jboss.cdi.tck.interceptors.tests.contract.aroundTimeout.AroundTimeoutInterceptorTest | testInvocationContextGetTimer (javaee-full) | 1 | 1566568952831 | 1579 |
testSecurityContext (security, javaee-full) | 1 | 1566568954411 | 6056 |
org.jboss.cdi.tck.interceptors.tests.contract.interceptorLifeCycle.environment.jndi.ejb.InterceptorEnvironmentJNDISessionBeanTest | testInterceptorEnvironment (javaee-full) | 1 | 1566568961739 | 132 |
org.jboss.cdi.tck.interceptors.tests.contract.lifecycleCallback.exceptions.LifecycleCallbackInterceptorExceptionTest | testLifecycleCallbackInterceptorCanCatchException | 1 | 1566568963572 | 408 |
testPostConstructCanThrowRuntimeException | 1 | 1566568963980 | 18 |
testPreDestroyNotInvokedWhenInstanceDiscarded | 1 | 1566568963998 | 9 |
org.jboss.cdi.tck.interceptors.tests.contract.method.MethodLevelInterceptorTest | testExcludeClassInterceptors | 1 | 1566568965398 | 479 |
testInterceptorCanBeAppliedToMoreThanOneMethod | 1 | 1566568965878 | 8 |
org.jboss.cdi.tck.tests.alternative.broken.not.alternative.ClassIsNotAlternativeTest | test | 1 | 1566568966288 | 1 |
org.jboss.cdi.tck.tests.alternative.broken.not.alternative.stereotype.ClassIsNotAlternativeTest | test | 1 | 1566568966666 | 0 |
org.jboss.cdi.tck.tests.alternative.resolution.qualifier.QualifierNotDeclaredTest | testResolution | 1 | 1566568967874 | 436 |
org.jboss.cdi.tck.tests.alternative.selection.enterprise.EnterpriseSelectedAlternative01Test | testAlternativeSessionBeanSelected (integration) | 1 | 1566568969786 | 410 |
org.jboss.cdi.tck.tests.alternative.selection.enterprise.EnterpriseSelectedAlternative03Test | testAlternativeManagedBeanAvailable (javaee-full) | 1 | 1566568971699 | 334 |
testAlternativeProducerSelected (javaee-full) | 1 | 1566568972034 | 10 |
testDependencyResolvable (javaee-full) | 1 | 1566568972045 | 26 |
org.jboss.cdi.tck.tests.context.ContextDestroysBeansTest | testContextDestroysBeansWhenDestroyed | 1 | 1566568973302 | 496 |
org.jboss.cdi.tck.tests.context.application.postconstruct.EagerSingletonPostConstructCallbackTest | testEagerSingletonPostConstructCallback (integration) | 1 | 1566568975016 | 406 |
org.jboss.cdi.tck.tests.context.passivating.PassivatingContextTest | testBeanWithNonSerializableImplementationInjectedIntoTransientFieldOK | 1 | 1566568976685 | 386 |
testInjectionOfDependentPrimitiveProductIntoNormalBean | 1 | 1566568977072 | 13 |
testInjectionOfDependentSerializableProductIntoNormalBean | 1 | 1566568977085 | 11 |
testManagedBeanWithSerializableDecoratorOK | 1 | 1566568977097 | 10 |
testManagedBeanWithSerializableImplementationClassOK | 1 | 1566568977108 | 65 |
testManagedBeanWithSerializableInterceptorClassOK | 1 | 1566568977173 | 19 |
testNonSerializableProducerFieldDeclaredPassivatingThrowsIllegalProductException | 1 | 1566568977193 | 15 |
testPassivatingScopeProducerMethodReturnsUnserializableObjectNotOk | 1 | 1566568977208 | 66 |
testPassivationCapableProducerFieldIsOK | 1 | 1566568977275 | 8 |
testPassivationCapableProducerMethodIsOK | 1 | 1566568977283 | 8 |
testPassivationOccurs | 1 | 1566568977292 | 11 |
org.jboss.cdi.tck.tests.context.passivating.broken.producer.field.managed.dependent.ManagedBeanWithIllegalDependencyTest | testConstructorInjectionPointRequiringPassivationCapableDependency | 1 | 1566568978730 | 288 |
testFieldInjectionPointRequiringPassivationCapableDependency | 1 | 1566568979018 | 11 |
testSetterInjectionPointRequiringPassivationCapableDependency | 1 | 1566568979029 | 12 |
org.jboss.cdi.tck.tests.context.request.RequestContextTest | testRequestScopeActiveDuringServiceMethod (integration) | 1 | 1566568979604 | 9 |
testRequestScopeActiveDuringServletFilter (integration) | 1 | 1566568979614 | 6 |
testRequestScopeIsDestroyedAfterServletRequest (integration) | 1 | 1566568979621 | 53 |
org.jboss.cdi.tck.tests.context.request.event.remote.RequestScopeEventRemoteTest | testRequestScopeActiveDuringRemoteCallToEjb (javaee-full) | 1 | 1566568983787 | 680 |
org.jboss.cdi.tck.tests.context.request.postconstruct.EagerSingletonPostConstructCallbackTest | testEagerSingletonPostConstructCallback (integration) | 1 | 1566568985187 | 7 |
org.jboss.cdi.tck.tests.decorators.custom.broken.finalBeanClass.CustomDecoratorMatchingBeanWithFinalClassTest | testCustomDecoratorDecoratingFinalBean | 1 | 1566568985677 | 1 |
org.jboss.cdi.tck.tests.decorators.invocation.producer.method.DecoratorInvocationTest | testDecoratorInvocation | 1 | 1566568987324 | 467 |
org.jboss.cdi.tck.tests.definition.scope.broken.tooManyScopes.producer.field.ProducerFieldTooManyScopesTest | testTooManyScopesSpecifiedInJava | 1 | 1566568988117 | 0 |
org.jboss.cdi.tck.tests.deployment.packaging.bundledLibrary.LibraryInEarTest | test (javaee-full) | 1 | 1566568989621 | 249 |
org.jboss.cdi.tck.tests.deployment.packaging.installedLibrary.InstalledLibraryWarTest | testInjection (installedLib, integration) | 1 | 1566568991085 | 483 |
org.jboss.cdi.tck.tests.event.broken.observer.remoteBusinessMethod.EJBObserverMethodRemoteBusinessMethodTest | testObserverMethodOnRemoteBusinessMethodFails (javaee-full, integration) | 1 | 1566569066281 | 0 |
org.jboss.cdi.tck.tests.event.broken.raw.RawEventConstructorInjectionTest | testDefinitionError | 1 | 1566569067201 | 0 |
org.jboss.cdi.tck.tests.event.broken.raw.RawEventInitMethodInjectionTest | testDefinitionError | 1 | 1566569067784 | 0 |
org.jboss.cdi.tck.tests.event.broken.raw.RawEventProducerMethodInjectionTest | testDefinitionError | 1 | 1566569068382 | 0 |
org.jboss.cdi.tck.tests.event.observer.priority.contextLifecycleEvent.RequestContextLifecycleEventObserverOrderingTest | testContextLifecycleEventOrdering (integration) | 1 | 1566569069409 | 180 |
org.jboss.cdi.tck.tests.event.observer.runtimeException.ObserverExceptionRethrownTest | testNonTransactionalObserverThrowsNonCheckedExceptionIsRethrown | 1 | 1566569071397 | 680 |
org.jboss.cdi.tck.tests.event.observer.transactional.custom.CustomTransactionalObserverTest | testCustomTransactionalObserver (integration, persistence) | 1 | 1566569075005 | 1086 |
org.jboss.cdi.tck.tests.extensions.annotated.delivery.WithAnnotationsTest | testDelivery | 1 | 1566569077699 | 609 |
testDeliveryMetaAnnotation | 1 | 1566569078309 | 58 |
org.jboss.cdi.tck.tests.extensions.container.event.broken.processBeanObserverRegistersException.AddDefinitionErrorTest | testAddDefinitionError | 1 | 1566569078781 | 0 |
org.jboss.cdi.tck.tests.extensions.lifecycle.ExtensionLifecycleTest | testContainerDeliversEventNotifications | 1 | 1566569080291 | 379 |
testContainerInstantiatesSingleInstanceOfExtension | 1 | 1566569080670 | 11 |
testContainerProvidesBeanForExtension | 1 | 1566569080682 | 10 |
org.jboss.cdi.tck.tests.extensions.lifecycle.broken.exception.validation.AfterDeploymentValidationObserverExecutionFailureTest | testObserverFailureTreatedAsDeploymentError | 1 | 1566569081174 | 1 |
org.jboss.cdi.tck.tests.extensions.lifecycle.broken.observerMethod.CustomObserverMethodWithoutNotifyMethodTest | observerCustomMethodNotOverridingNotifyMethodTreatedAsDefinitionError | 1 | 1566569081505 | 0 |
org.jboss.cdi.tck.tests.extensions.lifecycle.processBeanAttributes.interceptor.InterceptorProcessBeanAttributesTest | testAlphaInterceptorObserved | 1 | 1566569082978 | 420 |
testBravoInterceptorObserved | 1 | 1566569083399 | 8 |
org.jboss.cdi.tck.tests.extensions.producer.broken.processing.ProducerProcessingWithExceptionTest | testException | 1 | 1566569083808 | 0 |
org.jboss.cdi.tck.tests.extensions.stereotype.StereotypeExtensionTest | testStereotypeWorks | 1 | 1566569085069 | 323 |
org.jboss.cdi.tck.tests.implementation.builtin.metadata.broken.injection.BuiltinDecoratorInjectionTest | testDeploymentFails | 1 | 1566569085784 | 0 |
org.jboss.cdi.tck.tests.implementation.builtin.metadata.broken.injection.BuiltinInterceptorInjectionTest | testDeploymentFails | 1 | 1566569086120 | 44 |
org.jboss.cdi.tck.tests.implementation.builtin.metadata.broken.typeparam.BeanTypeParamFieldTest | testDeploymentFails | 1 | 1566569086494 | 0 |
org.jboss.cdi.tck.tests.implementation.builtin.metadata.broken.typeparam.BeanTypeParamInitializerTest | testDeploymentFails | 1 | 1566569086809 | 0 |
org.jboss.cdi.tck.tests.implementation.builtin.metadata.broken.typeparam.decorator.DecoratoredBeanTypeParamFieldTest | testDeploymentFails | 1 | 1566569087200 | 1 |
org.jboss.cdi.tck.tests.implementation.builtin.metadata.broken.typeparam.interceptor.InterceptorTypeParamFieldTest | testDeploymentFails | 1 | 1566569087613 | 1 |
org.jboss.cdi.tck.tests.implementation.disposal.method.definition.broken.multiParams.MultipleDisposeParametersDefinitionTest | testMultipleDisposeParameters | 1 | 1566569087886 | 0 |
org.jboss.cdi.tck.tests.implementation.enterprise.broken.singletonWithConversationScope.SingletonWithConversationScopeTest | testSingletonWithConversationScopeFails (integration) | 1 | 1566569088201 | 0 |
org.jboss.cdi.tck.tests.implementation.enterprise.broken.singletonWithRequestScope.SingletonWithRequestScopeTest | testSingletonWithRequestScopeFails (integration) | 1 | 1566569088500 | 1 |
org.jboss.cdi.tck.tests.implementation.enterprise.broken.statelessWithSessionScope.StatelessWithSessionScopeTest | testStatelessWithSessionScopeFails (integration) | 1 | 1566569088801 | 0 |
org.jboss.cdi.tck.tests.implementation.initializer.broken.generic.GenericInitializerMethodTest | testGenericInitializerMethodNotAllowed | 1 | 1566569089078 | 1 |
org.jboss.cdi.tck.tests.implementation.producer.field.definition.broken.array.ProducerFieldArrayWildcardTest | testBeanTypes | 1 | 1566569089386 | 0 |
org.jboss.cdi.tck.tests.implementation.producer.field.definition.broken.interceptor.ProducerFieldOnInterceptorTest | testProducerFieldNotAllowedOnInterceptor | 1 | 1566569089775 | 0 |
org.jboss.cdi.tck.tests.implementation.producer.method.broken.parameterizedTypeWithTypeParameter.ParametrizedReturnTypeWithTypeVariable02Test | testNonDependentScopedProducerMethodWithParameterizedTypeWithTypeVariable | 1 | 1566569090005 | 0 |
org.jboss.cdi.tck.tests.implementation.simple.resource.broken.type.env.ResourceDefinitionWithDifferentTypeTest | testDeployment (integration) | 1 | 1566569090276 | 0 |
org.jboss.cdi.tck.tests.implementation.simple.resource.ejb.EjbInjectionTest | testInjectionOfEjbs (javaee-full) | 1 | 1566569091884 | 325 |
testPassivationOfEjbs (javaee-full) | 1 | 1566569092209 | 22 |
testResourceBeanTypes (javaee-full) | 1 | 1566569092232 | 40 |
org.jboss.cdi.tck.tests.implementation.simple.resource.persistenceContext.staticProducer.PersistenceInjectionStaticProducerFieldTest | testInjectionOfPersistenceContext (integration, persistence) | 1 | 1566569094606 | 585 |
testInjectionOfPersistenceUnit (integration, persistence) | 1 | 1566569095192 | 9 |
org.jboss.cdi.tck.tests.inheritance.specialization.simple.broken.inconsistent.InconsistentSpecializationTest | testInconsistentSpecialization | 1 | 1566569095608 | 0 |
org.jboss.cdi.tck.tests.interceptors.definition.broken.finalClassInterceptor.DependentBeanFinalMethodInterceptorTest | testFinalMethodWithClassLevelInterceptor | 1 | 1566569095985 | 0 |
org.jboss.cdi.tck.tests.interceptors.definition.broken.finalClassInterceptor.FinalClassClassLevelInterceptorTest | testFinalClassWithClassLevelInterceptor | 1 | 1566569096299 | 1 |
org.jboss.cdi.tck.tests.interceptors.definition.broken.nonInterceptorClassInBeansXml.NonInterceptorClassInBeansXmlTest | testNonInterceptorClassInBeansXmlNotOk | 1 | 1566569096712 | 0 |
org.jboss.cdi.tck.tests.interceptors.definition.broken.sameClassListedTwiceInBeansXml.SameClassListedTwiceInBeansXmlTest | testSameInterceptorClassListedTwiceInBeansXmlNotOk | 1 | 1566569096987 | 0 |
org.jboss.cdi.tck.tests.interceptors.definition.inheritance.broken.binding.FinalMethodWithInheritedStereotypeInterceptorTest | testFinalClassWithInheritedStereotypeInterceptor | 1 | 1566569097309 | 0 |
org.jboss.cdi.tck.tests.interceptors.definition.interceptorCalledBeforeDecorator.InterceptorCalledBeforeDecoratorTest | testInterceptorCalledBeforeDecorator | 1 | 1566569098664 | 483 |
org.jboss.cdi.tck.tests.lookup.clientProxy.unproxyable.finalMethod.StaticFinalMethodTest | testClassWithStaticFinalMethodCanBeProxied | 1 | 1566569100299 | 577 |
org.jboss.cdi.tck.tests.lookup.dynamic.broken.raw.RawInstanceInitMethodInjectionTest | testDefinitionError | 1 | 1566569173964 | 1 |
org.jboss.cdi.tck.tests.lookup.dynamic.broken.raw.RawInstanceProducerMethodInjectionTest | testDefinitionError | 1 | 1566569174570 | 1 |
org.jboss.cdi.tck.tests.lookup.injection.non.contextual.WebServiceInjectionIntoNonContextualComponentTest | testFilterInitCalledAfterResourceInjection (javaee-full, jaxws) | 1 | 1566569178087 | 9 |
testServletInitCalledAfterResourceInjection (javaee-full, jaxws) | 1 | 1566569178097 | 92 |
org.jboss.cdi.tck.tests.lookup.injection.parameterized.ParameterizedTypesInjectionToParameterizedWithTypeVariableUpperBoundTest | testInjection | 1 | 1566569180081 | 623 |
org.jboss.cdi.tck.tests.lookup.manager.jndi.ManagerTest | testManagerLookupInJndi (integration) | 1 | 1566569182574 | 607 |
org.jboss.cdi.tck.tests.lookup.modules.EnabledManagedBeanInjectionAvailability02Test | testInjection | 1 | 1566569184912 | 487 |
org.jboss.cdi.tck.tests.lookup.modules.EnabledProducerFieldInjectionAvailability02Test | testInjection | 1 | 1566569187304 | 499 |
org.jboss.cdi.tck.tests.lookup.modules.EnabledProducerFieldInjectionAvailabilityTest | testInjection (javaee-full) | 1 | 1566569189501 | 469 |
org.jboss.cdi.tck.tests.lookup.modules.SelectedAlternativeSessionBeanInjectionAvailability02Test | testInjection (integration) | 1 | 1566569191591 | 500 |
org.jboss.cdi.tck.tests.lookup.modules.SpecializedBeanInjectionNotAvailable02Test | testManagedBeanInjection (integration) | 1 | 1566569193591 | 395 |
testSessionBeanInjection (javaee-full) | 1 | 1566569193987 | 10 |
org.jboss.cdi.tck.tests.lookup.modules.SpecializedProducerMethodInjectionNotAvailable02Test | testManagedBeanInjection | 1 | 1566569195796 | 415 |
org.jboss.cdi.tck.tests.lookup.modules.broken.DisabledSessionBeanInjectionNotAvailableTest | testInjection (javaee-full) | 1 | 1566569196813 | 1 |
org.jboss.cdi.tck.tests.lookup.modules.specialization.SpecializationModularity07Test | testSpecialization (javaee-full) | 1 | 1566569197481 | 0 |
org.jboss.cdi.tck.tests.lookup.modules.specialization.alternative.Specialization01Test | testEvent | 1 | 1566569198767 | 424 |
testNotEnabledAlternativeDoesNotSpecialize | 1 | 1566569199191 | 8 |
org.jboss.cdi.tck.tests.lookup.modules.specialization.alternative.Specialization03Test | testEnabledAlternativeSpecializes (integration) | 1 | 1566569200534 | 363 |
testEvent | 1 | 1566569200898 | 8 |
org.jboss.cdi.tck.tests.context.GetOnInactiveContextTest | testInvokingGetOnInactiveContextFails | 1 | 1566569202173 | 462 |
org.jboss.cdi.tck.tests.context.application.disposer.ApplicationContextDisposerTest | testApplicationContextActiveDuringDispose | 1 | 1566569203805 | 280 |
org.jboss.cdi.tck.tests.event.broken.raw.RawEventProcessInjectionPointTest | testDefinitionError | 1 | 1566569204489 | 0 |
org.jboss.cdi.tck.tests.extensions.lifecycle.broken.addDefinitionError.AddDefinitionErrorTest | testObserverDefinitionErrorTreatedAsDefinitionError | 1 | 1566569204801 | 0 |
org.jboss.cdi.tck.tests.implementation.builtin.metadata.broken.injection.decorated.DecoratedBeanInitializerInjectionTest | testDeploymentFails | 1 | 1566569205183 | 0 |
org.jboss.cdi.tck.tests.implementation.builtin.metadata.broken.typeparam.BeanTypeParamProducerTest | testDeploymentFails | 1 | 1566569205566 | 0 |
org.jboss.cdi.tck.tests.implementation.disposal.method.definition.broken.initializerUnallowed.InitializerUnallowedDefinitionTest | testInitializerUnallowed | 1 | 1566569205873 | 0 |
org.jboss.cdi.tck.tests.implementation.simple.resource.broken.type.ResourceDefinitionWithDifferentTypeTest | testDeployment (integration) | 1 | 1566569206181 | 1 |
org.jboss.cdi.tck.tests.interceptors.definition.inheritance.broken.binding.FinalClassWithInheritedClassLevelInterceptorTest | testFinalClassWithInheritedClassLevelInterceptor | 1 | 1566569206512 | 1 |
org.jboss.cdi.tck.tests.lookup.dynamic.broken.raw.RawInstanceProcessInjectionPointTest | testDefinitionError | 1 | 1566569206885 | 0 |
org.jboss.cdi.tck.tests.lookup.manager.ManagerTest | testContainerProvidesManagerBean | 1 | 1566569208105 | 337 |
testGetReferenceReturnsContextualInstance | 1 | 1566569208442 | 26 |
testGetReferenceWithIllegalBeanType | 1 | 1566569208469 | 14 |
testInjectingManager | 1 | 1566569208484 | 11 |
testManagerBeanHasCurrentBinding | 1 | 1566569208496 | 72 |
testManagerBeanIsDependentScoped | 1 | 1566569208569 | 8 |
testManagerBeanIsPassivationCapable | 1 | 1566569208578 | 8 |
org.jboss.cdi.tck.tests.lookup.modules.InterModuleELResolution02Test | testEnabledManagedBeanAvailableForELResolution | 1 | 1566569210175 | 412 |
org.jboss.cdi.tck.tests.lookup.modules.InterModuleELResolutionTest | testEnabledManagedBeanAvailableForELResolution (javaee-full) | 1 | 1566569212011 | 238 |
org.jboss.cdi.tck.tests.lookup.modules.InterModuleLookupTest | testEnabledManagedBeanAvailableForInjection (javaee-full) | 1 | 1566569213671 | 274 |
org.jboss.cdi.tck.tests.lookup.modules.SpecializedProducerMethodInjectionNotAvailableTest | testManagedBeanInjection (javaee-full) | 1 | 1566569215227 | 294 |
org.jboss.cdi.tck.tests.lookup.modules.specialization.alternative.Specialization02Test | testEnabledAlternativeSpecializes (integration) | 1 | 1566569216676 | 441 |
testEvent | 1 | 1566569217118 | 49 |
org.jboss.cdi.tck.tests.implementation.builtin.metadata.broken.injection.decorated.DecoratedBeanFieldInjectionTest | testDeploymentFails | 1 | 1566569217503 | 0 |
org.jboss.cdi.tck.tests.lookup.byname.broken.prefix.NamePrefixTest | testDuplicateBeanNamePrefix | 1 | 1566569217871 | 1 |
org.jboss.cdi.tck.tests.lookup.modules.specialization.SpecializationModularity06Test | testSpecialization (javaee-full) | 1 | 1566569218378 | 1 |
org.jboss.cdi.tck.tests.implementation.builtin.metadata.broken.injection.decorated.DecoratedBeanConstructorInjectionTest | testDeploymentFails | 1 | 1566569218679 | 0 |
org.jboss.cdi.tck.tests.lookup.byname.broken.prefix.ExpandedNamePrefix2Test | testDuplicateBeanNamePrefix | 1 | 1566569218993 | 0 |
org.jboss.cdi.tck.tests.lookup.modules.specialization.SpecializationModularity01Test | testSpecialization | 1 | 1566569220114 | 404 |
org.jboss.cdi.tck.tests.implementation.builtin.metadata.broken.injection.intercepted.InterceptedBeanConstructorInjectionTest | testDeploymentFails | 1 | 1566569220910 | 0 |
org.jboss.cdi.tck.tests.lookup.modules.specialization.SpecializationModularity02Test | testSpecialization (javaee-full) | 1 | 1566569222118 | 484 |
org.jboss.cdi.tck.tests.lookup.modules.specialization.SpecializationModularity03Test | testSpecialization (javaee-full) | 1 | 1566569223066 | 0 |