| <!DOCTYPE html> |
| <!-- |
| | Generated by Apache Maven Doxia Site Renderer 1.9.2 from org.apache.maven.plugins:maven-surefire-report-plugin:3.0.0-M5:report at 20 September 2021 |
| | Rendered using Apache Maven Fluido Skin 1.9 |
| --> |
| <html xmlns="http://www.w3.org/1999/xhtml" lang="en"> |
| <head> |
| <meta charset="UTF-8" /> |
| <meta name="viewport" content="width=device-width, initial-scale=1" /> |
| <meta name="generator" content="Apache Maven Doxia Site Renderer 1.9.2" /> |
| <title>Fulcrum JSON Component Service – Surefire Report</title> |
| <link rel="stylesheet" href="./css/apache-maven-fluido-1.9.min.css" /> |
| <link rel="stylesheet" href="./css/site.css" /> |
| <link rel="stylesheet" href="./css/print.css" media="print" /> |
| <script src="./js/apache-maven-fluido-1.9.min.js"></script> |
| </head> |
| <body class="topBarDisabled"> |
| <div class="container-fluid"> |
| <header> |
| <div id="banner"> |
| <div class="pull-left"><a href="https://turbine.apache.org/" id="bannerLeft" title="Apache Turbine"><img src="https://turbine.apache.org/images/turbine-project.png" alt="Apache Turbine"/></a></div> |
| <div class="pull-right"></div> |
| <div class="clear"><hr/></div> |
| </div> |
| |
| <div id="breadcrumbs"> |
| <ul class="breadcrumb"> |
| <li id="publishDate">Last Published: 20 September 2021<span class="divider">|</span> |
| </li> |
| <li id="projectVersion">Version: 2.0.2-SNAPSHOT</li> |
| <li class="pull-right"><span class="divider">|</span> |
| <a href="https://turbine.apache.org/fulcrum/" class="externalLink" title="Fulcrum">Fulcrum</a></li> |
| <li class="pull-right"><span class="divider">|</span> |
| <a href="https://turbine.apache.org/" class="externalLink" title="Turbine">Turbine</a></li> |
| <li class="pull-right"><a href="https://www.apache.org" class="externalLink" title="Apache">Apache</a></li> |
| </ul> |
| </div> |
| </header> |
| <div class="row-fluid"> |
| <header id="leftColumn" class="span2"> |
| <nav class="well sidebar-nav"> |
| <ul class="nav nav-list"> |
| <li class="nav-header">Overview</li> |
| <li><a href="index.html" title="Main"><span class="none"></span>Main</a></li> |
| <li class="nav-header">Modules</li> |
| <li><a href="fulcrum-json-api/index.html" title="Fulcrum JSON API"><span class="none"></span>Fulcrum JSON API</a></li> |
| <li><a href="fulcrum-json-gson/index.html" title="Fulcrum JSON GSON Impl"><span class="none"></span>Fulcrum JSON GSON Impl</a></li> |
| <li><a href="fulcrum-json-jackson2/index.html" title="Fulcrum JSON Jackson 2.x Impl"><span class="none"></span>Fulcrum JSON Jackson 2.x Impl</a></li> |
| <li><a href="fulcrum-json-dist/index.html" title="Fulcrum JSON Jar Distribution"><span class="none"></span>Fulcrum JSON Jar Distribution</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="changes-report.html" title="Changes"><span class="none"></span>Changes</a></li> |
| <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 class="active"><a href="#"><span class="none"></span>Surefire Report</a></li> |
| <li><a href="jacoco-aggregate/index.html" title="JaCoCo Aggregate"><span class="none"></span>JaCoCo Aggregate</a></li> |
| <li><a href="rat-report.html" title="Rat Report"><span class="none"></span>Rat Report</a></li> |
| </ul></li> |
| <li class="nav-header">Apache</li> |
| <li><a href="https://www.apache.org/" class="externalLink" title="Apache Website"><span class="none"></span>Apache Website</a></li> |
| <li><a href="https://www.apache.org/licenses/" class="externalLink" title="License"><span class="none"></span>License</a></li> |
| <li><a href="https://www.apache.org/foundation/how-it-works.html" class="externalLink" title="How the ASF works"><span class="none"></span>How the ASF works</a></li> |
| <li><a href="https://www.apache.org/foundation/sponsorship.html" class="externalLink" title="Sponsorship"><span class="none"></span>Sponsorship</a></li> |
| <li><a href="https://www.apache.org/foundation/thanks.html" class="externalLink" title="Thanks"><span class="none"></span>Thanks</a></li> |
| <li><a href="https://www.apache.org/security/" class="externalLink" title="Security"><span class="none"></span>Security</a></li> |
| </ul> |
| </nav> |
| <div class="well sidebar-nav"> |
| <hr /> |
| <div id="poweredBy"> |
| <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> |
| </header> |
| <main 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><section> |
| <h2><a name="Surefire_Report"></a>Surefire Report</h2></section><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 /></section> |
| </main> |
| </div> |
| </div> |
| <hr/> |
| <footer> |
| <div class="container-fluid"> |
| <div class="row-fluid"> |
| <p>© 2011–2021 |
| <a href="https://www.apache.org/">The Apache Software Foundation</a> |
| </p> |
| </div> |
| </div> |
| </footer> |
| </body> |
| </html> |