| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495 |
- <!DOCTYPE html>
-
-
- <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0 from org.apache.maven.plugins:maven-surefire-report-plugin:3.6.0-M1:report at 2026-06-16
- | Rendered using Apache Maven Fluido Skin 2.0.0-M9
- -->
- <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 2.0.0" />
- <title>Surefire Report – 智慧水务管理系统</title>
- <link rel="stylesheet" href="./css/apache-maven-fluido-2.0.0-M9.min.css" />
- <link rel="stylesheet" href="./css/site.css" />
- <link rel="stylesheet" href="./css/print.css" media="print" />
- <script src="./js/apache-maven-fluido-2.0.0-M9.min.js"></script>
- </head>
- <body>
- <div class="container container-top">
- <header>
- <div id="banner">
- <div class="pull-left"><div id="bannerLeft"><h1>智慧水务管理系统</h1></div></div>
- <div class="pull-right"></div>
- <div class="clear"><hr/></div>
- </div>
-
- <div id="breadcrumbs">
- <ul class="breadcrumb">
- <li id="publishDate">Last Published: 2026-06-16<span class="divider">|</span>
- </li>
- <li id="projectVersion">Version: 1.0.0-SNAPSHOT</li>
- <li class="pull-right"><a href="https://spring.io/projects/spring-boot/wm-parent" class="externalLink">智慧水务管理系统</a></li>
- </ul>
- </div>
- </header>
- <main id="bodyColumn">
-
- <script>
- 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><a id="Surefire_Report"></a>
- <h1>Surefire Report</h1><section><a id="Summary"></a>
- <h2>Summary</h2><br />
- <table 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 s</td></tr></table><br />
- <p>Note: failures are anticipated and checked for with assertions while errors are unanticipated.</p><br /></section></section>
- </main>
- </div>
- <hr/>
- <footer>
- <div class="container">
- <div class="row">
- <p>© 2026
- </p>
- </div>
- <p id="poweredBy" class="pull-right"><a href="https://maven.apache.org/" class="builtBy" target="_blank"><img class="builtBy" alt="Built by Maven" src="./images/logos/maven-feather.png" /></a>
- </p>
- </div>
- </footer>
- <script>
- if(anchors) {
- anchors.add();
- }
- </script>
- </body>
- </html>
|