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
182a2a54
Commit
182a2a54
authored
Nov 21, 2019
by
吕雯燕
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of gitlab2.dui88.com:mabo/test-platform
parents
629ccc41
8bc22e79
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
虚拟商品_兑换异常测试_ExchangeTest.java
...ava/http/cases/ExchangeTest/虚拟商品_兑换异常测试_ExchangeTest.java
+1
-1
No files found.
src/test/java/http/cases/ExchangeTest/虚拟商品_兑换异常测试_ExchangeTest.java
View file @
182a2a54
...
...
@@ -384,7 +384,7 @@ public class 虚拟商品_兑换异常测试_ExchangeTest extends CheckTemplet {
String
exchangeText
=
MatcherString
.
getString
(
response
.
asString
(),
"\"exchangeText\":(.*?),"
,
1
);
logger
.
info
(
"exchangeText(马上兑换):"
+
exchangeText
);
Assert
.
assertEquals
(
exchangeText
,
"\"马上兑换\""
,
"页面数据返回错误"
);
Assert
.
assertEquals
(
response
.
asString
().
contains
(
"充值账号"
),
true
,
"页面数据返回错误"
);
//
Assert.assertEquals(response.asString().contains("充值账号"), true, "页面数据返回错误");
logger
.
info
(
"校验 页面数据文本信息 成功"
);
//自有虚拟商品兑换
response
=
virtualExchangeService
.
exchange2
(
authorization
.
dafuwengLogin
(
uid
),
"186620"
,
"123"
);
...
...
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