blob: 3ef43494843cac8ed79b2668dc860c11d35c418a [file] [log] [blame]
<!DOCTYPE html>
<!--
| Generated by Apache Maven Doxia Site Renderer 1.8.1 at 2020-03-23
| 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="20200323" />
<meta http-equiv="Content-Language" content="en" />
<title>shiro-root &#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">
Apache Shiro</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-03-23</li>
<li id="projectVersion" class="pull-right">
Version: 1.5.2
</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">Modules</li>
<li>
<a href="shiro-lang/index.html" title="Apache Shiro :: Lang">
<span class="none"></span>
Apache Shiro :: Lang</a>
</li>
<li>
<a href="shiro-crypto/index.html" title="Apache Shiro :: Cryptography">
<span class="none"></span>
Apache Shiro :: Cryptography</a>
</li>
<li>
<a href="shiro-event/index.html" title="Apache Shiro :: Event">
<span class="none"></span>
Apache Shiro :: Event</a>
</li>
<li>
<a href="shiro-cache/index.html" title="Apache Shiro :: Cache">
<span class="none"></span>
Apache Shiro :: Cache</a>
</li>
<li>
<a href="shiro-config/index.html" title="Apache Shiro :: Configuration">
<span class="none"></span>
Apache Shiro :: Configuration</a>
</li>
<li>
<a href="shiro-core/index.html" title="Apache Shiro :: Core">
<span class="none"></span>
Apache Shiro :: Core</a>
</li>
<li>
<a href="shiro-web/index.html" title="Apache Shiro :: Web">
<span class="none"></span>
Apache Shiro :: Web</a>
</li>
<li>
<a href="shiro-support/index.html" title="Apache Shiro :: Support">
<span class="none"></span>
Apache Shiro :: Support</a>
</li>
<li>
<a href="shiro-tools/index.html" title="Apache Shiro :: Tools">
<span class="none"></span>
Apache Shiro :: Tools</a>
</li>
<li>
<a href="shiro-all/index.html" title="Apache Shiro :: All (aggregate jar)">
<span class="none"></span>
Apache Shiro :: All (aggregate jar)</a>
</li>
<li>
<a href="shiro-samples/index.html" title="Apache Shiro :: Samples">
<span class="none"></span>
Apache Shiro :: Samples</a>
</li>
<li>
<a href="shiro-integration-tests/index.html" title="Apache Shiro :: Integration Tests">
<span class="none"></span>
Apache Shiro :: Integration Tests</a>
</li>
<li>
<a href="shiro-test-coverage/index.html" title="Apache Shiro :: Test Coverage">
<span class="none"></span>
Apache Shiro :: Test Coverage</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="rat-report.html" title="Rat Report">
<span class="none"></span>
Rat Report</a>
</li>
<li class="active">
<a href="#"><span class="none"></span>Surefire Report</a>
</li>
<li>
<a href="dashboard-report.html" title="Global DashBoard Report">
<span class="none"></span>
Global 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><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>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0%</td>
<td>0</td></tr></table><br />
<p>Note: failures are anticipated and checked for with assertions while errors are unanticipated.</p><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>