blob: 25fcbd4778d7bd48b2e7e37f605b7af77f463cbe [file] [log] [blame]
<!DOCTYPE html>
<!--
| Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2016-09-27
| 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="20160927" />
<meta http-equiv="Content-Language" content="en" />
<title>Maven &#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://flex.apache.org/" id="bannerLeft">
<img src="http://flex.apache.org/images/logo_01_fullcolor-sm.png" alt="Apache Flex"/>
</a>
</div>
<div class="pull-right"> </div>
<div class="clear"><hr/></div>
</div>
<div id="breadcrumbs">
<ul class="breadcrumb">
<li id="publishDate">Last Published: 2016-09-27
<span class="divider">|</span>
</li>
<li id="projectVersion">Version: 0.8.0-SNAPSHOT
</li>
<li class="pull-right">
<span class="divider">|</span>
<a href="https://cwiki.apache.org/confluence/display/FLEX/Apache+Flex+Wiki" class="externalLink" title="Apache Flex Wiki">
Apache Flex Wiki</a>
</li>
<li class="pull-right">
<a href="http://flex.apache.org/" class="externalLink" title="Apache Flex Homepage">
Apache Flex Homepage</a>
</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">FlexJS</li>
<li>
<a href="index.html" title="Introduction">
<span class="none"></span>
Introduction</a>
</li>
<li>
<a href="build.html" title="Building from Source">
<span class="none"></span>
Building from Source</a>
</li>
<li>
<a href="structure.html" title="Build structure">
<span class="none"></span>
Build structure</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="changelog.html" title="Change Log">
<span class="none"></span>
Change Log</a>
</li>
<li>
<a href="file-activity.html" title="File Activity">
<span class="none"></span>
File Activity</a>
</li>
<li>
<a href="dev-activity.html" title="Developer Activity">
<span class="none"></span>
Developer Activity</a>
</li>
<li class="active">
<a href="#"><span class="none"></span>Surefire Report</a>
</li>
<li>
<a href="sonar.html" title="Sonar">
<span class="none"></span>
Sonar</a>
</li>
<li>
<a href="apidocs/index.html" title="JavaDocs">
<span class="none"></span>
JavaDocs</a>
</li>
<li>
<a href="testapidocs/index.html" title="Test JavaDocs">
<span class="none"></span>
Test JavaDocs</a>
</li>
</ul>
</li>
<li class="nav-header">Modules</li>
<li>
<a href="compiler/index.html" title="Apache Flex - FlexJS: Compiler: Compiler">
<span class="none"></span>
Apache Flex - FlexJS: Compiler: Compiler</a>
</li>
<li>
<a href="compiler-jx/index.html" title="Apache Flex - FlexJS: Compiler: Compiler-JX">
<span class="none"></span>
Apache Flex - FlexJS: Compiler: Compiler-JX</a>
</li>
<li>
<a href="compiler-test-utils/index.html" title="Apache Flex - FlexJS: Compiler: Test Utils">
<span class="none"></span>
Apache Flex - FlexJS: Compiler: Test Utils</a>
</li>
<li>
<a href="debugger/index.html" title="Apache Flex - FlexJS: Compiler: Debugger">
<span class="none"></span>
Apache Flex - FlexJS: Compiler: Debugger</a>
</li>
<li>
<a href="flex-compiler-oem/index.html" title="Apache Flex - FlexJS: Compiler: OEM Layer">
<span class="none"></span>
Apache Flex - FlexJS: Compiler: OEM Layer</a>
</li>
<li>
<a href="flexjs-ant-tasks/index.html" title="Apache Flex - FlexJS: FlexJS Ant Tasks">
<span class="none"></span>
Apache Flex - FlexJS: FlexJS Ant Tasks</a>
</li>
<li>
<a href="flexjs-maven-plugin/index.html" title="Apache Flex - FlexJS: FlexJS Maven Plugin">
<span class="none"></span>
Apache Flex - FlexJS: FlexJS Maven Plugin</a>
</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="text/javascript">
//<![CDATA[
function toggleDisplay(elementId) {
var elm = document.getElementById(elementId + 'error');
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; 2016
<a href="https://www.apache.org/">The Apache Software Foundation</a>.
All rights reserved.
</p>
</div>
</div>
</footer>
</body>
</html>