Surefire Report

Summary

[Summary] [Package List] [Test Cases]


Tests Errors Failures Skipped Success Rate Time
70 0 0 0 100% 153.1 s

Note: failures are anticipated and checked for with assertions while errors are unanticipated.


Package List

[Summary] [Package List] [Test Cases]


Package Tests Errors Failures Skipped Success Rate Time
ee.jakarta.tck.authentication.test.statuscodes 2 0 0 0 100% 9.926 s
ee.jakarta.tck.authentication.test.lifecycle 4 0 0 0 100% 9.883 s
ee.jakarta.tck.authentication.test.dispatching 12 0 0 0 100% 24.02 s
ee.jakarta.tck.authentication.test.invoke 15 0 0 0 100% 13.58 s
ee.jakarta.tck.authentication.test.ejbpropagation 4 0 0 0 100% 12.34 s
ee.jakarta.tck.authentication.test.programmaticauthentication 3 0 0 0 100% 9.502 s
ee.jakarta.tck.authentication.test.ejbasyncauthentication 1 0 0 0 100% 11.28 s
ee.jakarta.tck.authentication.test.basic 8 0 0 0 100% 10.96 s
ee.jakarta.tck.authentication.test.authzpropagation 3 0 0 0 100% 9.942 s
ee.jakarta.tck.authentication.test.registersession 6 0 0 0 100% 21.53 s
ee.jakarta.tck.authentication.test.customprincipal 6 0 0 0 100% 11.19 s
ee.jakarta.tck.authentication.test.wrapping 6 0 0 0 100% 8.961 s

Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.

ee.jakarta.tck.authentication.test.statuscodes

- Class Tests Errors Failures Skipped Success Rate Time
ProtectedStatusCodesTest 1 0 0 0 100% 9.103 s
PublicStatusCodesTest 1 0 0 0 100% 0.823 s

ee.jakarta.tck.authentication.test.lifecycle

- Class Tests Errors Failures Skipped Success Rate Time
AuthModuleMethodInvocationTest 2 0 0 0 100% 9.031 s
IsMandatoryTest 2 0 0 0 100% 0.852 s

ee.jakarta.tck.authentication.test.dispatching

- Class Tests Errors Failures Skipped Success Rate Time
BasicIncludeTest 1 0 0 0 100% 9.358 s
BasicForwardTest 2 0 0 0 100% 0.842 s
JSFForwardTest 2 0 0 0 100% 10.68 s
CDIIncludeTest 1 0 0 0 100% 1.089 s
JSFCDIForwardTest 2 0 0 0 100% 1.040 s
CDIForwardTest 4 0 0 0 100% 1.017 s

ee.jakarta.tck.authentication.test.invoke

- Class Tests Errors Failures Skipped Success Rate Time
InvokeEJBBeanProtectedTest 3 0 0 0 100% 10.33 s
InvokeEJBBeanPublicTest 3 0 0 0 100% 1.184 s
InvokeCDIBeanPublicTest 6 0 0 0 100% 1.098 s
InvokeCDIBeanProtectedTest 3 0 0 0 100% 0.972 s

ee.jakarta.tck.authentication.test.ejbpropagation

- Class Tests Errors Failures Skipped Success Rate Time
PublicEJBPropagationTest 1 0 0 0 100% 10.34 s
PublicEJBPropagationLogoutTest 1 0 0 0 100% 0.990 s
ProtectedEJBPropagationTest 2 0 0 0 100% 1.002 s

ee.jakarta.tck.authentication.test.programmaticauthentication

- Class Tests Errors Failures Skipped Success Rate Time
ProgrammaticAuthenticationTest 3 0 0 0 100% 9.502 s

ee.jakarta.tck.authentication.test.ejbasyncauthentication

- Class Tests Errors Failures Skipped Success Rate Time
AsyncAuthenticationPublicTest 1 0 0 0 100% 11.28 s

ee.jakarta.tck.authentication.test.basic

- Class Tests Errors Failures Skipped Success Rate Time
BasicAuthenticationStatelessTest 4 0 0 0 100% 9.432 s
BasicAuthenticationPublicTest 2 0 0 0 100% 0.810 s
BasicAuthenticationProtectedTest 2 0 0 0 100% 0.716 s

ee.jakarta.tck.authentication.test.authzpropagation

- Class Tests Errors Failures Skipped Success Rate Time
AuthzPropagationProtectedTest 1 0 0 0 100% 9.012 s
AuthzPropagationPublicTest 2 0 0 0 100% 0.930 s

ee.jakarta.tck.authentication.test.registersession

- Class Tests Errors Failures Skipped Success Rate Time
RegisterSessionCustomPrincipalTest 2 0 0 0 100% 9.033 s
RegisterSessionTest 2 0 0 0 100% 0.853 s
RegisterSessionCustomPrincipalEJBPropagationTest 1 0 0 0 100% 10.38 s
RegisterSessionEJBPropagationTest 1 0 0 0 100% 1.272 s

ee.jakarta.tck.authentication.test.customprincipal

- Class Tests Errors Failures Skipped Success Rate Time
CustomPrincipalStatelessTest 4 0 0 0 100% 9.655 s
CustomPrincipalPublicTest 1 0 0 0 100% 0.824 s
CustomPrincipalProtectedTest 1 0 0 0 100% 0.709 s

ee.jakarta.tck.authentication.test.wrapping

- Class Tests Errors Failures Skipped Success Rate Time
WrappingTest 6 0 0 0 100% 8.961 s

Test Cases

[Summary] [Package List] [Test Cases]

BasicAuthenticationStatelessTest

testPublicAccessIsStateless 0.711 s
testProtectedAccessIsStateless 0.036 s
testProtectedAccessIsStateless2 0.075 s
testProtectedThenPublicAccessIsStateless 0.033 s

BasicAuthenticationPublicTest

testPublicPageLoggedin 0.016 s
testPublicPageNotLoggedin 0.014 s

BasicAuthenticationProtectedTest

testProtectedPageNotLoggedin 0.013 s
testProtectedPageLoggedin 0.017 s

CustomPrincipalStatelessTest

testPublicAccessIsStateless 0.704 s
testProtectedAccessIsStateless 0.035 s
testProtectedAccessIsStateless2 0.074 s
testProtectedThenPublicAccessIsStateless 0.038 s

CustomPrincipalPublicTest

testPublicPageLoggedin 0.018 s

CustomPrincipalProtectedTest

testProtectedPageLoggedin 0.018 s

ProgrammaticAuthenticationTest

testAuthenticateFailFirstTwice 0.742 s
testAuthenticate 0.018 s
testAuthenticateFailFirstOnce 0.017 s

AuthModuleMethodInvocationTest

testBasicSAMMethodsCalled 0.727 s
testLogout 0.024 s

IsMandatoryTest

testProtectedIsMandatory 0.020 s
testPublicIsNonMandatory 0.018 s

WrappingTest

testResponseWrapping 0.654 s
testDeclaredFilterResponseWrapping 0.020 s
testProgrammaticFilterResponseWrapping 0.017 s
testDeclaredFilterRequestWrapping 0.015 s
testProgrammaticFilterRequestWrapping 0.014 s
testRequestWrapping 0.026 s

RegisterSessionCustomPrincipalTest

testJoinSessionIsOptional 0.722 s
testRemembersSession 0.097 s

RegisterSessionTest

testJoinSessionIsOptional 0.050 s
testRemembersSession 0.069 s

AsyncAuthenticationPublicTest

testBasicAsync 1.701 s

ProtectedStatusCodesTest

test404inResponse 0.761 s

PublicStatusCodesTest

test404inResponse 0.024 s

BasicIncludeTest

testBasicIncludeViaPublicResource 0.709 s

BasicForwardTest

testBasicForwardViaProtectedResource 0.024 s
testBasicForwardViaPublicResource 0.017 s

JSFForwardTest

testJSFForwardViaPublicResource 0.828 s
testJSFForwardViaProtectedResource 0.023 s

CDIIncludeTest

testCDIIncludeViaPublicResource 0.052 s

JSFCDIForwardTest

testJSFwithCDIForwardViaPublicResource 0.073 s
testJSFwithCDIForwardViaProtectedResource 0.021 s

CDIForwardTest

testCDIForwardWithRequestProtected 0.029 s
testCDIForwardViaProtectedResource 0.015 s
testCDIForwardViaPublicResource 0.104 s
testCDIForwardWithRequestPublic 0.018 s

PublicEJBPropagationTest

protectedServletCallingPublicEJB 0.677 s

PublicEJBPropagationLogoutTest

publicServletCallingPublicEJBThenLogout 0.027 s

ProtectedEJBPropagationTest

publicServletCallingProtectedEJB 0.026 s
protectedServletCallingProtectedEJB 0.020 s

RegisterSessionCustomPrincipalEJBPropagationTest

testRemembersSession 0.865 s

RegisterSessionEJBPropagationTest

testRemembersSession 0.164 s

AuthzPropagationProtectedTest

callingJACCWhenAuthenticated 0.725 s

AuthzPropagationPublicTest

callingJACCWhenAuthenticated 0.025 s
callingJACCWhenNotAuthenticated 0.021 s

InvokeEJBBeanProtectedTest

protectedInvokeEJBFromSecureResponse 0.722 s
protectedInvokeEJBFromCleanSubject 0.022 s
protectedInvokeEJBFromValidateRequest 0.020 s

InvokeEJBBeanPublicTest

publicInvokeEJBFromSecureResponse 0.026 s
publicInvokeEJBFromValidateRequest 0.026 s
publicInvokeEJBFromCleanSubject 0.029 s

InvokeCDIBeanPublicTest

publicInvokeCDIUseInjectedRequestFromValidateRequest 0.033 s
publicInvokeCDIFromSecureResponse 0.081 s
publicInvokeCDIFromValidateRequest 0.017 s
publicInvokeCDIUseInjectedRequestFromCleanSubject 0.014 s
publicInvokeCDIUseInjectedRequestFromSecureResponse 0.019 s
publicInvokeCDIFromCleanSubject 0.014 s

InvokeCDIBeanProtectedTest

protectedInvokeCDIFromSecureResponse 0.030 s
protectedInvokeCDIFromCleanSubject 0.016 s
protectedInvokeCDIFromValidateRequest 0.027 s