TEST-com.pipi.invoker.CosPlayerTest.xml
8.05 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
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated by org.testng.reporters.JUnitReportReporter -->
<<<<<<< HEAD
<testsuite name="com.pipi.invoker.CosPlayerTest" tests="1" time="1.128" ignored="22" failures="0" timestamp="24 八月 2021 01:50:26 GMT" skipped="0" hostname="DESKTOP-U3UHQH3" errors="1">
<testcase name="testAuditGuild" time="1.128" classname="com.pipi.invoker.CosPlayerTest">
<error type="java.lang.IndexOutOfBoundsException" message="Index: 0, Size: 0">
<![CDATA[java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
at java.util.ArrayList.rangeCheck(ArrayList.java:657)
at java.util.ArrayList.get(ArrayList.java:433)
at com.alibaba.fastjson.JSONArray.get(JSONArray.java:189)
at com.pipi.qa.service.impl.CosPlyaPlayerServiceImpl.guildList(CosPlyaPlayerServiceImpl.java:466)
at com.pipi.qa.service.impl.CosPlyaPlayerServiceImpl.auditGuild(CosPlyaPlayerServiceImpl.java:714)
at com.pipi.invoker.CosPlayerTest.testAuditGuild(CosPlayerTest.java:144)
=======
<<<<<<< HEAD
<testsuite name="com.pipi.invoker.CosPlayerTest" tests="13" time="17.002" ignored="0" failures="0" timestamp="17 八月 2021 07:12:29 GMT" skipped="0" hostname="dennisdong.local" errors="0">
<testcase name="testMoneyDetailsSave" time="0.728" classname="com.pipi.invoker.CosPlayerTest"/>
<testcase name="testUpList" time="0.218" classname="com.pipi.invoker.CosPlayerTest"/>
<testcase name="testRemove" time="0.740" classname="com.pipi.invoker.CosPlayerTest"/>
<testcase name="testLotteryActivity" time="1.268" classname="com.pipi.invoker.CosPlayerTest"/>
<testcase name="testVirtualMoneyModify" time="1.163" classname="com.pipi.invoker.CosPlayerTest"/>
<testcase name="testUserList" time="0.204" classname="com.pipi.invoker.CosPlayerTest"/>
<testcase name="testRoomList" time="0.956" classname="com.pipi.invoker.CosPlayerTest"/>
<testcase name="testAuditGuild" time="8.028" classname="com.pipi.invoker.CosPlayerTest"/>
<testcase name="testGuildSearch" time="0.274" classname="com.pipi.invoker.CosPlayerTest"/>
<testcase name="testGiftList" time="0.867" classname="com.pipi.invoker.CosPlayerTest"/>
<testcase name="testUpSize" time="0.211" classname="com.pipi.invoker.CosPlayerTest"/>
<testcase name="testSend" time="1.192" classname="com.pipi.invoker.CosPlayerTest"/>
<testcase name="testActivityList" time="1.153" classname="com.pipi.invoker.CosPlayerTest"/>
=======
<testsuite name="com.pipi.invoker.CosPlayerTest" tests="1" time="3.463" ignored="22" failures="1" timestamp="23 八月 2021 09:41:11 GMT" skipped="0" hostname="DESKTOP-U3UHQH3" errors="0">
<testcase name="testSend" time="3.463" classname="com.pipi.invoker.CosPlayerTest">
<failure type="java.lang.AssertionError" message="expected [200] but found [500]">
<![CDATA[java.lang.AssertionError: expected [200] but found [500]
at org.testng.Assert.fail(Assert.java:94)
at org.testng.Assert.failNotEquals(Assert.java:513)
at org.testng.Assert.assertEqualsImpl(Assert.java:135)
at org.testng.Assert.assertEquals(Assert.java:116)
at org.testng.Assert.assertEquals(Assert.java:389)
at org.testng.Assert.assertEquals(Assert.java:399)
at com.pipi.invoker.CosPlayerTest.testSend(CosPlayerTest.java:116)
>>>>>>> 189efd727a5b6a5f5ebaa4d214986bc1f94b3081
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:104)
at org.testng.internal.MethodInvocationHelper$1.runTestMethod(MethodInvocationHelper.java:205)
at org.springframework.test.context.testng.AbstractTestNGSpringContextTests.run(AbstractTestNGSpringContextTests.java:171)
at org.testng.internal.MethodInvocationHelper.invokeHookable(MethodInvocationHelper.java:217)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:641)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:851)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1177)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:129)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:112)
at org.testng.TestRunner.privateRun(TestRunner.java:756)
at org.testng.TestRunner.run(TestRunner.java:610)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:387)
at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:382)
at org.testng.SuiteRunner.privateRun(SuiteRunner.java:340)
at org.testng.SuiteRunner.run(SuiteRunner.java:289)
at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)
at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:86)
at org.testng.TestNG.runSuitesSequentially(TestNG.java:1293)
at org.testng.TestNG.runSuitesLocally(TestNG.java:1218)
at org.testng.TestNG.runSuites(TestNG.java:1133)
at org.testng.TestNG.run(TestNG.java:1104)
at org.testng.remote.AbstractRemoteTestNG.run(AbstractRemoteTestNG.java:115)
at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:251)
at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:77)
]]>
</error>
</testcase> <!-- testAuditGuild -->
<testcase name="testUpSize" classname="com.pipi.invoker.CosPlayerTest">
<skipped/>
</testcase> <!-- testUpSize -->
<testcase name="testDelete" classname="com.pipi.invoker.CosPlayerTest">
<skipped/>
</testcase> <!-- testDelete -->
<testcase name="testRoomList" classname="com.pipi.invoker.CosPlayerTest">
<skipped/>
</testcase> <!-- testRoomList -->
<testcase name="testUpList" classname="com.pipi.invoker.CosPlayerTest">
<skipped/>
</testcase> <!-- testUpList -->
<testcase name="testRecordExport" classname="com.pipi.invoker.CosPlayerTest">
<skipped/>
</testcase> <!-- testRecordExport -->
<testcase name="testUserList" classname="com.pipi.invoker.CosPlayerTest">
<skipped/>
</testcase> <!-- testUserList -->
<testcase name="testGetUserBalance" classname="com.pipi.invoker.CosPlayerTest">
<skipped/>
</testcase> <!-- testGetUserBalance -->
<testcase name="testRoomRecord" classname="com.pipi.invoker.CosPlayerTest">
<skipped/>
</testcase> <!-- testRoomRecord -->
<testcase name="testActivityList" classname="com.pipi.invoker.CosPlayerTest">
<skipped/>
</testcase> <!-- testActivityList -->
<testcase name="testMoneyDetailsSave" classname="com.pipi.invoker.CosPlayerTest">
<skipped/>
</testcase> <!-- testMoneyDetailsSave -->
<testcase name="testVirtualMoneyModify" classname="com.pipi.invoker.CosPlayerTest">
<skipped/>
</testcase> <!-- testVirtualMoneyModify -->
<testcase name="testGiftList" classname="com.pipi.invoker.CosPlayerTest">
<skipped/>
</testcase> <!-- testGiftList -->
<testcase name="testManagerList" classname="com.pipi.invoker.CosPlayerTest">
<skipped/>
</testcase> <!-- testManagerList -->
<testcase name="testGetUserSimple" classname="com.pipi.invoker.CosPlayerTest">
<skipped/>
</testcase> <!-- testGetUserSimple -->
<testcase name="testSend" classname="com.pipi.invoker.CosPlayerTest">
<skipped/>
</testcase> <!-- testSend -->
<testcase name="testLotteryActivity" classname="com.pipi.invoker.CosPlayerTest">
<skipped/>
</testcase> <!-- testLotteryActivity -->
<testcase name="testRemove" classname="com.pipi.invoker.CosPlayerTest">
<skipped/>
</testcase> <!-- testRemove -->
<testcase name="testGethome" classname="com.pipi.invoker.CosPlayerTest">
<skipped/>
</testcase> <!-- testGethome -->
<testcase name="testUserGet" classname="com.pipi.invoker.CosPlayerTest">
<skipped/>
</testcase> <!-- testUserGet -->
<testcase name="testGetUserSimple2" classname="com.pipi.invoker.CosPlayerTest">
<skipped/>
</testcase> <!-- testGetUserSimple2 -->
<testcase name="testGuildSearch" classname="com.pipi.invoker.CosPlayerTest">
<skipped/>
</testcase> <!-- testGuildSearch -->
<testcase name="testGetMine" classname="com.pipi.invoker.CosPlayerTest">
<skipped/>
</testcase> <!-- testGetMine -->
>>>>>>> 1ed68c0798d26436a5a74cb0097d4432e0990a91
</testsuite> <!-- com.pipi.invoker.CosPlayerTest -->