Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
test-platform
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
马博
test-platform
Commits
ca442d1f
Commit
ca442d1f
authored
Dec 05, 2019
by
吕雯燕
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lv
parent
614497eb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
积分夺宝开奖_AccessTest.java
...t/java/http/cases/HappyCodeNewTest/积分夺宝开奖_AccessTest.java
+3
-2
No files found.
src/test/java/http/cases/HappyCodeNewTest/积分夺宝开奖_AccessTest.java
View file @
ca442d1f
...
...
@@ -115,7 +115,7 @@ public class 积分夺宝开奖_AccessTest extends DuibaTestBase {
//同一用户并发领奖 【自动化勿动】lv测试优惠券
@Test
(
threadPoolSize
=
5
,
invocationCount
=
5
)
public
void
夺宝单用户并发领奖
()
throws
Exception
{
public
void
A_
夺宝单用户并发领奖
()
throws
Exception
{
int
uid
=
7397
;
String
activityId
=
"45465"
;
String
detailId
=
"8"
;
...
...
@@ -135,7 +135,8 @@ public class 积分夺宝开奖_AccessTest extends DuibaTestBase {
resultList
.
add
(
rewardResponse
.
asString
());
logger
.
info
(
"请求返回结果:"
+
rewardResponse
.
asString
());
}
@Test
(
dependsOnMethods
=
"夺宝单用户并发领奖"
)
@Test
(
dependsOnMethods
=
"A_夺宝单用户并发领奖"
)
public
void
checkResult
(){
int
fail
=
0
;
int
success
=
0
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment