[Summary] [Package List] [Test Cases]
| Tests | Errors | Failures | Skipped | Success Rate | Time |
|---|---|---|---|---|---|
| 108 | 0 | 0 | 0 | 100% | 2.785 |
Note: failures are anticipated and checked for with assertions while errors are unanticipated.
[Summary] [Package List] [Test Cases]
| Package | Tests | Errors | Failures | Skipped | Success Rate | Time |
|---|---|---|---|---|---|---|
| org.apache.shiro.web.filter.authc | 5 | 0 | 0 | 0 | 100% | 0.019 |
| org.apache.shiro.web.servlet | 13 | 0 | 0 | 0 | 100% | 0.177 |
| org.apache.shiro.web.filter.mgt | 32 | 0 | 0 | 0 | 100% | 0.124 |
| org.apache.shiro.web.filter.authz | 7 | 0 | 0 | 0 | 100% | 0.991 |
| org.apache.shiro.web.session.mgt | 17 | 0 | 0 | 0 | 100% | 0.285 |
| org.apache.shiro.web.filter.session | 1 | 0 | 0 | 0 | 100% | 0.027 |
| org.apache.shiro.web.filter | 2 | 0 | 0 | 0 | 100% | 0.032 |
| org.apache.shiro.web.mgt | 18 | 0 | 0 | 0 | 100% | 0.581 |
| org.apache.shiro.web.config | 12 | 0 | 0 | 0 | 100% | 0.473 |
| org.apache.shiro.web.env | 1 | 0 | 0 | 0 | 100% | 0.076 |
Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.
| Class | Tests | Errors | Failures | Skipped | Success Rate | Time | |
|---|---|---|---|---|---|---|---|
| AnonymousFilterTest | 1 | 0 | 0 | 0 | 100% | 0.001 | |
| BasicHttpFilterAuthenticationTest | 4 | 0 | 0 | 0 | 100% | 0.018 |
| Class | Tests | Errors | Failures | Skipped | Success Rate | Time | |
|---|---|---|---|---|---|---|---|
| AbstractShiroFilterTest | 2 | 0 | 0 | 0 | 100% | 0.044 | |
| IniShiroFilterTest | 5 | 0 | 0 | 0 | 100% | 0.116 | |
| OncePerRequestFilterTest | 2 | 0 | 0 | 0 | 100% | 0.001 | |
| ShiroFilterTest | 1 | 0 | 0 | 0 | 100% | 0.013 | |
| SimpleCookieTest | 3 | 0 | 0 | 0 | 100% | 0.003 |
| Class | Tests | Errors | Failures | Skipped | Success Rate | Time | |
|---|---|---|---|---|---|---|---|
| DefaultFilterChainManagerTest | 19 | 0 | 0 | 0 | 100% | 0.106 | |
| PathMatchingFilterChainResolverTest | 8 | 0 | 0 | 0 | 100% | 0.016 | |
| SimpleNamedFilterListTest | 5 | 0 | 0 | 0 | 100% | 0.002 |
| Class | Tests | Errors | Failures | Skipped | Success Rate | Time | |
|---|---|---|---|---|---|---|---|
| AuthorizationFilterTest | 2 | 0 | 0 | 0 | 100% | 0.095 | |
| HostFilterTest | 2 | 0 | 0 | 0 | 100% | 0.892 | |
| HttpMethodPermissionFilterTest | 1 | 0 | 0 | 0 | 100% | 0.002 | |
| PortFilterTest | 2 | 0 | 0 | 0 | 100% | 0.002 |
| Class | Tests | Errors | Failures | Skipped | Success Rate | Time | |
|---|---|---|---|---|---|---|---|
| DefaultWebSessionManagerTest | 11 | 0 | 0 | 0 | 100% | 0.214 | |
| ServletContainerSessionManagerTest | 6 | 0 | 0 | 0 | 100% | 0.071 |
| Class | Tests | Errors | Failures | Skipped | Success Rate | Time | |
|---|---|---|---|---|---|---|---|
| NoSessionCreationFilterTest | 1 | 0 | 0 | 0 | 100% | 0.027 |
| Class | Tests | Errors | Failures | Skipped | Success Rate | Time | |
|---|---|---|---|---|---|---|---|
| PathMatchingFilterTest | 2 | 0 | 0 | 0 | 100% | 0.032 |
| Class | Tests | Errors | Failures | Skipped | Success Rate | Time | |
|---|---|---|---|---|---|---|---|
| CookieRememberMeManagerTest | 5 | 0 | 0 | 0 | 100% | 0.262 | |
| DefaultWebSecurityManagerTest | 7 | 0 | 0 | 0 | 100% | 0.268 | |
| DefaultWebSessionStorageEvaluatorTest | 6 | 0 | 0 | 0 | 100% | 0.051 |
| Class | Tests | Errors | Failures | Skipped | Success Rate | Time | |
|---|---|---|---|---|---|---|---|
| IniFilterChainResolverFactoryTest | 11 | 0 | 0 | 0 | 100% | 0.371 | |
| WebIniSecurityManagerFactoryTest | 1 | 0 | 0 | 0 | 100% | 0.102 |
| Class | Tests | Errors | Failures | Skipped | Success Rate | Time | |
|---|---|---|---|---|---|---|---|
| IniWebEnvironmentTest | 1 | 0 | 0 | 0 | 100% | 0.076 |
[Summary] [Package List] [Test Cases]
| testNewInstance | 0.153 | |
| testGetInstanceNoIni | 0.066 | |
| testNewInstanceWithIni | 0.036 | |
| testGetFiltersWithNullOrEmptySection | 0.003 | |
| testCreateChainsWithNullUrlsSection | 0.001 | |
| testNewInstanceWithNonFilter | 0.015 | |
| testNewInstanceWithFilterConfig | 0.062 | |
| testGetFilters | 0.001 | |
| testGetFiltersWithoutSectionWithDefaults | 0.022 | |
| testGetFiltersWithSectionWithoutDefaults | 0.002 | |
| testGetFiltersWithSectionAndDefaults | 0.01 |
| createTokenNoAuthorizationHeader | 0.015 | |
| createTokenNoUsername | 0.001 | |
| createTokenNoPassword | 0.001 | |
| createTokenColonInPassword | 0.001 |
| testUserOnAccessDeniedWithResponseError | 0.088 | |
| testUserOnAccessDeniedWithRedirect | 0.007 |
| testNewInstanceWithFilterConfig | 0.01 | |
| testToNameConfigPairNoBrackets | 0.004 | |
| testToNameConfigPairWithEmptyBrackets | 0.002 | |
| testToNameConfigPairWithPopulatedBrackets | 0.003 | |
| testToNameConfigPairWithNestedQuotesInBrackets | 0.002 | |
| testToNameConfigPairWithIndividualNestedQuotesInBrackets | 0.003 | |
| testFilterChainConfigWithNestedCommas | 0.002 | |
| testFilterChainConfigWithNestedQuotedCommas | 0.003 | |
| testNewInstanceDefaultFilters | 0.006 | |
| testCreateChain | 0.037 | |
| testCreateChainWithQuotedInstanceConfig | 0.003 | |
| testBeanMethods | 0.004 | |
| testAddFilter | 0.004 | |
| testAddFilterNoInit | 0.004 | |
| testAddFilterNoFilterConfig | 0.001 | |
| testAddToChain | 0.003 | |
| testAddToChainNotPathProcessor | 0.01 | |
| testProxy | 0.004 | |
| testProxyNoChain | 0.001 |
| testNewInstance | 0.001 | |
| testNewInstanceWithFilterConfig | 0.002 | |
| testSetters | 0.001 | |
| testGetChainsWithoutChains | 0.001 | |
| testGetChainsWithMatch | 0.004 | |
| testPathTraversalWithDot | 0.002 | |
| testPathTraversalWithDotDot | 0.003 | |
| testGetChainsWithoutMatch | 0.002 |
| testNewInstance | 0 | |
| testNewInstanceNameless | 0.001 | |
| testNewInstanceBackingList | 0 | |
| testNewInstanceNullBackingList | 0 | |
| testListMethods | 0.001 |
| onSuccessfulLogin | 0.22 | |
| getRememberedSerializedIdentityReturnsNullForDeletedCookie | 0.004 | |
| getRememberedPrincipals | 0.007 | |
| getRememberedPrincipalsDecryptionError | 0.03 | |
| onLogout | 0.001 |
| checkSessionManagerDeterminesContainerSessionMode | 0.005 | |
| shiroSessionModeInit | 0.003 | |
| testLogin | 0.031 | |
| testSessionTimeout | 0.215 | |
| testGetSubjectByRequestResponsePair | 0.004 | |
| testGetSubjectByRequestSessionId | 0.008 | |
| testBuildNonWebSubjectWithDefaultServletContainerSessionManager | 0.002 |
| testWithSession | 0.025 | |
| testWithoutSessionAndNonWebSubject | 0.001 | |
| testWithoutSessionAndGenerallyDisabled | 0.001 | |
| testWebSubjectWithoutSessionAndGenerallyEnabled | 0.018 | |
| testWebSubjectWithoutSessionAndGenerallyEnabledButRequestDisabled | 0.002 | |
| testWebSubjectWithoutSessionAndGenerallyEnabledWithNonBooleanRequestAttribute | 0.004 |
| testDefaultWebInfConfig | 0.086 | |
| testResourceConfig | 0.006 | |
| testResourceConfigWithoutResource | 0.004 | |
| testDefaultClasspathConfig | 0.014 | |
| testSimpleConfig | 0.006 |
| testOnStart | 0.075 | |
| testOnStartWithSessionIdCookieDisabled | 0.003 | |
| testGetSessionIdWithSessionIdCookieEnabled | 0.052 | |
| testGetSessionIdWithSessionIdCookieDisabled | 0.037 | |
| testGetSessionIdWithSessionIdCookieDisabledAndLowercaseRequestParam | 0.022 | |
| testGetSessionIdFromRequestUriPathSegmentParam | 0.011 | |
| testSessionIDRequestPathParameterWithNonHttpRequest | 0.004 | |
| testSessionIDRequestPathParameterWithoutARequestURI | 0.001 | |
| testSessionIDRequestPathParameterWithoutPathParameters | 0.001 | |
| testSessionIDRequestPathParameterWithoutJSESSIONID | 0.001 | |
| testSessionIDRequestPathParameter | 0.007 |
| testStartWithNonWebSessionContext | 0.008 | |
| testStartWithContextHostValue | 0.029 | |
| testStartWithoutContextHostValue | 0.002 | |
| testGetSessionWithNonWebSessionKey | 0.018 | |
| testGetSessionWithExistingRequestSession | 0.008 | |
| testGetSessionWithoutExistingRequestSession | 0.006 |