fdd4bb76
zengjin55
windows
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<!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>
|
09fdf50f
Administrator
bpms
|
24
25
26
27
28
29
30
31
|
<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>
|
a62053f7
Administrator
add scene
|
32
33
|
<a href="#" class="collapse-all-link" title="Collapse/expand all the suites">
<img class="collapse-all-icon" src="collapseall.gif">
|
09fdf50f
Administrator
bpms
|
34
35
36
37
38
39
|
</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">
|
f7ce1aa5
Administrator
all
|
40
41
|
<a href="#" class="navigator-link" panel-name="suite-发布团购商品">
<span class="suite-name border-passed">发布团购商品</span>
|
09fdf50f
Administrator
bpms
|
42
43
44
45
46
47
48
49
50
|
</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>
|
f7ce1aa5
Administrator
all
|
51
52
|
<a href="#" class="navigator-link " panel-name="test-xml-发布团购商品">
<span>D:\WorkSpace\EssaAuto\resources\suites\publishGroupPurchase.xml</span>
|
09fdf50f
Administrator
bpms
|
53
54
55
|
</a> <!-- navigator-link -->
</li>
<li>
|
f7ce1aa5
Administrator
all
|
56
|
<a href="#" class="navigator-link " panel-name="testlist-发布团购商品">
|
09fdf50f
Administrator
bpms
|
57
58
59
60
|
<span class="test-stats">1 test</span>
</a> <!-- navigator-link -->
</li>
<li>
|
f7ce1aa5
Administrator
all
|
61
|
<a href="#" class="navigator-link " panel-name="group-发布团购商品">
|
09fdf50f
Administrator
bpms
|
62
63
64
65
|
<span>0 groups</span>
</a> <!-- navigator-link -->
</li>
<li>
|
f7ce1aa5
Administrator
all
|
66
|
<a href="#" class="navigator-link " panel-name="times-发布团购商品">
|
09fdf50f
Administrator
bpms
|
67
68
69
70
|
<span>Times</span>
</a> <!-- navigator-link -->
</li>
<li>
|
f7ce1aa5
Administrator
all
|
71
|
<a href="#" class="navigator-link " panel-name="reporter-发布团购商品">
|
09fdf50f
Administrator
bpms
|
72
73
74
75
|
<span>Reporter output</span>
</a> <!-- navigator-link -->
</li>
<li>
|
f7ce1aa5
Administrator
all
|
76
|
<a href="#" class="navigator-link " panel-name="ignored-methods-发布团购商品">
|
09fdf50f
Administrator
bpms
|
77
78
79
80
|
<span>Ignored methods</span>
</a> <!-- navigator-link -->
</li>
<li>
|
f7ce1aa5
Administrator
all
|
81
|
<a href="#" class="navigator-link " panel-name="chronological-发布团购商品">
|
09fdf50f
Administrator
bpms
|
82
83
84
85
86
87
88
89
90
91
92
93
|
<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>
|
f7ce1aa5
Administrator
all
|
94
|
<span class="method-stats">7 methods, 7 passed</span>
|
09fdf50f
Administrator
bpms
|
95
96
97
98
|
</li>
<li>
<span class="method-list-title passed">Passed methods</span>
<span class="show-or-hide-methods passed">
|
f7ce1aa5
Administrator
all
|
99
100
|
<a href="#" panel-name="suite-发布团购商品" class="hide-methods passed suite-发布团购商品"> (hide)</a> <!-- hide-methods passed suite-发布团购商品 -->
<a href="#" panel-name="suite-发布团购商品" class="show-methods passed suite-发布团购商品"> (show)</a> <!-- show-methods passed suite-发布团购商品 -->
|
09fdf50f
Administrator
bpms
|
101
|
</span>
|
f7ce1aa5
Administrator
all
|
102
|
<div class="method-list-content passed suite-发布团购商品">
|
09fdf50f
Administrator
bpms
|
103
|
<span>
|
a62053f7
Administrator
add scene
|
104
|
<img width="3%" src="passed.png"/>
|
f7ce1aa5
Administrator
all
|
105
|
<a href="#" class="method navigator-link" panel-name="suite-发布团购商品" title="com.essa.testSuite.TestGroupPurchase" hash-for-method="SkuCategoryManagerCongfig">SkuCategoryManagerCongfig</a> <!-- method navigator-link -->
|
09fdf50f
Administrator
bpms
|
106
107
108
|
</span>
<br/>
<span>
|
a62053f7
Administrator
add scene
|
109
|
<img width="3%" src="passed.png"/>
|
f7ce1aa5
Administrator
all
|
110
|
<a href="#" class="method navigator-link" panel-name="suite-发布团购商品" title="com.essa.testSuite.TestAddOriginalGoods" hash-for-method="auditOriginal">auditOriginal</a> <!-- method navigator-link -->
|
09fdf50f
Administrator
bpms
|
111
112
|
</span>
<br/>
|
a62053f7
Administrator
add scene
|
113
114
|
<span>
<img width="3%" src="passed.png"/>
|
f7ce1aa5
Administrator
all
|
115
|
<a href="#" class="method navigator-link" panel-name="suite-发布团购商品" title="com.essa.testSuite.TestAddOriginalGoods" hash-for-method="getSkuNo">getSkuNo</a> <!-- method navigator-link -->
|
a62053f7
Administrator
add scene
|
116
117
118
119
|
</span>
<br/>
<span>
<img width="3%" src="passed.png"/>
|
f7ce1aa5
Administrator
all
|
120
|
<a href="#" class="method navigator-link" panel-name="suite-发布团购商品" title="com.essa.testSuite.TestGroupPurchase" hash-for-method="isPublish">isPublish</a> <!-- method navigator-link -->
|
a62053f7
Administrator
add scene
|
121
122
|
</span>
<br/>
|
f7ce1aa5
Administrator
all
|
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
|
<span>
<img width="3%" src="passed.png"/>
<a href="#" class="method navigator-link" panel-name="suite-发布团购商品" title="com.essa.testSuite.TestGroupPurchase" hash-for-method="publishGroupPurchase">publishGroupPurchase</a> <!-- method navigator-link -->
</span>
<br/>
<span>
<img width="3%" src="passed.png"/>
<a href="#" class="method navigator-link" panel-name="suite-发布团购商品" title="com.essa.testSuite.TestAddOriginalGoods" hash-for-method="toAddOriginalGoodsPage">toAddOriginalGoodsPage</a> <!-- method navigator-link -->
</span>
<br/>
<span>
<img width="3%" src="passed.png"/>
<a href="#" class="method navigator-link" panel-name="suite-发布团购商品" title="com.essa.testSuite.TestAddOriginalGoods" hash-for-method="updatePic">updatePic</a> <!-- method navigator-link -->
</span>
<br/>
</div> <!-- method-list-content passed suite-发布团购商品 -->
|
09fdf50f
Administrator
bpms
|
139
140
141
142
143
144
145
146
147
148
|
</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">
|
f7ce1aa5
Administrator
all
|
149
150
|
<div panel-name="suite-发布团购商品" class="panel 发布团购商品">
<div class="suite-发布团购商品-class-passed">
|
09fdf50f
Administrator
bpms
|
151
152
|
<div class="main-panel-header rounded-window-top">
<img src="passed.png"/>
|
f7ce1aa5
Administrator
all
|
153
|
<span class="class-name">com.essa.testSuite.TestAddOriginalGoods</span>
|
09fdf50f
Administrator
bpms
|
154
155
156
157
|
</div> <!-- main-panel-header rounded-window-top -->
<div class="main-panel-content rounded-window-bottom">
<div class="method">
<div class="method-content">
|
f7ce1aa5
Administrator
all
|
158
159
160
|
<a name="auditOriginal">
</a> <!-- auditOriginal -->
<span class="method-name">auditOriginal</span>
|
60b8852f
Administrator
test
|
161
|
<em>
|
f7ce1aa5
Administrator
all
|
162
163
164
165
166
167
168
169
170
171
|
(原厂商品审核) </em>
</div> <!-- method-content -->
</div> <!-- method -->
<div class="method">
<div class="method-content">
<a name="getSkuNo">
</a> <!-- getSkuNo -->
<span class="method-name">getSkuNo</span>
<em>
(去商品库获取添加的sku编号) </em>
|
a62053f7
Administrator
add scene
|
172
173
|
</div> <!-- method-content -->
</div> <!-- method -->
|
a62053f7
Administrator
add scene
|
174
175
|
<div class="method">
<div class="method-content">
|
f7ce1aa5
Administrator
all
|
176
177
178
|
<a name="toAddOriginalGoodsPage">
</a> <!-- toAddOriginalGoodsPage -->
<span class="method-name">toAddOriginalGoodsPage</span>
|
a62053f7
Administrator
add scene
|
179
|
<em>
|
f7ce1aa5
Administrator
all
|
180
|
(原厂商品建档) </em>
|
a62053f7
Administrator
add scene
|
181
182
183
184
|
</div> <!-- method-content -->
</div> <!-- method -->
<div class="method">
<div class="method-content">
|
f7ce1aa5
Administrator
all
|
185
186
187
|
<a name="updatePic">
</a> <!-- updatePic -->
<span class="method-name">updatePic</span>
|
a62053f7
Administrator
add scene
|
188
|
<em>
|
f7ce1aa5
Administrator
all
|
189
|
(更新图片) </em>
|
09fdf50f
Administrator
bpms
|
190
191
|
</div> <!-- method-content -->
</div> <!-- method -->
|
359c1bd9
Administrator
new branch
|
192
|
</div> <!-- main-panel-content rounded-window-bottom -->
|
f7ce1aa5
Administrator
all
|
193
194
|
</div> <!-- suite-发布团购商品-class-passed -->
<div class="suite-发布团购商品-class-passed">
|
359c1bd9
Administrator
new branch
|
195
196
|
<div class="main-panel-header rounded-window-top">
<img src="passed.png"/>
|
f7ce1aa5
Administrator
all
|
197
|
<span class="class-name">com.essa.testSuite.TestGroupPurchase</span>
|
359c1bd9
Administrator
new branch
|
198
199
|
</div> <!-- main-panel-header rounded-window-top -->
<div class="main-panel-content rounded-window-bottom">
|
09fdf50f
Administrator
bpms
|
200
201
|
<div class="method">
<div class="method-content">
|
f7ce1aa5
Administrator
all
|
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
|
<a name="SkuCategoryManagerCongfig">
</a> <!-- SkuCategoryManagerCongfig -->
<span class="method-name">SkuCategoryManagerCongfig</span>
<em>
(配置商品类目经理) </em>
</div> <!-- method-content -->
</div> <!-- method -->
<div class="method">
<div class="method-content">
<a name="isPublish">
</a> <!-- isPublish -->
<span class="method-name">isPublish</span>
<em>
(检查团购是否发布成功) </em>
</div> <!-- method-content -->
</div> <!-- method -->
<div class="method">
<div class="method-content">
<a name="publishGroupPurchase">
</a> <!-- publishGroupPurchase -->
<span class="method-name">publishGroupPurchase</span>
|
60b8852f
Administrator
test
|
223
|
<em>
|
f7ce1aa5
Administrator
all
|
224
|
(发布团购) </em>
|
09fdf50f
Administrator
bpms
|
225
226
227
|
</div> <!-- method-content -->
</div> <!-- method -->
</div> <!-- main-panel-content rounded-window-bottom -->
|
f7ce1aa5
Administrator
all
|
228
229
230
|
</div> <!-- suite-发布团购商品-class-passed -->
</div> <!-- panel 发布团购商品 -->
<div panel-name="test-xml-发布团购商品" class="panel">
|
09fdf50f
Administrator
bpms
|
231
|
<div class="main-panel-header rounded-window-top">
|
f7ce1aa5
Administrator
all
|
232
|
<span class="header-content">D:\WorkSpace\EssaAuto\resources\suites\publishGroupPurchase.xml</span>
|
09fdf50f
Administrator
bpms
|
233
234
235
236
237
|
</div> <!-- main-panel-header rounded-window-top -->
<div class="main-panel-content rounded-window-bottom">
<pre>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd">
|
f7ce1aa5
Administrator
all
|
238
239
|
<suite guice-stage="DEVELOPMENT" name="发布团购商品">
<test thread-count="5" name="publishGroupPurchase">
|
09fdf50f
Administrator
bpms
|
240
|
<classes>
|
f7ce1aa5
Administrator
all
|
241
|
<class name="com.essa.testSuite.TestAddOriginalGoods">
|
359c1bd9
Administrator
new branch
|
242
|
<methods>
|
f7ce1aa5
Administrator
all
|
243
244
245
246
|
<include name="toAddOriginalGoodsPage"/>
<include name="updatePic"/>
<include name="auditOriginal"/>
<include name="getSkuNo"/>
|
359c1bd9
Administrator
new branch
|
247
|
</methods>
|
f7ce1aa5
Administrator
all
|
248
249
|
</class> <!-- com.essa.testSuite.TestAddOriginalGoods -->
<class name="com.essa.testSuite.TestGroupPurchase">
|
60b8852f
Administrator
test
|
250
|
<methods>
|
f7ce1aa5
Administrator
all
|
251
252
253
|
<include name="SkuCategoryManagerCongfig"/>
<include name="publishGroupPurchase"/>
<include name="isPublish"/>
|
60b8852f
Administrator
test
|
254
|
</methods>
|
f7ce1aa5
Administrator
all
|
255
|
</class> <!-- com.essa.testSuite.TestGroupPurchase -->
|
09fdf50f
Administrator
bpms
|
256
|
</classes>
|
f7ce1aa5
Administrator
all
|
257
258
|
</test> <!-- publishGroupPurchase -->
</suite> <!-- 发布团购商品 -->
|
09fdf50f
Administrator
bpms
|
259
260
261
|
</pre>
</div> <!-- main-panel-content rounded-window-bottom -->
</div> <!-- panel -->
|
f7ce1aa5
Administrator
all
|
262
|
<div panel-name="testlist-发布团购商品" class="panel">
|
09fdf50f
Administrator
bpms
|
263
|
<div class="main-panel-header rounded-window-top">
|
f7ce1aa5
Administrator
all
|
264
|
<span class="header-content">Tests for 发布团购商品</span>
|
09fdf50f
Administrator
bpms
|
265
266
267
268
|
</div> <!-- main-panel-header rounded-window-top -->
<div class="main-panel-content rounded-window-bottom">
<ul>
<li>
|
f7ce1aa5
Administrator
all
|
269
|
<span class="test-name">publishGroupPurchase (2 classes)</span>
|
09fdf50f
Administrator
bpms
|
270
271
272
273
|
</li>
</ul>
</div> <!-- main-panel-content rounded-window-bottom -->
</div> <!-- panel -->
|
f7ce1aa5
Administrator
all
|
274
|
<div panel-name="group-发布团购商品" class="panel">
|
09fdf50f
Administrator
bpms
|
275
|
<div class="main-panel-header rounded-window-top">
|
f7ce1aa5
Administrator
all
|
276
|
<span class="header-content">Groups for 发布团购商品</span>
|
09fdf50f
Administrator
bpms
|
277
278
279
280
|
</div> <!-- main-panel-header rounded-window-top -->
<div class="main-panel-content rounded-window-bottom">
</div> <!-- main-panel-content rounded-window-bottom -->
</div> <!-- panel -->
|
f7ce1aa5
Administrator
all
|
281
|
<div panel-name="times-发布团购商品" class="panel">
|
09fdf50f
Administrator
bpms
|
282
|
<div class="main-panel-header rounded-window-top">
|
f7ce1aa5
Administrator
all
|
283
|
<span class="header-content">Times for 发布团购商品</span>
|
09fdf50f
Administrator
bpms
|
284
285
286
287
|
</div> <!-- main-panel-header rounded-window-top -->
<div class="main-panel-content rounded-window-bottom">
<div class="times-div">
<script type="text/javascript">
|
f7ce1aa5
Administrator
all
|
288
289
|
suiteTableInitFunctions.push('tableData_发布团购商品');
function tableData_发布团购商品() {
|
fdd4bb76
zengjin55
windows
|
290
291
292
293
294
|
var data = new google.visualization.DataTable();
data.addColumn('number', 'Number');
data.addColumn('string', 'Method');
data.addColumn('string', 'Class');
data.addColumn('number', 'Time (ms)');
|
f7ce1aa5
Administrator
all
|
295
|
data.addRows(7);
|
fdd4bb76
zengjin55
windows
|
296
|
data.setCell(0, 0, 0)
|
f7ce1aa5
Administrator
all
|
297
298
299
|
data.setCell(0, 1, 'toAddOriginalGoodsPage')
data.setCell(0, 2, 'com.essa.testSuite.TestAddOriginalGoods')
data.setCell(0, 3, 30351);
|
fdd4bb76
zengjin55
windows
|
300
|
data.setCell(1, 0, 1)
|
f7ce1aa5
Administrator
all
|
301
302
303
|
data.setCell(1, 1, 'publishGroupPurchase')
data.setCell(1, 2, 'com.essa.testSuite.TestGroupPurchase')
data.setCell(1, 3, 28617);
|
a62053f7
Administrator
add scene
|
304
|
data.setCell(2, 0, 2)
|
f7ce1aa5
Administrator
all
|
305
306
307
|
data.setCell(2, 1, 'auditOriginal')
data.setCell(2, 2, 'com.essa.testSuite.TestAddOriginalGoods')
data.setCell(2, 3, 14592);
|
a62053f7
Administrator
add scene
|
308
|
data.setCell(3, 0, 3)
|
f7ce1aa5
Administrator
all
|
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
|
data.setCell(3, 1, 'updatePic')
data.setCell(3, 2, 'com.essa.testSuite.TestAddOriginalGoods')
data.setCell(3, 3, 13233);
data.setCell(4, 0, 4)
data.setCell(4, 1, 'SkuCategoryManagerCongfig')
data.setCell(4, 2, 'com.essa.testSuite.TestGroupPurchase')
data.setCell(4, 3, 5419);
data.setCell(5, 0, 5)
data.setCell(5, 1, 'isPublish')
data.setCell(5, 2, 'com.essa.testSuite.TestGroupPurchase')
data.setCell(5, 3, 4590);
data.setCell(6, 0, 6)
data.setCell(6, 1, 'getSkuNo')
data.setCell(6, 2, 'com.essa.testSuite.TestAddOriginalGoods')
data.setCell(6, 3, 2407);
window.suiteTableData['发布团购商品']= { tableData: data, tableDiv: 'times-div-发布团购商品'}
|
fdd4bb76
zengjin55
windows
|
325
326
|
return data;
}
|
09fdf50f
Administrator
bpms
|
327
|
</script>
|
a62053f7
Administrator
add scene
|
328
|
<span class="suite-total-time">Total running time: 1 minutes</span>
|
f7ce1aa5
Administrator
all
|
329
330
|
<div id="times-div-发布团购商品">
</div> <!-- times-div-发布团购商品 -->
|
09fdf50f
Administrator
bpms
|
331
332
333
|
</div> <!-- times-div -->
</div> <!-- main-panel-content rounded-window-bottom -->
</div> <!-- panel -->
|
f7ce1aa5
Administrator
all
|
334
|
<div panel-name="reporter-发布团购商品" class="panel">
|
09fdf50f
Administrator
bpms
|
335
|
<div class="main-panel-header rounded-window-top">
|
f7ce1aa5
Administrator
all
|
336
|
<span class="header-content">Reporter output for 发布团购商品</span>
|
09fdf50f
Administrator
bpms
|
337
338
339
340
|
</div> <!-- main-panel-header rounded-window-top -->
<div class="main-panel-content rounded-window-bottom">
</div> <!-- main-panel-content rounded-window-bottom -->
</div> <!-- panel -->
|
f7ce1aa5
Administrator
all
|
341
|
<div panel-name="ignored-methods-发布团购商品" class="panel">
|
09fdf50f
Administrator
bpms
|
342
|
<div class="main-panel-header rounded-window-top">
|
f7ce1aa5
Administrator
all
|
343
|
<span class="header-content">0 ignored methods</span>
|
09fdf50f
Administrator
bpms
|
344
345
|
</div> <!-- main-panel-header rounded-window-top -->
<div class="main-panel-content rounded-window-bottom">
|
09fdf50f
Administrator
bpms
|
346
347
|
</div> <!-- main-panel-content rounded-window-bottom -->
</div> <!-- panel -->
|
f7ce1aa5
Administrator
all
|
348
|
<div panel-name="chronological-发布团购商品" class="panel">
|
09fdf50f
Administrator
bpms
|
349
350
351
352
353
|
<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">
|
f7ce1aa5
Administrator
all
|
354
|
<div class="chronological-class-name">com.essa.testSuite.TestAddOriginalGoods</div> <!-- chronological-class-name -->
|
09fdf50f
Administrator
bpms
|
355
356
357
358
359
|
<div class="configuration-class before">
<span class="method-name">setUp</span>
<span class="method-start">0 ms</span>
</div> <!-- configuration-class before -->
<div class="test-method">
|
f7ce1aa5
Administrator
all
|
360
361
|
<span class="method-name">toAddOriginalGoodsPage</span>
<span class="method-start">7039 ms</span>
|
a62053f7
Administrator
add scene
|
362
|
</div> <!-- test-method -->
|
a62053f7
Administrator
add scene
|
363
|
<div class="test-method">
|
f7ce1aa5
Administrator
all
|
364
365
366
367
368
369
370
371
372
373
|
<span class="method-name">updatePic</span>
<span class="method-start">37390 ms</span>
</div> <!-- test-method -->
<div class="test-method">
<span class="method-name">auditOriginal</span>
<span class="method-start">50623 ms</span>
</div> <!-- test-method -->
<div class="test-method">
<span class="method-name">getSkuNo</span>
<span class="method-start">65215 ms</span>
|
a62053f7
Administrator
add scene
|
374
|
</div> <!-- test-method -->
|
359c1bd9
Administrator
new branch
|
375
376
|
<div class="configuration-class after">
<span class="method-name">tearDown</span>
|
f7ce1aa5
Administrator
all
|
377
|
<span class="method-start">67622 ms</span>
|
359c1bd9
Administrator
new branch
|
378
379
380
|
</div> <!-- configuration-class after -->
</div> <!-- chronological-class -->
<div class="chronological-class">
|
f7ce1aa5
Administrator
all
|
381
|
<div class="chronological-class-name">com.essa.testSuite.TestGroupPurchase</div> <!-- chronological-class-name -->
|
359c1bd9
Administrator
new branch
|
382
383
|
<div class="configuration-class before">
<span class="method-name">setUp</span>
|
f7ce1aa5
Administrator
all
|
384
|
<span class="method-start">68343 ms</span>
|
359c1bd9
Administrator
new branch
|
385
|
</div> <!-- configuration-class before -->
|
a62053f7
Administrator
add scene
|
386
|
<div class="test-method">
|
f7ce1aa5
Administrator
all
|
387
388
389
390
391
392
|
<span class="method-name">SkuCategoryManagerCongfig</span>
<span class="method-start">75656 ms</span>
</div> <!-- test-method -->
<div class="test-method">
<span class="method-name">publishGroupPurchase</span>
<span class="method-start">81075 ms</span>
|
09fdf50f
Administrator
bpms
|
393
|
</div> <!-- test-method -->
|
60b8852f
Administrator
test
|
394
|
<div class="test-method">
|
f7ce1aa5
Administrator
all
|
395
396
|
<span class="method-name">isPublish</span>
<span class="method-start">109693 ms</span>
|
09fdf50f
Administrator
bpms
|
397
398
399
|
</div> <!-- test-method -->
<div class="configuration-class after">
<span class="method-name">tearDown</span>
|
f7ce1aa5
Administrator
all
|
400
|
<span class="method-start">114283 ms</span>
|
09fdf50f
Administrator
bpms
|
401
402
403
404
405
|
</div> <!-- configuration-class after -->
</div> <!-- main-panel-content rounded-window-bottom -->
</div> <!-- panel -->
</div> <!-- main-panel-root -->
</div> <!-- wrapper -->
|
fdd4bb76
zengjin55
windows
|
406
407
|
</body>
</html>
|