Blame view

test-output/采购商注册/buyerRegister.html 2.33 KB
fdd4bb76   zengjin55   windows
1
2
  <html>
  <head>
c98c375e   Administrator   all
3
  <title>TestNG:  buyerRegister</title>
fdd4bb76   zengjin55   windows
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
  <link href="../testng.css" rel="stylesheet" type="text/css" />
  <link href="../my-testng.css" rel="stylesheet" type="text/css" />
  
  <style type="text/css">
  .log { display: none;} 
  .stack-trace { display: none;} 
  </style>
  <script type="text/javascript">
  <!--
  function flip(e) {
    current = e.style.display;
    if (current == 'block') {
      e.style.display = 'none';
      return 0;
    }
    else {
      e.style.display = 'block';
      return 1;
    }
  }
  
  function toggleBox(szDivId, elem, msg1, msg2)
  {
    var res = -1;  if (document.getElementById) {
      res = flip(document.getElementById(szDivId));
    }
    else if (document.all) {
      // this is the way old msie versions work
      res = flip(document.all[szDivId]);
    }
    if(elem) {
      if(res == 0) elem.innerHTML = msg1; else elem.innerHTML = msg2;
    }
  
  }
  
  function toggleAllBoxes() {
    if (document.getElementsByTagName) {
      d = document.getElementsByTagName('div');
      for (i = 0; i < d.length; i++) {
        if (d[i].className == 'log') {
          flip(d[i]);
        }
      }
    }
  }
  
  // -->
  </script>
  
  </head>
  <body>
c98c375e   Administrator   all
56
  <h2 align='center'>buyerRegister</h2><table border='1' align="center">
fdd4bb76   zengjin55   windows
57
58
59
  <tr>
  <td>Tests passed/Failed/Skipped:</td><td>2/0/0</td>
  </tr><tr>
c98c375e   Administrator   all
60
  <td>Started on:</td><td>Fri Aug 31 17:13:37 CST 2018</td>
fdd4bb76   zengjin55   windows
61
  </tr>
c98c375e   Administrator   all
62
  <tr><td>Total time:</td><td>31 seconds (31486 ms)</td>
fdd4bb76   zengjin55   windows
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
  </tr><tr>
  <td>Included groups:</td><td></td>
  </tr><tr>
  <td>Excluded groups:</td><td></td>
  </tr>
  </table><p/>
  <small><i>(Hover the method name to see the test class name)</i></small><p/>
  <table width='100%' border='1' class='invocation-passed'>
  <tr><td colspan='4' align='center'><b>PASSED TESTS</b></td></tr>
  <tr><td><b>Test method</b></td>
  <td width="30%"><b>Exception</b></td>
  <td width="10%"><b>Time (seconds)</b></td>
  <td><b>Instance</b></td>
  </tr>
  <tr>
c98c375e   Administrator   all
78
  <td title='com.essa.testSuite.TestGenrateCode.genrateCode()'><b>genrateCode</b><br>Test class: com.essa.testSuite.TestGenrateCode<br>Test method: 生成采购商注册邀请码</td>
fdd4bb76   zengjin55   windows
79
  <td></td>
c98c375e   Administrator   all
80
81
  <td>5</td>
  <td>com.essa.testSuite.TestGenrateCode@50a0c33c</td></tr>
fdd4bb76   zengjin55   windows
82
  <tr>
c98c375e   Administrator   all
83
  <td title='com.buyer.testSuite.TestRegister.register()'><b>register</b><br>Test class: com.buyer.testSuite.TestRegister<br>Test method: 填写注册采购商信息,注册采购商</td>
fdd4bb76   zengjin55   windows
84
85
  <td></td>
  <td>10</td>
c98c375e   Administrator   all
86
  <td>com.buyer.testSuite.TestRegister@423e6a09</td></tr>
fdd4bb76   zengjin55   windows
87
88
89
  </table><p>
  </body>
  </html>