智慧水务管理系统 - 精河县供水工程综合管理平台

surefire.html 3.1KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. <!DOCTYPE html>
  2. <!--
  3. | 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
  4. | Rendered using Apache Maven Fluido Skin 2.0.0-M9
  5. -->
  6. <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
  7. <head>
  8. <meta charset="UTF-8" />
  9. <meta name="viewport" content="width=device-width, initial-scale=1" />
  10. <meta name="generator" content="Apache Maven Doxia Site Renderer 2.0.0" />
  11. <title>Surefire Report – 智慧水务管理系统</title>
  12. <link rel="stylesheet" href="./css/apache-maven-fluido-2.0.0-M9.min.css" />
  13. <link rel="stylesheet" href="./css/site.css" />
  14. <link rel="stylesheet" href="./css/print.css" media="print" />
  15. <script src="./js/apache-maven-fluido-2.0.0-M9.min.js"></script>
  16. </head>
  17. <body>
  18. <div class="container container-top">
  19. <header>
  20. <div id="banner">
  21. <div class="pull-left"><div id="bannerLeft"><h1>智慧水务管理系统</h1></div></div>
  22. <div class="pull-right"></div>
  23. <div class="clear"><hr/></div>
  24. </div>
  25. <div id="breadcrumbs">
  26. <ul class="breadcrumb">
  27. <li id="publishDate">Last Published: 2026-06-16<span class="divider">|</span>
  28. </li>
  29. <li id="projectVersion">Version: 1.0.0-SNAPSHOT</li>
  30. <li class="pull-right"><a href="https://spring.io/projects/spring-boot/wm-parent" class="externalLink">智慧水务管理系统</a></li>
  31. </ul>
  32. </div>
  33. </header>
  34. <main id="bodyColumn">
  35. <script>
  36. function toggleDisplay(elementId) {
  37. var elm = document.getElementById(elementId + '-error');
  38. if (elm == null) {
  39. elm = document.getElementById(elementId + '-failure');
  40. }
  41. if (elm && typeof elm.style != "undefined") {
  42. if (elm.style.display == "none") {
  43. elm.style.display = "";
  44. document.getElementById(elementId + '-off').style.display = "none";
  45. document.getElementById(elementId + '-on').style.display = "inline";
  46. } else if (elm.style.display == "") { elm.style.display = "none";
  47. document.getElementById(elementId + '-off').style.display = "inline";
  48. document.getElementById(elementId + '-on').style.display = "none";
  49. }
  50. }
  51. }
  52. </script>
  53. <section><a id="Surefire_Report"></a>
  54. <h1>Surefire Report</h1><section><a id="Summary"></a>
  55. <h2>Summary</h2><br />
  56. <table class="table table-striped">
  57. <tr class="a">
  58. <th>Tests</th>
  59. <th>Errors</th>
  60. <th>Failures</th>
  61. <th>Skipped</th>
  62. <th>Success Rate</th>
  63. <th>Time</th></tr>
  64. <tr class="b">
  65. <td>0</td>
  66. <td>0</td>
  67. <td>0</td>
  68. <td>0</td>
  69. <td>0%</td>
  70. <td>0 s</td></tr></table><br />
  71. <p>Note: failures are anticipated and checked for with assertions while errors are unanticipated.</p><br /></section></section>
  72. </main>
  73. </div>
  74. <hr/>
  75. <footer>
  76. <div class="container">
  77. <div class="row">
  78. <p>© 2026
  79. </p>
  80. </div>
  81. <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>
  82. </p>
  83. </div>
  84. </footer>
  85. <script>
  86. if(anchors) {
  87. anchors.add();
  88. }
  89. </script>
  90. </body>
  91. </html>