t8t-fi-frt-test.html
7.72 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
<html>
<head>
<title>TestNG: t8t-fi-frt-test</title>
<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>
<h2 align='center'>t8t-fi-frt-test</h2><table border='1' align="center">
<tr>
<td>Tests passed/Failed/Skipped:</td><td>1/0/0</td>
</tr><tr>
<td>Started on:</td><td>Thu Aug 23 20:07:50 CST 2018</td>
</tr>
<tr><td>Total time:</td><td>2 seconds (2817 ms)</td>
</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>
<td title='com.to8to.invoker.LunDanCreateOrderInvokerTest.testLunDanCreateOrderInvoker()'><b>testLunDanCreateOrderInvoker</b><br>Test class: com.to8to.invoker.LunDanCreateOrderInvokerTest<br>Test method: 轮单账户拆分新增服务订单<br/>
<a href="#Output-678315271" onClick='toggleBox("Output-678315271", this, "Show output", "Hide output");'>Show output</a>
<a href="#Output-678315271" onClick="toggleAllBoxes();">Show all outputs</a>
<div class='log' id="Output-678315271">
======2018-08-23 20:07:50:用例【com.to8to.invoker.LunDanCreateOrderInvokerTest.testLunDanCreateOrderInvoker】开始======<br/>
===================================<br/>
###Http Request Url### : <br/>
http://192.168.1.34:40001<br/>
###Http Request Method### : POST<br/>
###Http Request Headers### : <br/>
{"s":"/biz/t8t-fi-frt/app","m":"views.frt.lunDanCreateOrder","Content-Type":"application/x-www-form-urlencoded"}<br/>
###Http Request Content### : <br/>
{
"args": {
"lunDanSplitDTO": {
"bizTypeCode": "1!110!11008!C01",
"createName": "word.huo",
"createUser": 30425,
"customerId": 1677031,
"customerTypeCode": "6!610!61004!003",
"orderSourceCode": "6!612!61205!021",
"subBizTypeCode":"5!501!50101!01",
"townId":1124,
"cityId": 1130,
"projectId":110,
"customerName":"土巴兔装饰111",
"dispatchMoney":1,
"fundCode": "6!610!61003!058",
"relateCode":"203"
}
}
}<br/>
===================================<br/>
###Http Response Status line### : <br/>
HTTP/1.1 200 OK<br/>
###Http Response Headers### : <br/>
{"b":"_biz_t8t-fi-frt_app15350260708320c8607f4-a0d5-4e4e-bb09-780d0cac75a0","s":"/biz/t8t-fi-frt/app","t":"1","e":"e-322868","Content-Length":"471","m":"views.frt.lunDanCreateOrder","Content-Type":"application/json"}<br/>
###Http Response Content### :<br/>
{"args":{"lunDanSplitDTO":{"subBizTypeCode":"5!501!50101!01","customerTypeCode":"6!610!61004!003","townId":1124,"cityId":1130,"customerName":"土巴兔装饰111","bizTypeCode":"1!110!11008!C01","fundCode":"6!610!61003!058","dispatchMoney":1,"relateCode":"203","customerId":1677031,"orderSourceCode":"6!612!61205!021","createUser":30425,"projectId":110,"createName":"word.huo"}},"level":{"levelInt":40000,"levelStr":"ERROR"},"error":"订单已经存在!","status":51495}<br/>
===================================<br/>
======2018-08-23 20:07:51:用例【com.to8to.invoker.LunDanCreateOrderInvokerTest.testLunDanCreateOrderInvoker】结束======<br/>
======本次用例运行消耗时间 813毫秒======<br/>
===================================<br/>
###Http Request Url### : <br/>
http://192.168.1.102:9096/fdd-test-center/report/testStatistic.json<br/>
###Http Request Method### : PUT<br/>
###Http Request Headers### : <br/>
{"Content-Type":"application/json"}<br/>
###Http Request Content### : <br/>
{"buildId":0,"caseDescription":"轮单账户拆分新增服务订单","caseLog":"======2018-08-23 20:07:50:用例【com.to8to.invoker.LunDanCreateOrderInvokerTest.testLunDanCreateOrderInvoker】开始======\n===================================\n###Http Request Url### : \nhttp://192.168.1.34:40001\n###Http Request Method### : POST\n###Http Request Headers### : \n{\"s\":\"/biz/t8t-fi-frt/app\",\"m\":\"views.frt.lunDanCreateOrder\",\"Content-Type\":\"application/x-www-form-urlencoded\"}\n###Http Request Content### : \n{\r\n \"args\": {\r\n \"lunDanSplitDTO\": {\r\n \"bizTypeCode\": \"1!110!11008!C01\",\r\n \"createName\": \"word.huo\",\r\n \"createUser\": 30425,\r\n \"customerId\": 1677031,\r\n \"customerTypeCode\": \"6!610!61004!003\",\r\n \"orderSourceCode\": \"6!612!61205!021\",\r\n \"subBizTypeCode\":\"5!501!50101!01\",\r\n \"townId\":1124,\r\n \"cityId\": 1130,\r\n \"projectId\":110,\r\n \"customerName\":\"土巴兔装饰111\",\r\n \"dispatchMoney\":1,\r\n \"fundCode\": \"6!610!61003!058\",\r\n \"relateCode\":\"203\"\r\n }\r\n }\r\n}\n===================================\n###Http Response Status line### : \nHTTP/1.1 200 OK\n###Http Response Headers### : \n{\"b\":\"_biz_t8t-fi-frt_app15350260708320c8607f4-a0d5-4e4e-bb09-780d0cac75a0\",\"s\":\"/biz/t8t-fi-frt/app\",\"t\":\"1\",\"e\":\"e-322868\",\"Content-Length\":\"471\",\"m\":\"views.frt.lunDanCreateOrder\",\"Content-Type\":\"application/json\"}\n###Http Response Content### :\n{\"args\":{\"lunDanSplitDTO\":{\"subBizTypeCode\":\"5!501!50101!01\",\"customerTypeCode\":\"6!610!61004!003\",\"townId\":1124,\"cityId\":1130,\"customerName\":\"土巴兔装饰111\",\"bizTypeCode\":\"1!110!11008!C01\",\"fundCode\":\"6!610!61003!058\",\"dispatchMoney\":1,\"relateCode\":\"203\",\"customerId\":1677031,\"orderSourceCode\":\"6!612!61205!021\",\"createUser\":30425,\"projectId\":110,\"createName\":\"word.huo\"}},\"level\":{\"levelInt\":40000,\"levelStr\":\"ERROR\"},\"error\":\"订单已经存在!\",\"status\":51495}\n===================================\n======2018-08-23 20:07:51:用例【com.to8to.invoker.LunDanCreateOrderInvokerTest.testLunDanCreateOrderInvoker】结束======\n======本次用例运行消耗时间 813毫秒======","caseName":"testLunDanCreateOrderInvoker","className":"com.to8to.invoker.LunDanCreateOrderInvokerTest","durationTime":"813毫秒","endTime":"2018-08-23 20:07:51","id":0,"serviceId":66,"startTime":"2018-08-23 20:07:50","status":1}<br/>
===================================<br/>
###Http Response Status line### : <br/>
HTTP/1.1 200<br/>
###Http Response Headers### : <br/>
{"Transfer-Encoding":"chunked","Date":"Thu, 23 Aug 2018 12:07:31 GMT","Content-Type":"application/json;charset=UTF-8"}<br/>
###Http Response Content### :<br/>
{"code":200,"data":true}<br/>
===================================<br/>
</div>
</td>
<td></td>
<td>0</td>
<td>com.to8to.invoker.LunDanCreateOrderInvokerTest@6950e31</td></tr>
</table><p>
</body>
</html>