blob: fc5c32efa6839273af912b23f325504cc6caa3f1 [file] [log] [blame]
<!DOCTYPE html>
<!--
| Generated by Apache Maven Doxia Site Renderer 1.8.1 at 2020-10-28
| Rendered using Apache Maven Fluido Skin 1.5
-->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="Date-Revision-yyyymmdd" content="20201028" />
<meta http-equiv="Content-Language" content="en" />
<title>Apache Shiro :: Support :: Spring &#x2013; Surefire Report</title>
<link rel="stylesheet" href="./css/apache-maven-fluido-1.5.min.css" />
<link rel="stylesheet" href="./css/site.css" />
<link rel="stylesheet" href="./css/print.css" media="print" />
<script type="text/javascript" src="./js/apache-maven-fluido-1.5.min.js"></script>
</head>
<body class="topBarDisabled">
<div class="container-fluid">
<div id="banner">
<div class="pull-left">
<a href="http://shiro.apache.org" id="bannerLeft">
<img src="http://shiro.apache.org/images/apache-shiro-logo.png" alt="Shiro"/>
</a>
</div>
<div class="pull-right"> <div id="bannerRight">
<img src="http://shiro.apache.org/images/asf_logo.png" />
</div>
</div>
<div class="clear"><hr/></div>
</div>
<div id="breadcrumbs">
<ul class="breadcrumb">
<li class="">
<a href="../../index.html" title="Apache Shiro :: Support :: Spring">
Apache Shiro :: Support :: Spring</a>
<span class="divider">/</span>
</li>
<li class="">
<a href="../index.html" title="Apache Shiro :: Support">
Apache Shiro :: Support</a>
<span class="divider">/</span>
</li>
<li class="">
<a href="index.html" title="Apache Shiro :: Support :: Spring">
Apache Shiro :: Support :: Spring</a>
<span class="divider">/</span>
</li>
<li class="active ">Surefire Report</li>
<li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2020-10-28</li>
<li id="projectVersion" class="pull-right">
Version: 1.7.0
</li>
</ul>
</div>
<div class="row-fluid">
<div id="leftColumn" class="span2">
<div class="well sidebar-nav">
<ul class="nav nav-list">
<li class="nav-header">Parent Project</li>
<li>
<a href="../index.html" title="Apache Shiro :: Support">
<span class="none"></span>
Apache Shiro :: Support</a>
</li>
<li class="nav-header">Project Documentation</li>
<li>
<a href="project-info.html" title="Project Information">
<span class="icon-chevron-right"></span>
Project Information</a>
</li>
<li>
<a href="project-reports.html" title="Project Reports">
<span class="icon-chevron-down"></span>
Project Reports</a>
<ul class="nav nav-list">
<li>
<a href="apidocs/index.html" title="Javadoc">
<span class="none"></span>
Javadoc</a>
</li>
<li>
<a href="xref/index.html" title="Source Xref">
<span class="none"></span>
Source Xref</a>
</li>
<li>
<a href="xref-test/index.html" title="Test Source Xref">
<span class="none"></span>
Test Source Xref</a>
</li>
<li>
<a href="pmd.html" title="PMD">
<span class="none"></span>
PMD</a>
</li>
<li class="active">
<a href="#"><span class="none"></span>Surefire Report</a>
</li>
<li>
<a href="taglist.html" title="Tag List">
<span class="none"></span>
Tag List</a>
</li>
<li>
<a href="jdepend-report.html" title="JDepend">
<span class="none"></span>
JDepend</a>
</li>
<li>
<a href="dashboard-report.html" title="DashBoard Report">
<span class="none"></span>
DashBoard Report</a>
</li>
</ul>
</li>
</ul>
<hr />
<div id="poweredBy">
<div class="clear"></div>
<div class="clear"></div>
<div class="clear"></div>
<div class="clear"></div>
<a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
<img class="builtBy" alt="Built by Maven" src="./images/logos/maven-feather.png" />
</a>
</div>
</div>
</div>
<div id="bodyColumn" class="span10" >
<script type="application/javascript">
//<![CDATA[
function toggleDisplay(elementId) {
var elm = document.getElementById(elementId + '-error');
if (elm == null) {
elm = document.getElementById(elementId + '-failure');
}
if (elm && typeof elm.style != "undefined") {
if (elm.style.display == "none") {
elm.style.display = "";
document.getElementById(elementId + '-off').style.display = "none";
document.getElementById(elementId + '-on').style.display = "inline";
} else if (elm.style.display == "") { elm.style.display = "none";
document.getElementById(elementId + '-off').style.display = "inline";
document.getElementById(elementId + '-on').style.display = "none";
}
}
}
//]]>
</script>
<div class="section">
<h2><a name="Surefire_Report"></a>Surefire Report</h2></div>
<div class="section">
<h2><a name="Summary"></a>Summary</h2><a name="Summary"></a>
<p>[<a href="#Summary">Summary</a>] [<a href="#Package_List">Package List</a>] [<a href="#Test_Cases">Test Cases</a>]</p><br />
<table border="1" class="table table-striped">
<tr class="a">
<th>Tests</th>
<th>Errors</th>
<th>Failures</th>
<th>Skipped</th>
<th>Success Rate</th>
<th>Time</th></tr>
<tr class="b">
<td>42</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>100%</td>
<td>1.711</td></tr></table><br />
<p>Note: failures are anticipated and checked for with assertions while errors are unanticipated.</p><br /></div>
<div class="section">
<h2><a name="Package_List"></a>Package List</h2><a name="Package_List"></a>
<p>[<a href="#Summary">Summary</a>] [<a href="#Package_List">Package List</a>] [<a href="#Test_Cases">Test Cases</a>]</p><br />
<table border="1" class="table table-striped">
<tr class="a">
<th>Package</th>
<th>Tests</th>
<th>Errors</th>
<th>Failures</th>
<th>Skipped</th>
<th>Success Rate</th>
<th>Time</th></tr>
<tr class="b">
<td><a href="#org.apache.shiro.spring.config">org.apache.shiro.spring.config</a></td>
<td>6</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>100%</td>
<td>0.25</td></tr>
<tr class="a">
<td><a href="#org.apache.shiro.spring.remoting">org.apache.shiro.spring.remoting</a></td>
<td>2</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>100%</td>
<td>0.137</td></tr>
<tr class="b">
<td><a href="#org.apache.shiro.spring.security.interceptor">org.apache.shiro.spring.security.interceptor</a></td>
<td>22</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>100%</td>
<td>0.307</td></tr>
<tr class="a">
<td><a href="#org.apache.shiro.spring.web">org.apache.shiro.spring.web</a></td>
<td>4</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>100%</td>
<td>0.444</td></tr>
<tr class="b">
<td><a href="#org.apache.shiro.spring.web.config">org.apache.shiro.spring.web.config</a></td>
<td>8</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>100%</td>
<td>0.573</td></tr></table><br />
<p>Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.</p>
<div class="section">
<h3><a name="org.apache.shiro.spring.config"></a>org.apache.shiro.spring.config</h3><a name="org.apache.shiro.spring.config"></a>
<table border="1" class="table table-striped">
<tr class="a">
<th></th>
<th>Class</th>
<th>Tests</th>
<th>Errors</th>
<th>Failures</th>
<th>Skipped</th>
<th>Success Rate</th>
<th>Time</th></tr>
<tr class="b">
<td><a href="#org.apache.shiro.spring.config.ShiroConfigurationWithOptionalComponentsTest"><img src="images/icon_success_sml.gif" alt="" /></a></td>
<td><a href="#org.apache.shiro.spring.config.ShiroConfigurationWithOptionalComponentsTest">ShiroConfigurationWithOptionalComponentsTest</a></td>
<td>1</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>100%</td>
<td>0.068</td></tr>
<tr class="a">
<td><a href="#org.apache.shiro.spring.config.ShiroEventBusAwareBeanPostProcessorTest"><img src="images/icon_success_sml.gif" alt="" /></a></td>
<td><a href="#org.apache.shiro.spring.config.ShiroEventBusAwareBeanPostProcessorTest">ShiroEventBusAwareBeanPostProcessorTest</a></td>
<td>2</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>100%</td>
<td>0.073</td></tr>
<tr class="b">
<td><a href="#org.apache.shiro.spring.config.ShiroBeanConfigurationTest"><img src="images/icon_success_sml.gif" alt="" /></a></td>
<td><a href="#org.apache.shiro.spring.config.ShiroBeanConfigurationTest">ShiroBeanConfigurationTest</a></td>
<td>1</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>100%</td>
<td>0.018</td></tr>
<tr class="a">
<td><a href="#org.apache.shiro.spring.config.ShiroWebFilterConfigurationTest"><img src="images/icon_success_sml.gif" alt="" /></a></td>
<td><a href="#org.apache.shiro.spring.config.ShiroWebFilterConfigurationTest">ShiroWebFilterConfigurationTest</a></td>
<td>1</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>100%</td>
<td>0.074</td></tr>
<tr class="b">
<td><a href="#org.apache.shiro.spring.config.ShiroConfigurationTest"><img src="images/icon_success_sml.gif" alt="" /></a></td>
<td><a href="#org.apache.shiro.spring.config.ShiroConfigurationTest">ShiroConfigurationTest</a></td>
<td>1</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>100%</td>
<td>0.017</td></tr></table></div>
<div class="section">
<h3><a name="org.apache.shiro.spring.remoting"></a>org.apache.shiro.spring.remoting</h3><a name="org.apache.shiro.spring.remoting"></a>
<table border="1" class="table table-striped">
<tr class="a">
<th></th>
<th>Class</th>
<th>Tests</th>
<th>Errors</th>
<th>Failures</th>
<th>Skipped</th>
<th>Success Rate</th>
<th>Time</th></tr>
<tr class="b">
<td><a href="#org.apache.shiro.spring.remoting.SecureRemoteInvocationFactoryTest"><img src="images/icon_success_sml.gif" alt="" /></a></td>
<td><a href="#org.apache.shiro.spring.remoting.SecureRemoteInvocationFactoryTest">SecureRemoteInvocationFactoryTest</a></td>
<td>2</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>100%</td>
<td>0.137</td></tr></table></div>
<div class="section">
<h3><a name="org.apache.shiro.spring.security.interceptor"></a>org.apache.shiro.spring.security.interceptor</h3><a name="org.apache.shiro.spring.security.interceptor"></a>
<table border="1" class="table table-striped">
<tr class="a">
<th></th>
<th>Class</th>
<th>Tests</th>
<th>Errors</th>
<th>Failures</th>
<th>Skipped</th>
<th>Success Rate</th>
<th>Time</th></tr>
<tr class="b">
<td><a href="#org.apache.shiro.spring.security.interceptor.DapcAuthorizationAnnotationTest"><img src="images/icon_success_sml.gif" alt="" /></a></td>
<td><a href="#org.apache.shiro.spring.security.interceptor.DapcAuthorizationAnnotationTest">DapcAuthorizationAnnotationTest</a></td>
<td>12</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>100%</td>
<td>0.045</td></tr>
<tr class="a">
<td><a href="#org.apache.shiro.spring.security.interceptor.AuthorizationAttributeSourceAdvisorTest"><img src="images/icon_success_sml.gif" alt="" /></a></td>
<td><a href="#org.apache.shiro.spring.security.interceptor.AuthorizationAttributeSourceAdvisorTest">AuthorizationAttributeSourceAdvisorTest</a></td>
<td>1</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>100%</td>
<td>0.001</td></tr>
<tr class="b">
<td><a href="#org.apache.shiro.spring.security.interceptor.SchemaAuthorizationAnnotationTest"><img src="images/icon_success_sml.gif" alt="" /></a></td>
<td><a href="#org.apache.shiro.spring.security.interceptor.SchemaAuthorizationAnnotationTest">SchemaAuthorizationAnnotationTest</a></td>
<td>9</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>100%</td>
<td>0.261</td></tr></table></div>
<div class="section">
<h3><a name="org.apache.shiro.spring.web"></a>org.apache.shiro.spring.web</h3><a name="org.apache.shiro.spring.web"></a>
<table border="1" class="table table-striped">
<tr class="a">
<th></th>
<th>Class</th>
<th>Tests</th>
<th>Errors</th>
<th>Failures</th>
<th>Skipped</th>
<th>Success Rate</th>
<th>Time</th></tr>
<tr class="b">
<td><a href="#org.apache.shiro.spring.web.ShiroUrlPathHelperTest"><img src="images/icon_success_sml.gif" alt="" /></a></td>
<td><a href="#org.apache.shiro.spring.web.ShiroUrlPathHelperTest">ShiroUrlPathHelperTest</a></td>
<td>2</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>100%</td>
<td>0.022</td></tr>
<tr class="a">
<td><a href="#org.apache.shiro.spring.web.ShiroFilterFactoryBeanTest"><img src="images/icon_success_sml.gif" alt="" /></a></td>
<td><a href="#org.apache.shiro.spring.web.ShiroFilterFactoryBeanTest">ShiroFilterFactoryBeanTest</a></td>
<td>2</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>100%</td>
<td>0.422</td></tr></table></div>
<div class="section">
<h3><a name="org.apache.shiro.spring.web.config"></a>org.apache.shiro.spring.web.config</h3><a name="org.apache.shiro.spring.web.config"></a>
<table border="1" class="table table-striped">
<tr class="a">
<th></th>
<th>Class</th>
<th>Tests</th>
<th>Errors</th>
<th>Failures</th>
<th>Skipped</th>
<th>Success Rate</th>
<th>Time</th></tr>
<tr class="b">
<td><a href="#org.apache.shiro.spring.web.config.ShiroWebConfigurationTest"><img src="images/icon_success_sml.gif" alt="" /></a></td>
<td><a href="#org.apache.shiro.spring.web.config.ShiroWebConfigurationTest">ShiroWebConfigurationTest</a></td>
<td>6</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>100%</td>
<td>0.317</td></tr>
<tr class="a">
<td><a href="#org.apache.shiro.spring.web.config.DefaultShiroFilterChainDefinitionTest"><img src="images/icon_success_sml.gif" alt="" /></a></td>
<td><a href="#org.apache.shiro.spring.web.config.DefaultShiroFilterChainDefinitionTest">DefaultShiroFilterChainDefinitionTest</a></td>
<td>1</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>100%</td>
<td>0.222</td></tr>
<tr class="b">
<td><a href="#org.apache.shiro.spring.web.config.ShiroWebConfigurationWithCacheTest"><img src="images/icon_success_sml.gif" alt="" /></a></td>
<td><a href="#org.apache.shiro.spring.web.config.ShiroWebConfigurationWithCacheTest">ShiroWebConfigurationWithCacheTest</a></td>
<td>1</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>100%</td>
<td>0.034</td></tr></table></div><br /></div>
<div class="section">
<h2><a name="Test_Cases"></a>Test Cases</h2><a name="Test_Cases"></a>
<p>[<a href="#Summary">Summary</a>] [<a href="#Package_List">Package List</a>] [<a href="#Test_Cases">Test Cases</a>]</p>
<div class="section">
<h3><a name="SecureRemoteInvocationFactoryTest"></a>SecureRemoteInvocationFactoryTest</h3><a name="org.apache.shiro.spring.remoting.SecureRemoteInvocationFactoryTest"></a>
<table border="1" class="table table-striped">
<tr class="a">
<td><img src="images/icon_success_sml.gif" alt="" /></td>
<td><a name="TC_org.apache.shiro.spring.remoting.SecureRemoteInvocationFactoryTest.testSessionManagerProxyNonStartRemoteInvocation"></a>testSessionManagerProxyNonStartRemoteInvocation</td>
<td>0.103</td></tr>
<tr class="b">
<td><img src="images/icon_success_sml.gif" alt="" /></td>
<td><a name="TC_org.apache.shiro.spring.remoting.SecureRemoteInvocationFactoryTest.testSessionManagerProxyStartRemoteInvocation"></a>testSessionManagerProxyStartRemoteInvocation</td>
<td>0.001</td></tr></table></div>
<div class="section">
<h3><a name="DapcAuthorizationAnnotationTest"></a>DapcAuthorizationAnnotationTest</h3><a name="org.apache.shiro.spring.security.interceptor.DapcAuthorizationAnnotationTest"></a>
<table border="1" class="table table-striped">
<tr class="a">
<td><img src="images/icon_success_sml.gif" alt="" /></td>
<td><a name="TC_org.apache.shiro.spring.security.interceptor.DapcAuthorizationAnnotationTest.testUserInterfaceFailure"></a>testUserInterfaceFailure</td>
<td>0.001</td></tr>
<tr class="b">
<td><img src="images/icon_success_sml.gif" alt="" /></td>
<td><a name="TC_org.apache.shiro.spring.security.interceptor.DapcAuthorizationAnnotationTest.testAuthenticatedInterfaceFailure"></a>testAuthenticatedInterfaceFailure</td>
<td>0.001</td></tr>
<tr class="a">
<td><img src="images/icon_success_sml.gif" alt="" /></td>
<td><a name="TC_org.apache.shiro.spring.security.interceptor.DapcAuthorizationAnnotationTest.testGuestInterfaceFailure"></a>testGuestInterfaceFailure</td>
<td>0.001</td></tr>
<tr class="b">
<td><img src="images/icon_success_sml.gif" alt="" /></td>
<td><a name="TC_org.apache.shiro.spring.security.interceptor.DapcAuthorizationAnnotationTest.testAuthenticatedImplementationFailure"></a>testAuthenticatedImplementationFailure</td>
<td>0.001</td></tr>
<tr class="a">
<td><img src="images/icon_success_sml.gif" alt="" /></td>
<td><a name="TC_org.apache.shiro.spring.security.interceptor.DapcAuthorizationAnnotationTest.testGuestImplementationFailure"></a>testGuestImplementationFailure</td>
<td>0</td></tr>
<tr class="b">
<td><img src="images/icon_success_sml.gif" alt="" /></td>
<td><a name="TC_org.apache.shiro.spring.security.interceptor.DapcAuthorizationAnnotationTest.testAuthenticatedImplementation"></a>testAuthenticatedImplementation</td>
<td>0.001</td></tr>
<tr class="a">
<td><img src="images/icon_success_sml.gif" alt="" /></td>
<td><a name="TC_org.apache.shiro.spring.security.interceptor.DapcAuthorizationAnnotationTest.testGuestInterface"></a>testGuestInterface</td>
<td>0</td></tr>
<tr class="b">
<td><img src="images/icon_success_sml.gif" alt="" /></td>
<td><a name="TC_org.apache.shiro.spring.security.interceptor.DapcAuthorizationAnnotationTest.testUserImplementationFailure"></a>testUserImplementationFailure</td>
<td>0</td></tr>
<tr class="a">
<td><img src="images/icon_success_sml.gif" alt="" /></td>
<td><a name="TC_org.apache.shiro.spring.security.interceptor.DapcAuthorizationAnnotationTest.testUserImplementation"></a>testUserImplementation</td>
<td>0.001</td></tr>
<tr class="b">
<td><img src="images/icon_success_sml.gif" alt="" /></td>
<td><a name="TC_org.apache.shiro.spring.security.interceptor.DapcAuthorizationAnnotationTest.testUserInterface"></a>testUserInterface</td>
<td>0</td></tr>
<tr class="a">
<td><img src="images/icon_success_sml.gif" alt="" /></td>
<td><a name="TC_org.apache.shiro.spring.security.interceptor.DapcAuthorizationAnnotationTest.testGuestImplementation"></a>testGuestImplementation</td>
<td>0.001</td></tr>
<tr class="b">
<td><img src="images/icon_success_sml.gif" alt="" /></td>
<td><a name="TC_org.apache.shiro.spring.security.interceptor.DapcAuthorizationAnnotationTest.testAuthenticatedInterface"></a>testAuthenticatedInterface</td>
<td>0</td></tr></table></div>
<div class="section">
<h3><a name="ShiroConfigurationWithOptionalComponentsTest"></a>ShiroConfigurationWithOptionalComponentsTest</h3><a name="org.apache.shiro.spring.config.ShiroConfigurationWithOptionalComponentsTest"></a>
<table border="1" class="table table-striped">
<tr class="a">
<td><img src="images/icon_success_sml.gif" alt="" /></td>
<td><a name="TC_org.apache.shiro.spring.config.ShiroConfigurationWithOptionalComponentsTest.testMinimalConfiguration"></a>testMinimalConfiguration</td>
<td>0.017</td></tr></table></div>
<div class="section">
<h3><a name="ShiroWebConfigurationTest"></a>ShiroWebConfigurationTest</h3><a name="org.apache.shiro.spring.web.config.ShiroWebConfigurationTest"></a>
<table border="1" class="table table-striped">
<tr class="a">
<td><img src="images/icon_success_sml.gif" alt="" /></td>
<td><a name="TC_org.apache.shiro.spring.web.config.ShiroWebConfigurationTest.sessionCookie"></a>sessionCookie</td>
<td>0.006</td></tr>
<tr class="b">
<td><img src="images/icon_success_sml.gif" alt="" /></td>
<td><a name="TC_org.apache.shiro.spring.web.config.ShiroWebConfigurationTest.testMinimalConfiguration"></a>testMinimalConfiguration</td>
<td>0.026</td></tr>
<tr class="a">
<td><img src="images/icon_success_sml.gif" alt="" /></td>
<td><a name="TC_org.apache.shiro.spring.web.config.ShiroWebConfigurationTest.fakeCookie"></a>fakeCookie</td>
<td>0.008</td></tr>
<tr class="b">
<td><img src="images/icon_success_sml.gif" alt="" /></td>
<td><a name="TC_org.apache.shiro.spring.web.config.ShiroWebConfigurationTest.testSameSiteOptionExpression"></a>testSameSiteOptionExpression</td>
<td>0</td></tr>
<tr class="a">
<td><img src="images/icon_success_sml.gif" alt="" /></td>
<td><a name="TC_org.apache.shiro.spring.web.config.ShiroWebConfigurationTest.sameSiteOption"></a>sameSiteOption</td>
<td>0.002</td></tr>
<tr class="b">
<td><img src="images/icon_success_sml.gif" alt="" /></td>
<td><a name="TC_org.apache.shiro.spring.web.config.ShiroWebConfigurationTest.rememberMeCookie"></a>rememberMeCookie</td>
<td>0</td></tr></table></div>
<div class="section">
<h3><a name="DefaultShiroFilterChainDefinitionTest"></a>DefaultShiroFilterChainDefinitionTest</h3><a name="org.apache.shiro.spring.web.config.DefaultShiroFilterChainDefinitionTest"></a>
<table border="1" class="table table-striped">
<tr class="a">
<td><img src="images/icon_success_sml.gif" alt="" /></td>
<td><a name="TC_org.apache.shiro.spring.web.config.DefaultShiroFilterChainDefinitionTest.insertOrderTest"></a>insertOrderTest</td>
<td>0.093</td></tr></table></div>
<div class="section">
<h3><a name="ShiroEventBusAwareBeanPostProcessorTest"></a>ShiroEventBusAwareBeanPostProcessorTest</h3><a name="org.apache.shiro.spring.config.ShiroEventBusAwareBeanPostProcessorTest"></a>
<table border="1" class="table table-striped">
<tr class="a">
<td><img src="images/icon_success_sml.gif" alt="" /></td>
<td><a name="TC_org.apache.shiro.spring.config.ShiroEventBusAwareBeanPostProcessorTest.testPostConstructWithEventBusAware"></a>testPostConstructWithEventBusAware</td>
<td>0.011</td></tr>
<tr class="b">
<td><img src="images/icon_success_sml.gif" alt="" /></td>
<td><a name="TC_org.apache.shiro.spring.config.ShiroEventBusAwareBeanPostProcessorTest.testPostConstructNonAware"></a>testPostConstructNonAware</td>
<td>0.061</td></tr></table></div>
<div class="section">
<h3><a name="AuthorizationAttributeSourceAdvisorTest"></a>AuthorizationAttributeSourceAdvisorTest</h3><a name="org.apache.shiro.spring.security.interceptor.AuthorizationAttributeSourceAdvisorTest"></a>
<table border="1" class="table table-striped">
<tr class="a">
<td><img src="images/icon_success_sml.gif" alt="" /></td>
<td><a name="TC_org.apache.shiro.spring.security.interceptor.AuthorizationAttributeSourceAdvisorTest.matches"></a>matches</td>
<td>0.001</td></tr></table></div>
<div class="section">
<h3><a name="ShiroBeanConfigurationTest"></a>ShiroBeanConfigurationTest</h3><a name="org.apache.shiro.spring.config.ShiroBeanConfigurationTest"></a>
<table border="1" class="table table-striped">
<tr class="a">
<td><img src="images/icon_success_sml.gif" alt="" /></td>
<td><a name="TC_org.apache.shiro.spring.config.ShiroBeanConfigurationTest.testBasicUsage"></a>testBasicUsage</td>
<td>0.004</td></tr></table></div>
<div class="section">
<h3><a name="ShiroWebFilterConfigurationTest"></a>ShiroWebFilterConfigurationTest</h3><a name="org.apache.shiro.spring.config.ShiroWebFilterConfigurationTest"></a>
<table border="1" class="table table-striped">
<tr class="a">
<td><img src="images/icon_success_sml.gif" alt="" /></td>
<td><a name="TC_org.apache.shiro.spring.config.ShiroWebFilterConfigurationTest.testShiroFilterFactoryBeanContainsSpringFilters"></a>testShiroFilterFactoryBeanContainsSpringFilters</td>
<td>0.006</td></tr></table></div>
<div class="section">
<h3><a name="ShiroConfigurationTest"></a>ShiroConfigurationTest</h3><a name="org.apache.shiro.spring.config.ShiroConfigurationTest"></a>
<table border="1" class="table table-striped">
<tr class="a">
<td><img src="images/icon_success_sml.gif" alt="" /></td>
<td><a name="TC_org.apache.shiro.spring.config.ShiroConfigurationTest.testMinimalConfiguration"></a>testMinimalConfiguration</td>
<td>0.002</td></tr></table></div>
<div class="section">
<h3><a name="SchemaAuthorizationAnnotationTest"></a>SchemaAuthorizationAnnotationTest</h3><a name="org.apache.shiro.spring.security.interceptor.SchemaAuthorizationAnnotationTest"></a>
<table border="1" class="table table-striped">
<tr class="a">
<td><img src="images/icon_success_sml.gif" alt="" /></td>
<td><a name="TC_org.apache.shiro.spring.security.interceptor.SchemaAuthorizationAnnotationTest.testAuthenticatedImplementationFailure"></a>testAuthenticatedImplementationFailure</td>
<td>0.005</td></tr>
<tr class="b">
<td><img src="images/icon_success_sml.gif" alt="" /></td>
<td><a name="TC_org.apache.shiro.spring.security.interceptor.SchemaAuthorizationAnnotationTest.testGuestImplementationFailure"></a>testGuestImplementationFailure</td>
<td>0.001</td></tr>
<tr class="a">
<td><img src="images/icon_success_sml.gif" alt="" /></td>
<td><a name="TC_org.apache.shiro.spring.security.interceptor.SchemaAuthorizationAnnotationTest.testAuthenticatedImplementation"></a>testAuthenticatedImplementation</td>
<td>0</td></tr>
<tr class="b">
<td><img src="images/icon_success_sml.gif" alt="" /></td>
<td><a name="TC_org.apache.shiro.spring.security.interceptor.SchemaAuthorizationAnnotationTest.testGuestInterface"></a>testGuestInterface</td>
<td>0.001</td></tr>
<tr class="a">
<td><img src="images/icon_success_sml.gif" alt="" /></td>
<td><a name="TC_org.apache.shiro.spring.security.interceptor.SchemaAuthorizationAnnotationTest.testUserImplementationFailure"></a>testUserImplementationFailure</td>
<td>0.001</td></tr>
<tr class="b">
<td><img src="images/icon_success_sml.gif" alt="" /></td>
<td><a name="TC_org.apache.shiro.spring.security.interceptor.SchemaAuthorizationAnnotationTest.testUserImplementation"></a>testUserImplementation</td>
<td>0</td></tr>
<tr class="a">
<td><img src="images/icon_success_sml.gif" alt="" /></td>
<td><a name="TC_org.apache.shiro.spring.security.interceptor.SchemaAuthorizationAnnotationTest.testUserInterface"></a>testUserInterface</td>
<td>0</td></tr>
<tr class="b">
<td><img src="images/icon_success_sml.gif" alt="" /></td>
<td><a name="TC_org.apache.shiro.spring.security.interceptor.SchemaAuthorizationAnnotationTest.testGuestImplementation"></a>testGuestImplementation</td>
<td>0.001</td></tr>
<tr class="a">
<td><img src="images/icon_success_sml.gif" alt="" /></td>
<td><a name="TC_org.apache.shiro.spring.security.interceptor.SchemaAuthorizationAnnotationTest.testAuthenticatedInterface"></a>testAuthenticatedInterface</td>
<td>0.001</td></tr></table></div>
<div class="section">
<h3><a name="ShiroUrlPathHelperTest"></a>ShiroUrlPathHelperTest</h3><a name="org.apache.shiro.spring.web.ShiroUrlPathHelperTest"></a>
<table border="1" class="table table-striped">
<tr class="a">
<td><img src="images/icon_success_sml.gif" alt="" /></td>
<td><a name="TC_org.apache.shiro.spring.web.ShiroUrlPathHelperTest.testGetPathWithinServletMapping"></a>testGetPathWithinServletMapping</td>
<td>0.019</td></tr>
<tr class="b">
<td><img src="images/icon_success_sml.gif" alt="" /></td>
<td><a name="TC_org.apache.shiro.spring.web.ShiroUrlPathHelperTest.testGetPathWithinApplication"></a>testGetPathWithinApplication</td>
<td>0.001</td></tr></table></div>
<div class="section">
<h3><a name="ShiroWebConfigurationWithCacheTest"></a>ShiroWebConfigurationWithCacheTest</h3><a name="org.apache.shiro.spring.web.config.ShiroWebConfigurationWithCacheTest"></a>
<table border="1" class="table table-striped">
<tr class="a">
<td><img src="images/icon_success_sml.gif" alt="" /></td>
<td><a name="TC_org.apache.shiro.spring.web.config.ShiroWebConfigurationWithCacheTest.testMinimalConfiguration"></a>testMinimalConfiguration</td>
<td>0.001</td></tr></table></div>
<div class="section">
<h3><a name="ShiroFilterFactoryBeanTest"></a>ShiroFilterFactoryBeanTest</h3><a name="org.apache.shiro.spring.web.ShiroFilterFactoryBeanTest"></a>
<table border="1" class="table table-striped">
<tr class="a">
<td><img src="images/icon_success_sml.gif" alt="" /></td>
<td><a name="TC_org.apache.shiro.spring.web.ShiroFilterFactoryBeanTest.testFilterDefinitionWithInit"></a>testFilterDefinitionWithInit</td>
<td>0.385</td></tr>
<tr class="b">
<td><img src="images/icon_success_sml.gif" alt="" /></td>
<td><a name="TC_org.apache.shiro.spring.web.ShiroFilterFactoryBeanTest.testFilterDefinition"></a>testFilterDefinition</td>
<td>0.037</td></tr></table></div><br /></div>
</div>
</div>
</div>
<hr/>
<footer>
<div class="container-fluid">
<div class="row-fluid">
<p >Copyright &copy; 2004&#x2013;2020
<a href="https://www.apache.org/">The Apache Software Foundation</a>.
All rights reserved.
</p>
</div>
</div>
</footer>
</body>
</html>