Surefire Report

Summary

[Summary] [Package List] [Test Cases]


Tests Errors Failures Skipped Success Rate Time
70 0 0 0 100% 155.4 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% 10.03 s
ee.jakarta.tck.authentication.test.lifecycle 4 0 0 0 100% 9.996 s
ee.jakarta.tck.authentication.test.dispatching 12 0 0 0 100% 24.23 s
ee.jakarta.tck.authentication.test.invoke 15 0 0 0 100% 13.73 s
ee.jakarta.tck.authentication.test.ejbpropagation 4 0 0 0 100% 12.62 s
ee.jakarta.tck.authentication.test.programmaticauthentication 3 0 0 0 100% 9.211 s
ee.jakarta.tck.authentication.test.ejbasyncauthentication 1 0 0 0 100% 11.30 s
ee.jakarta.tck.authentication.test.basic 8 0 0 0 100% 11.59 s
ee.jakarta.tck.authentication.test.authzpropagation 3 0 0 0 100% 10.14 s
ee.jakarta.tck.authentication.test.registersession 6 0 0 0 100% 21.97 s
ee.jakarta.tck.authentication.test.customprincipal 6 0 0 0 100% 11.17 s
ee.jakarta.tck.authentication.test.wrapping 6 0 0 0 100% 9.375 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.255 s
PublicStatusCodesTest 1 0 0 0 100% 0.774 s

ee.jakarta.tck.authentication.test.lifecycle

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

ee.jakarta.tck.authentication.test.dispatching

- Class Tests Errors Failures Skipped Success Rate Time
BasicIncludeTest 1 0 0 0 100% 9.071 s
BasicForwardTest 2 0 0 0 100% 0.831 s
JSFForwardTest 2 0 0 0 100% 11.01 s
CDIIncludeTest 1 0 0 0 100% 1.188 s
JSFCDIForwardTest 2 0 0 0 100% 1.098 s
CDIForwardTest 4 0 0 0 100% 1.035 s

ee.jakarta.tck.authentication.test.invoke

- Class Tests Errors Failures Skipped Success Rate Time
InvokeEJBBeanProtectedTest 3 0 0 0 100% 10.44 s
InvokeEJBBeanPublicTest 3 0 0 0 100% 1.116 s
InvokeCDIBeanPublicTest 6 0 0 0 100% 1.048 s
InvokeCDIBeanProtectedTest 3 0 0 0 100% 1.119 s

ee.jakarta.tck.authentication.test.ejbpropagation

- Class Tests Errors Failures Skipped Success Rate Time
PublicEJBPropagationTest 1 0 0 0 100% 10.61 s
PublicEJBPropagationLogoutTest 1 0 0 0 100% 1.041 s
ProtectedEJBPropagationTest 2 0 0 0 100% 0.966 s

ee.jakarta.tck.authentication.test.programmaticauthentication

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

ee.jakarta.tck.authentication.test.ejbasyncauthentication

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

ee.jakarta.tck.authentication.test.basic

- Class Tests Errors Failures Skipped Success Rate Time
BasicAuthenticationStatelessTest 4 0 0 0 100% 9.997 s
BasicAuthenticationPublicTest 2 0 0 0 100% 0.908 s
BasicAuthenticationProtectedTest 2 0 0 0 100% 0.690 s

ee.jakarta.tck.authentication.test.authzpropagation

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

ee.jakarta.tck.authentication.test.registersession

- Class Tests Errors Failures Skipped Success Rate Time
RegisterSessionCustomPrincipalTest 2 0 0 0 100% 9.673 s
RegisterSessionTest 2 0 0 0 100% 0.883 s
RegisterSessionCustomPrincipalEJBPropagationTest 1 0 0 0 100% 10.30 s
RegisterSessionEJBPropagationTest 1 0 0 0 100% 1.112 s

ee.jakarta.tck.authentication.test.customprincipal

- Class Tests Errors Failures Skipped Success Rate Time
CustomPrincipalStatelessTest 4 0 0 0 100% 9.587 s
CustomPrincipalPublicTest 1 0 0 0 100% 0.832 s
CustomPrincipalProtectedTest 1 0 0 0 100% 0.747 s

ee.jakarta.tck.authentication.test.wrapping

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

Test Cases

[Summary] [Package List] [Test Cases]

BasicAuthenticationStatelessTest

testPublicAccessIsStateless 0.757 s
testProtectedAccessIsStateless 0.041 s
testProtectedAccessIsStateless2 0.076 s
testProtectedThenPublicAccessIsStateless 0.030 s

BasicAuthenticationPublicTest

testPublicPageLoggedin 0.027 s
testPublicPageNotLoggedin 0.016 s

BasicAuthenticationProtectedTest

testProtectedPageNotLoggedin 0.015 s
testProtectedPageLoggedin 0.018 s

CustomPrincipalStatelessTest

testPublicAccessIsStateless 0.738 s
testProtectedAccessIsStateless 0.053 s
testProtectedAccessIsStateless2 0.094 s
testProtectedThenPublicAccessIsStateless 0.024 s

CustomPrincipalPublicTest

testPublicPageLoggedin 0.020 s

CustomPrincipalProtectedTest

testProtectedPageLoggedin 0.019 s

ProgrammaticAuthenticationTest

testAuthenticateFailFirstTwice 0.717 s
testAuthenticate 0.035 s
testAuthenticateFailFirstOnce 0.019 s

AuthModuleMethodInvocationTest

testBasicSAMMethodsCalled 0.707 s
testLogout 0.020 s

IsMandatoryTest

testProtectedIsMandatory 0.022 s
testPublicIsNonMandatory 0.018 s

WrappingTest

testResponseWrapping 0.737 s
testDeclaredFilterResponseWrapping 0.023 s
testProgrammaticFilterResponseWrapping 0.020 s
testDeclaredFilterRequestWrapping 0.017 s
testProgrammaticFilterRequestWrapping 0.016 s
testRequestWrapping 0.018 s

RegisterSessionCustomPrincipalTest

testJoinSessionIsOptional 0.753 s
testRemembersSession 0.109 s

RegisterSessionTest

testJoinSessionIsOptional 0.053 s
testRemembersSession 0.044 s

AsyncAuthenticationPublicTest

testBasicAsync 1.742 s

ProtectedStatusCodesTest

test404inResponse 0.718 s

PublicStatusCodesTest

test404inResponse 0.023 s

BasicIncludeTest

testBasicIncludeViaPublicResource 0.685 s

BasicForwardTest

testBasicForwardViaProtectedResource 0.022 s
testBasicForwardViaPublicResource 0.019 s

JSFForwardTest

testJSFForwardViaPublicResource 0.855 s
testJSFForwardViaProtectedResource 0.028 s

CDIIncludeTest

testCDIIncludeViaPublicResource 0.078 s

JSFCDIForwardTest

testJSFwithCDIForwardViaPublicResource 0.066 s
testJSFwithCDIForwardViaProtectedResource 0.032 s

CDIForwardTest

testCDIForwardWithRequestProtected 0.047 s
testCDIForwardViaProtectedResource 0.018 s
testCDIForwardViaPublicResource 0.080 s
testCDIForwardWithRequestPublic 0.017 s

PublicEJBPropagationTest

protectedServletCallingPublicEJB 0.741 s

PublicEJBPropagationLogoutTest

publicServletCallingPublicEJBThenLogout 0.032 s

ProtectedEJBPropagationTest

publicServletCallingProtectedEJB 0.028 s
protectedServletCallingProtectedEJB 0.023 s

RegisterSessionCustomPrincipalEJBPropagationTest

testRemembersSession 0.788 s

RegisterSessionEJBPropagationTest

testRemembersSession 0.130 s

AuthzPropagationProtectedTest

callingJACCWhenAuthenticated 0.720 s

AuthzPropagationPublicTest

callingJACCWhenAuthenticated 0.027 s
callingJACCWhenNotAuthenticated 0.025 s

InvokeEJBBeanProtectedTest

protectedInvokeEJBFromSecureResponse 0.718 s
protectedInvokeEJBFromCleanSubject 0.020 s
protectedInvokeEJBFromValidateRequest 0.017 s

InvokeEJBBeanPublicTest

publicInvokeEJBFromSecureResponse 0.025 s
publicInvokeEJBFromValidateRequest 0.017 s
publicInvokeEJBFromCleanSubject 0.018 s

InvokeCDIBeanPublicTest

publicInvokeCDIUseInjectedRequestFromValidateRequest 0.042 s
publicInvokeCDIFromSecureResponse 0.068 s
publicInvokeCDIFromValidateRequest 0.015 s
publicInvokeCDIUseInjectedRequestFromCleanSubject 0.012 s
publicInvokeCDIUseInjectedRequestFromSecureResponse 0.013 s
publicInvokeCDIFromCleanSubject 0.013 s

InvokeCDIBeanProtectedTest

protectedInvokeCDIFromSecureResponse 0.029 s
protectedInvokeCDIFromCleanSubject 0.014 s
protectedInvokeCDIFromValidateRequest 0.012 s