index.html 29.5 KB
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407
<!DOCTYPE html>

<html>
  <head>
  <meta charset='utf-8'>
  <title>TestNG reports</title>

    <link type="text/css" href="testng-reports.css" rel="stylesheet" />  
    <script type="text/javascript" src="jquery-1.7.1.min.js"></script>
    <script type="text/javascript" src="testng-reports.js"></script>
    <script type="text/javascript" src="https://www.google.com/jsapi"></script>
    <script type='text/javascript'>
      google.load('visualization', '1', {packages:['table']});
      google.setOnLoadCallback(drawTable);
      var suiteTableInitFunctions = new Array();
      var suiteTableData = new Array();
    </script>
    <!--
      <script type="text/javascript" src="jquery-ui/js/jquery-ui-1.8.16.custom.min.js"></script>
     -->
  </head>

  <body>
    <div class="top-banner-root">
      <span class="top-banner-title-font">Test results</span>
      <br/>
      <span class="top-banner-font-1">1 suite</span>
    </div> <!-- top-banner-root -->
    <div class="navigator-root">
      <div class="navigator-suite-header">
        <span>All suites</span>
        <a href="#" class="collapse-all-link" title="Collapse/expand all the suites">
          <img class="collapse-all-icon" src="collapseall.gif">
          </img> <!-- collapse-all-icon -->
        </a> <!-- collapse-all-link -->
      </div> <!-- navigator-suite-header -->
      <div class="suite">
        <div class="rounded-window">
          <div class="suite-header light-rounded-window-top">
            <a href="#" class="navigator-link" panel-name="suite-Default_suite">
              <span class="suite-name border-passed">Default suite</span>
            </a> <!-- navigator-link -->
          </div> <!-- suite-header light-rounded-window-top -->
          <div class="navigator-suite-content">
            <div class="suite-section-title">
              <span>Info</span>
            </div> <!-- suite-section-title -->
            <div class="suite-section-content">
              <ul>
                <li>
                  <a href="#" class="navigator-link " panel-name="test-xml-Default_suite">
                    <span>C:\Users\123456\AppData\Local\Temp\testng-eclipse--327584216\testng-customsuite.xml</span>
                  </a> <!-- navigator-link  -->
                </li>
                <li>
                  <a href="#" class="navigator-link " panel-name="testlist-Default_suite">
                    <span class="test-stats">1 test</span>
                  </a> <!-- navigator-link  -->
                </li>
                <li>
                  <a href="#" class="navigator-link " panel-name="group-Default_suite">
                    <span>1 group</span>
                  </a> <!-- navigator-link  -->
                </li>
                <li>
                  <a href="#" class="navigator-link " panel-name="times-Default_suite">
                    <span>Times</span>
                  </a> <!-- navigator-link  -->
                </li>
                <li>
                  <a href="#" class="navigator-link " panel-name="reporter-Default_suite">
                    <span>Reporter output</span>
                  </a> <!-- navigator-link  -->
                </li>
                <li>
                  <a href="#" class="navigator-link " panel-name="ignored-methods-Default_suite">
                    <span>Ignored methods</span>
                  </a> <!-- navigator-link  -->
                </li>
                <li>
                  <a href="#" class="navigator-link " panel-name="chronological-Default_suite">
                    <span>Chronological view</span>
                  </a> <!-- navigator-link  -->
                </li>
              </ul>
            </div> <!-- suite-section-content -->
            <div class="result-section">
              <div class="suite-section-title">
                <span>Results</span>
              </div> <!-- suite-section-title -->
              <div class="suite-section-content">
                <ul>
                  <li>
                    <span class="method-stats">1 method,   1 passed</span>
                  </li>
                  <li>
                    <span class="method-list-title passed">Passed methods</span>
                    <span class="show-or-hide-methods passed">
                      <a href="#" panel-name="suite-Default_suite" class="hide-methods passed suite-Default_suite"> (hide)</a> <!-- hide-methods passed suite-Default_suite -->
                      <a href="#" panel-name="suite-Default_suite" class="show-methods passed suite-Default_suite"> (show)</a> <!-- show-methods passed suite-Default_suite -->
                    </span>
                    <div class="method-list-content passed suite-Default_suite">
                      <span>
                        <img width="3%" src="passed.png"/>
                        <a href="#" class="method navigator-link" panel-name="suite-Default_suite" title="com.pipi.invoker.CosPlayerTest" hash-for-method="testBSend">testBSend</a> <!-- method navigator-link -->
                      </span>
                      <br/>
                    </div> <!-- method-list-content passed suite-Default_suite -->
                  </li>
                </ul>
              </div> <!-- suite-section-content -->
            </div> <!-- result-section -->
          </div> <!-- navigator-suite-content -->
        </div> <!-- rounded-window -->
      </div> <!-- suite -->
    </div> <!-- navigator-root -->
    <div class="wrapper">
      <div class="main-panel-root">
        <div panel-name="suite-Default_suite" class="panel Default_suite">
          <div class="suite-Default_suite-class-passed">
            <div class="main-panel-header rounded-window-top">
              <img src="passed.png"/>
              <span class="class-name">com.pipi.invoker.CosPlayerTest</span>
            </div> <!-- main-panel-header rounded-window-top -->
            <div class="main-panel-content rounded-window-bottom">
              <div class="method">
                <div class="method-content">
                  <a name="testBSend">
                  </a> <!-- testBSend -->
                  <span class="method-name">testBSend</span>
                  <em>
(送背包礼物)                  </em>
                </div> <!-- method-content -->
              </div> <!-- method -->
            </div> <!-- main-panel-content rounded-window-bottom -->
          </div> <!-- suite-Default_suite-class-passed -->
        </div> <!-- panel Default_suite -->
        <div panel-name="test-xml-Default_suite" class="panel">
          <div class="main-panel-header rounded-window-top">
            <span class="header-content">C:\Users\123456\AppData\Local\Temp\testng-eclipse--327584216\testng-customsuite.xml</span>
          </div> <!-- main-panel-header rounded-window-top -->
          <div class="main-panel-content rounded-window-bottom">
            <pre>
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;!DOCTYPE suite SYSTEM &quot;http://testng.org/testng-1.0.dtd&quot;&gt;
&lt;suite guice-stage=&quot;DEVELOPMENT&quot; name=&quot;Default suite&quot;&gt;
  &lt;test verbose=&quot;2&quot; name=&quot;Default test&quot;&gt;
    &lt;classes&gt;
      &lt;class name=&quot;com.pipi.invoker.CosPlayerTest&quot;&gt;
        &lt;methods&gt;
          &lt;include name=&quot;testBSend&quot;/&gt;
        &lt;/methods&gt;
      &lt;/class&gt; &lt;!-- com.pipi.invoker.CosPlayerTest --&gt;
    &lt;/classes&gt;
  &lt;/test&gt; &lt;!-- Default test --&gt;
&lt;/suite&gt; &lt;!-- Default suite --&gt;
            </pre>
          </div> <!-- main-panel-content rounded-window-bottom -->
        </div> <!-- panel -->
        <div panel-name="testlist-Default_suite" class="panel">
          <div class="main-panel-header rounded-window-top">
            <span class="header-content">Tests for Default suite</span>
          </div> <!-- main-panel-header rounded-window-top -->
          <div class="main-panel-content rounded-window-bottom">
            <ul>
              <li>
                <span class="test-name">Default test (1 class)</span>
              </li>
            </ul>
          </div> <!-- main-panel-content rounded-window-bottom -->
        </div> <!-- panel -->
        <div panel-name="group-Default_suite" class="panel">
          <div class="main-panel-header rounded-window-top">
            <span class="header-content">Groups for Default suite</span>
          </div> <!-- main-panel-header rounded-window-top -->
          <div class="main-panel-content rounded-window-bottom">
            <div class="test-group">
              <span class="test-group-name">pipi-test</span>
              <br/>
              <div class="method-in-group">
                <span class="method-in-group-name">testBSend</span>
                <br/>
              </div> <!-- method-in-group -->
            </div> <!-- test-group -->
          </div> <!-- main-panel-content rounded-window-bottom -->
        </div> <!-- panel -->
        <div panel-name="times-Default_suite" class="panel">
          <div class="main-panel-header rounded-window-top">
            <span class="header-content">Times for Default suite</span>
          </div> <!-- main-panel-header rounded-window-top -->
          <div class="main-panel-content rounded-window-bottom">
            <div class="times-div">
              <script type="text/javascript">
suiteTableInitFunctions.push('tableData_Default_suite');
function tableData_Default_suite() {
var data = new google.visualization.DataTable();
data.addColumn('number', 'Number');
data.addColumn('string', 'Method');
data.addColumn('string', 'Class');
data.addColumn('number', 'Time (ms)');
data.addRows(1);
data.setCell(0, 0, 0)
data.setCell(0, 1, 'testBSend')
data.setCell(0, 2, 'com.pipi.invoker.CosPlayerTest')
data.setCell(0, 3, 1391);
window.suiteTableData['Default_suite']= { tableData: data, tableDiv: 'times-div-Default_suite'}
return data;
}
              </script>
              <span class="suite-total-time">Total running time: 1 seconds</span>
              <div id="times-div-Default_suite">
              </div> <!-- times-div-Default_suite -->
            </div> <!-- times-div -->
          </div> <!-- main-panel-content rounded-window-bottom -->
        </div> <!-- panel -->
        <div panel-name="reporter-Default_suite" class="panel">
          <div class="main-panel-header rounded-window-top">
            <span class="header-content">Reporter output for Default suite</span>
          </div> <!-- main-panel-header rounded-window-top -->
          <div class="main-panel-content rounded-window-bottom">
            <div class="reporter-method-div">
              <span class="reporter-method-name">testBSend</span>
              <div class="reporter-method-output-div">
                <span class="reporter-method-output">======2021-09-01 17:41:37:用例【com.pipi.invoker.CosPlayerTest.testBSend】开始======</span>
                <span class="reporter-method-output">===================================</span>
                <span class="reporter-method-output">###Http Request Url### : </span>
                <span class="reporter-method-output">https://pre-test-api-admin.apeiwan.com/api/v1/user/list</span>
                <span class="reporter-method-output">###Http Request Method### : POST</span>
                <span class="reporter-method-output">###Http Request Headers### : </span>
                <span class="reporter-method-output">{"token":"48bead0622e4421ca0501c2bafb94146","Content-Type":"application/x-www-form-urlencoded"}</span>
                <span class="reporter-method-output">###Http Request queryString before URLEncoder### : </span>
                <span class="reporter-method-output">{"mobile":"13823774131","pageSize":10,"pageNum":1}</span>
                <span class="reporter-method-output">###Http Request queryString after URLEncoder### :</span>
                <span class="reporter-method-output">mobile=13823774131&pageSize=10&pageNum=1</span>
                <span class="reporter-method-output">===================================</span>
                <span class="reporter-method-output">###Http Response Status line### : </span>
                <span class="reporter-method-output">HTTP/1.1 200 OK</span>
                <span class="reporter-method-output">###Http Response Headers### : </span>
                <span class="reporter-method-output">{"Transfer-Encoding":"chunked","Strict-Transport-Security":"max-age=15724800; includeSubDomains","Connection":"keep-alive","Vary":"Access-Control-Request-Headers","Date":"Wed, 01 Sep 2021 09:41:37 GMT","Content-Type":"application/json"}</span>
                <span class="reporter-method-output">###Http Response Content### :</span>
                <span class="reporter-method-output">{"msg":"查询用户列表成功!","data":{"startRow":1,"lastPage":1,"navigatepageNums":[1],"prePage":0,"hasNextPage":false,"nextPage":0,"pageSize":10,"orderBy":"u.create_time desc","endRow":1,"list":[{"sourceId":0,"platformAuthUrl":"","platformAuth":0,"type":2,"balance":0.00,"charmDrawSum":0,"loginIp":"61.183.246.70","id":5523052,"chargeBalance":10000.00,"headPortraitsUrl":"http://game-play.oss-cn-hangzhou.aliyuncs.com/2020/11/11/c343b09eccfe4f14b56f33b2f42041d2.jpg","lastMemberExp":0,"activeTime":"2021-09-01 09:56:26","userInfoAuth":2,"status":1,"gender":1,"registerType":0,"guildCode":"16677017","userCode":"125032550","loginTime":"2021-09-01 17:22:51","ordersTakeStatus":1,"nickname":"test","popularityLevelName":"钻28","registIp":"61.183.246.70","virtualBalance":0,"isCancel":false,"memberLevel":0,"mobile":"13823774131","imPsw":"50343b2c0c9f45f489c479c8a6b7238f","updateTime":"2021-08-31 11:13:53","quickServerStatus":5,"imId":"5523052_20210831","scoreAvg":4.0,"charm":0,"createTime":"2021-08-31 11:13:54","newUser":false,"popularityLevelCode":28}],"pageNum":1,"navigatePages":8,"total":1,"pages":1,"size":1,"firstPage":1,"isLastPage":true,"hasPreviousPage":false,"isFirstPage":true},"status":200}</span>
                <span class="reporter-method-output">===================================</span>
                <span class="reporter-method-output">===================================</span>
                <span class="reporter-method-output">###Http Request Url### : </span>
                <span class="reporter-method-output">https://pre-test-api-app.apeiwan.com/api/v4/room/gift/backpack/send</span>
                <span class="reporter-method-output">###Http Request Method### : POST</span>
                <span class="reporter-method-output">###Http Request Headers### : </span>
                <span class="reporter-method-output">{"token":"APP-0a413ad3d2d444bcbaa3a42650aea46b#5523051","Content-Type":"application/x-www-form-urlencoded"}</span>
                <span class="reporter-method-output">###Http Request queryString before URLEncoder### : </span>
                <span class="reporter-method-output">{"actionType":1,"amount":"1","roomNo":"882100","backpackId":"4106747","userIds":"5523052","timestamp":"1630395325064"}</span>
                <span class="reporter-method-output">###Http Request queryString after URLEncoder### :</span>
                <span class="reporter-method-output">actionType=1&amount=1&roomNo=882100&backpackId=4106747&userIds=5523052&timestamp=1630395325064</span>
                <span class="reporter-method-output">===================================</span>
                <span class="reporter-method-output">###Http Response Status line### : </span>
                <span class="reporter-method-output">HTTP/1.1 200 OK</span>
                <span class="reporter-method-output">###Http Response Headers### : </span>
                <span class="reporter-method-output">{"Transfer-Encoding":"chunked","Server":"nginx/1.14.0","Connection":"keep-alive","Vary":"Access-Control-Request-Headers","Date":"Wed, 01 Sep 2021 09:41:38 GMT","Content-Type":"application/json"}</span>
                <span class="reporter-method-output">###Http Response Content### :</span>
                <span class="reporter-method-output">{"msg":"赠送成功","data":"6rgldZGre6KtGGv6kURKF/Qtwk8Q+adbT7VPClxSi4npL/wKbUd5JqbuUyiM6R9pRQvNlav4pvrfZRhBTgnZSajlzkqwL7luaOdSXqTKNkK/XVuQtWS3Zd4hVXcowi8xbYEpMumFWkcK8X2dVNiL8V+6zJeJAWB4VAv1CfzkrMtIVTrUmdETEUCODbBpYcOzPb1YyFzmYxlvrTBzZ46z0BOVzTwBUAlgR3x4LYyxiPIGga69gx130uBe1S/mgRlFdW9UrL8dErpc6B/SbvEGp580lwURRzN5+B9m6d/U9dCKluo68B7IXLnKLe+huAHgfGOQqvCQR+eZpq40T5aYazH1SBjM90GP5+KZNh/YFhi5rcqLeovxg7o4+0N611NT+bD29LY5XQbXyr7k5q+hKx6hl4WfF1rQ3QEvC/+OBODzgl4+GrDOWvDijzeJ8nx8RkvM5acX2Rs5GISMz0MUIg==","status":200}</span>
                <span class="reporter-method-output">===================================</span>
                <span class="reporter-method-output">======2021-09-01 17:41:38:用例【com.pipi.invoker.CosPlayerTest.testBSend】结束======</span>
                <span class="reporter-method-output">======本次用例运行消耗时间 01秒389毫秒======</span>
                <span class="reporter-method-output">===================================</span>
                <span class="reporter-method-output">###Http Request Url### : </span>
                <span class="reporter-method-output">http://10.1.10.21:9090/pipi-test-center/report/testStatistic.json</span>
                <span class="reporter-method-output">###Http Request Method### : PUT</span>
                <span class="reporter-method-output">###Http Request Headers### : </span>
                <span class="reporter-method-output">{"Content-Type":"application/json"}</span>
                <span class="reporter-method-output">###Http Request Content### : </span>
                <span class="reporter-method-output">{"buildId":0,"caseDescription":"送背包礼物","caseLog":"======2021-09-01 17:41:37:用例【com.pipi.invoker.CosPlayerTest.testBSend】开始======\r\n===================================\r\n###Http Request Url### : \r\nhttps://pre-test-api-admin.apeiwan.com/api/v1/user/list\r\n###Http Request Method### : POST\r\n###Http Request Headers### : \r\n{\"token\":\"48bead0622e4421ca0501c2bafb94146\",\"Content-Type\":\"application/x-www-form-urlencoded\"}\r\n###Http Request queryString before URLEncoder### : \r\n{\"mobile\":\"13823774131\",\"pageSize\":10,\"pageNum\":1}\r\n###Http Request queryString after URLEncoder### :\r\nmobile=13823774131&pageSize=10&pageNum=1\r\n===================================\r\n###Http Response Status line### : \r\nHTTP/1.1 200 OK\r\n###Http Response Headers### : \r\n{\"Transfer-Encoding\":\"chunked\",\"Strict-Transport-Security\":\"max-age=15724800; includeSubDomains\",\"Connection\":\"keep-alive\",\"Vary\":\"Access-Control-Request-Headers\",\"Date\":\"Wed, 01 Sep 2021 09:41:37 GMT\",\"Content-Type\":\"application/json\"}\r\n###Http Response Content### :\r\n{\"msg\":\"查询用户列表成功!\",\"data\":{\"startRow\":1,\"lastPage\":1,\"navigatepageNums\":[1],\"prePage\":0,\"hasNextPage\":false,\"nextPage\":0,\"pageSize\":10,\"orderBy\":\"u.create_time desc\",\"endRow\":1,\"list\":[{\"sourceId\":0,\"platformAuthUrl\":\"\",\"platformAuth\":0,\"type\":2,\"balance\":0.00,\"charmDrawSum\":0,\"loginIp\":\"61.183.246.70\",\"id\":5523052,\"chargeBalance\":10000.00,\"headPortraitsUrl\":\"http://game-play.oss-cn-hangzhou.aliyuncs.com/2020/11/11/c343b09eccfe4f14b56f33b2f42041d2.jpg\",\"lastMemberExp\":0,\"activeTime\":\"2021-09-01 09:56:26\",\"userInfoAuth\":2,\"status\":1,\"gender\":1,\"registerType\":0,\"guildCode\":\"16677017\",\"userCode\":\"125032550\",\"loginTime\":\"2021-09-01 17:22:51\",\"ordersTakeStatus\":1,\"nickname\":\"test\",\"popularityLevelName\":\"钻28\",\"registIp\":\"61.183.246.70\",\"virtualBalance\":0,\"isCancel\":false,\"memberLevel\":0,\"mobile\":\"13823774131\",\"imPsw\":\"50343b2c0c9f45f489c479c8a6b7238f\",\"updateTime\":\"2021-08-31 11:13:53\",\"quickServerStatus\":5,\"imId\":\"5523052_20210831\",\"scoreAvg\":4.0,\"charm\":0,\"createTime\":\"2021-08-31 11:13:54\",\"newUser\":false,\"popularityLevelCode\":28}],\"pageNum\":1,\"navigatePages\":8,\"total\":1,\"pages\":1,\"size\":1,\"firstPage\":1,\"isLastPage\":true,\"hasPreviousPage\":false,\"isFirstPage\":true},\"status\":200}\r\n===================================\r\n===================================\r\n###Http Request Url### : \r\nhttps://pre-test-api-app.apeiwan.com/api/v4/room/gift/backpack/send\r\n###Http Request Method### : POST\r\n###Http Request Headers### : \r\n{\"token\":\"APP-0a413ad3d2d444bcbaa3a42650aea46b#5523051\",\"Content-Type\":\"application/x-www-form-urlencoded\"}\r\n###Http Request queryString before URLEncoder### : \r\n{\"actionType\":1,\"amount\":\"1\",\"roomNo\":\"882100\",\"backpackId\":\"4106747\",\"userIds\":\"5523052\",\"timestamp\":\"1630395325064\"}\r\n###Http Request queryString after URLEncoder### :\r\nactionType=1&amount=1&roomNo=882100&backpackId=4106747&userIds=5523052&timestamp=1630395325064\r\n===================================\r\n###Http Response Status line### : \r\nHTTP/1.1 200 OK\r\n###Http Response Headers### : \r\n{\"Transfer-Encoding\":\"chunked\",\"Server\":\"nginx/1.14.0\",\"Connection\":\"keep-alive\",\"Vary\":\"Access-Control-Request-Headers\",\"Date\":\"Wed, 01 Sep 2021 09:41:38 GMT\",\"Content-Type\":\"application/json\"}\r\n###Http Response Content### :\r\n{\"msg\":\"赠送成功\",\"data\":\"6rgldZGre6KtGGv6kURKF/Qtwk8Q+adbT7VPClxSi4npL/wKbUd5JqbuUyiM6R9pRQvNlav4pvrfZRhBTgnZSajlzkqwL7luaOdSXqTKNkK/XVuQtWS3Zd4hVXcowi8xbYEpMumFWkcK8X2dVNiL8V+6zJeJAWB4VAv1CfzkrMtIVTrUmdETEUCODbBpYcOzPb1YyFzmYxlvrTBzZ46z0BOVzTwBUAlgR3x4LYyxiPIGga69gx130uBe1S/mgRlFdW9UrL8dErpc6B/SbvEGp580lwURRzN5+B9m6d/U9dCKluo68B7IXLnKLe+huAHgfGOQqvCQR+eZpq40T5aYazH1SBjM90GP5+KZNh/YFhi5rcqLeovxg7o4+0N611NT+bD29LY5XQbXyr7k5q+hKx6hl4WfF1rQ3QEvC/+OBODzgl4+GrDOWvDijzeJ8nx8RkvM5acX2Rs5GISMz0MUIg==\",\"status\":200}\r\n===================================\r\n======2021-09-01 17:41:38:用例【com.pipi.invoker.CosPlayerTest.testBSend】结束======\r\n======本次用例运行消耗时间 01秒389毫秒======\r","caseName":"testBSend","className":"com.pipi.invoker.CosPlayerTest","durationTime":"01秒389毫秒","endTime":"2021-09-01 17:41:38","id":0,"serviceId":1,"startTime":"2021-09-01 17:41:37","status":1}</span>
                <span class="reporter-method-output">===================================</span>
                <span class="reporter-method-output">###Http Response Status line### : </span>
                <span class="reporter-method-output">HTTP/1.1 200</span>
                <span class="reporter-method-output">###Http Response Headers### : </span>
                <span class="reporter-method-output">{"Transfer-Encoding":"chunked","Keep-Alive":"timeout=20","Access-Control-Allow-Origin":"*","Access-Control-Allow-Methods":"GET,POST,PUT,DELETE,OPTIONS","Access-Control-Allow-Credentials":"true","Connection":"keep-alive","Access-Control-Allow-Headers":"Content-Type,X-Token","Date":"Wed, 01 Sep 2021 09:41:40 GMT","Content-Type":"application/json;charset=UTF-8"}</span>
                <span class="reporter-method-output">###Http Response Content### :</span>
                <span class="reporter-method-output">{"code":200,"data":true}</span>
                <span class="reporter-method-output">===================================</span>
              </div> <!-- reporter-method-output-div -->
            </div> <!-- reporter-method-div -->
          </div> <!-- main-panel-content rounded-window-bottom -->
        </div> <!-- panel -->
        <div panel-name="ignored-methods-Default_suite" class="panel">
          <div class="main-panel-header rounded-window-top">
            <span class="header-content">28 ignored methods</span>
          </div> <!-- main-panel-header rounded-window-top -->
          <div class="main-panel-content rounded-window-bottom">
            <div class="ignored-class-div">
              <span class="ignored-class-name">com.pipi.invoker.CosPlayerTest</span>
              <div class="ignored-methods-div">
                <span class="ignored-method-name">testDelete</span>
                <br/>
                <span class="ignored-method-name">testUpList</span>
                <br/>
                <span class="ignored-method-name">testUserList</span>
                <br/>
                <span class="ignored-method-name">testRoomRecord</span>
                <br/>
                <span class="ignored-method-name">testGiftList</span>
                <br/>
                <span class="ignored-method-name">testGetUserSimple</span>
                <br/>
                <span class="ignored-method-name">testLotteryActivity</span>
                <br/>
                <span class="ignored-method-name">testRemove</span>
                <br/>
                <span class="ignored-method-name">testUserGet</span>
                <br/>
                <span class="ignored-method-name">testOrderList</span>
                <br/>
                <span class="ignored-method-name">testAuditGuild</span>
                <br/>
                <span class="ignored-method-name">testGetUserSimple2</span>
                <br/>
                <span class="ignored-method-name">testGetMine</span>
                <br/>
                <span class="ignored-method-name">testQSend</span>
                <br/>
                <span class="ignored-method-name">testUpSize</span>
                <br/>
                <span class="ignored-method-name">testRoomList</span>
                <br/>
                <span class="ignored-method-name">testRecordExport</span>
                <br/>
                <span class="ignored-method-name">testRSend</span>
                <br/>
                <span class="ignored-method-name">testGetUserBalance</span>
                <br/>
                <span class="ignored-method-name">testActivityList</span>
                <br/>
                <span class="ignored-method-name">testMoneyDetailsSave</span>
                <br/>
                <span class="ignored-method-name">testMSend</span>
                <br/>
                <span class="ignored-method-name">testVirtualMoneyModify</span>
                <br/>
                <span class="ignored-method-name">testManagerList</span>
                <br/>
                <span class="ignored-method-name">testOrderProduct</span>
                <br/>
                <span class="ignored-method-name">testGethome</span>
                <br/>
                <span class="ignored-method-name">testGuildSearch</span>
                <br/>
                <span class="ignored-method-name">testPipibiSend</span>
                <br/>
              </div> <!-- ignored-methods-div -->
            </div> <!-- ignored-class-div -->
          </div> <!-- main-panel-content rounded-window-bottom -->
        </div> <!-- panel -->
        <div panel-name="chronological-Default_suite" class="panel">
          <div class="main-panel-header rounded-window-top">
            <span class="header-content">Methods in chronological order</span>
          </div> <!-- main-panel-header rounded-window-top -->
          <div class="main-panel-content rounded-window-bottom">
            <div class="chronological-class">
              <div class="chronological-class-name">com.pipi.invoker.CosPlayerTest</div> <!-- chronological-class-name -->
              <div class="configuration-class before">
                <span class="method-name">springTestContextBeforeTestClass</span>
                <span class="method-start">0 ms</span>
              </div> <!-- configuration-class before -->
              <div class="configuration-class before">
                <span class="method-name">springTestContextPrepareTestInstance</span>
                <span class="method-start">4 ms</span>
              </div> <!-- configuration-class before -->
              <div class="configuration-class before">
                <span class="method-name">BeforeClassTest</span>
                <span class="method-start">218 ms</span>
              </div> <!-- configuration-class before -->
              <div class="configuration-class before">
                <span class="method-name">beforeClass</span>
                <span class="method-start">218 ms</span>
              </div> <!-- configuration-class before -->
              <div class="configuration-class before">
                <span class="method-name">beforeClassTest</span>
                <span class="method-start">218 ms</span>
              </div> <!-- configuration-class before -->
              <div class="configuration-method before">
                <span class="method-name">springTestContextBeforeTestMethod(public void com.pipi.invoker.CosPlayerTest.testBSend())</span>
                <span class="method-start">1460 ms</span>
              </div> <!-- configuration-method before -->
              <div class="test-method">
                <span class="method-name">testBSend</span>
                <span class="method-start">1460 ms</span>
              </div> <!-- test-method -->
              <div class="configuration-method after">
                <span class="method-name">springTestContextAfterTestMethod(public void com.pipi.invoker.CosPlayerTest.testBSend())</span>
                <span class="method-start">5465 ms</span>
              </div> <!-- configuration-method after -->
              <div class="configuration-class after">
                <span class="method-name">afterClass</span>
                <span class="method-start">5466 ms</span>
              </div> <!-- configuration-class after -->
              <div class="configuration-class after">
                <span class="method-name">afterClassTest</span>
                <span class="method-start">5466 ms</span>
              </div> <!-- configuration-class after -->
              <div class="configuration-class after">
                <span class="method-name">springTestContextAfterTestClass</span>
                <span class="method-start">5466 ms</span>
              </div> <!-- configuration-class after -->
          </div> <!-- main-panel-content rounded-window-bottom -->
        </div> <!-- panel -->
      </div> <!-- main-panel-root -->
    </div> <!-- wrapper -->
  </body>
</html>