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
7c823037
Commit
7c823037
authored
Mar 29, 2019
by
马博
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
a78cf077
Changes
8
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
12 additions
and
5 deletions
+12
-5
pom.xml
pom.xml
+7
-0
自有新优惠券_兑换限制测试_ExchangeTest.java
...es/ExchangeTest/自有_商品兑换限制/自有新优惠券_兑换限制测试_ExchangeTest.java
+1
-1
自有新卡密_兑换限制测试.java
.../java/http/cases/ExchangeTest/自有_商品兑换限制/自有新卡密_兑换限制测试.java
+0
-0
自有新卡密_兑换限制测试_ExchangeTest.java
...ses/ExchangeTest/自有_商品兑换限制/自有新卡密_兑换限制测试_ExchangeTest.java
+0
-0
自有新虚拟商品_充值_兑换限制_ExchangeTest.java
.../ExchangeTest/自有_商品兑换限制/自有新虚拟商品_充值_兑换限制_ExchangeTest.java
+1
-1
自有老优惠券商品_兑换限制测试_ExchangeTest.java
.../ExchangeTest/自有_商品兑换限制/自有老优惠券商品_兑换限制测试_ExchangeTest.java
+1
-1
自有老实物_兑换限制测试_ExchangeTest.java
...ses/ExchangeTest/自有_商品兑换限制/自有老实物_兑换限制测试_ExchangeTest.java
+1
-1
自有老虚拟商品_兑换限制测试_ExchangeTest.java
...s/ExchangeTest/自有_商品兑换限制/自有老虚拟商品_兑换限制测试_ExchangeTest.java
+1
-1
No files found.
pom.xml
View file @
7c823037
...
@@ -274,6 +274,13 @@
...
@@ -274,6 +274,13 @@
<version>
2.2.25
</version>
<version>
2.2.25
</version>
</dependency>
</dependency>
<dependency>
<groupId>
org.freemarker
</groupId>
<artifactId>
freemarker
</artifactId>
<version>
2.3.20
</version>
</dependency>
</dependencies>
</dependencies>
<build>
<build>
...
...
src/test/java/http/cases/ExchangeTest/自有_商品兑换限制/自有新优惠券_兑换限制测试.java
→
src/test/java/http/cases/ExchangeTest/自有_商品兑换限制/自有新优惠券_兑换限制测试
_ExchangeTest
.java
View file @
7c823037
...
@@ -22,7 +22,7 @@ import java.util.Map;
...
@@ -22,7 +22,7 @@ import java.util.Map;
/**
/**
* Created by mabo on 2019/3/25
* Created by mabo on 2019/3/25
*/
*/
public
class
自有新优惠券
_
兑换限制测试
extends
CheckTemplet
{
public
class
自有新优惠券
_
兑换限制测试
_ExchangeTest
extends
CheckTemplet
{
@Autowired
@Autowired
http
.
service
.
app
.
gawService
gawService
;
http
.
service
.
app
.
gawService
gawService
;
...
...
src/test/java/http/cases/ExchangeTest/自有_商品兑换限制/自有新卡密_兑换限制测试.java
deleted
100644 → 0
View file @
a78cf077
This diff is collapsed.
Click to expand it.
src/test/java/http/cases/ExchangeTest/自有_商品兑换限制/自有新卡密_兑换限制测试_ExchangeTest.java
0 → 100644
View file @
7c823037
This diff is collapsed.
Click to expand it.
src/test/java/http/cases/ExchangeTest/自有_商品兑换限制/自有新虚拟商品_充值_兑换限制.java
→
src/test/java/http/cases/ExchangeTest/自有_商品兑换限制/自有新虚拟商品_充值_兑换限制
_ExchangeTest
.java
View file @
7c823037
...
@@ -19,7 +19,7 @@ import java.util.Map;
...
@@ -19,7 +19,7 @@ import java.util.Map;
/**
/**
* Created by mabo on 2019/3/26
* Created by mabo on 2019/3/26
*/
*/
public
class
自有新虚拟商品
_
充值
_
兑换限制
extends
CheckTemplet
{
public
class
自有新虚拟商品
_
充值
_
兑换限制
_ExchangeTest
extends
CheckTemplet
{
@Autowired
@Autowired
http
.
service
.
app
.
gawService
gawService
;
http
.
service
.
app
.
gawService
gawService
;
@Autowired
@Autowired
...
...
src/test/java/http/cases/ExchangeTest/自有_商品兑换限制/自有老优惠券商品_兑换限制测试.java
→
src/test/java/http/cases/ExchangeTest/自有_商品兑换限制/自有老优惠券商品_兑换限制测试
_ExchangeTest
.java
View file @
7c823037
...
@@ -26,7 +26,7 @@ import static io.restassured.RestAssured.given;
...
@@ -26,7 +26,7 @@ import static io.restassured.RestAssured.given;
/**
/**
* Created by mabo on 2019/3/22
* Created by mabo on 2019/3/22
*/
*/
public
class
自有老优惠券商品
_
兑换限制测试
extends
CheckTemplet
{
public
class
自有老优惠券商品
_
兑换限制测试
_ExchangeTest
extends
CheckTemplet
{
@Autowired
@Autowired
private
MobileService
mobileService
;
private
MobileService
mobileService
;
@Autowired
@Autowired
...
...
src/test/java/http/cases/ExchangeTest/自有_商品兑换限制/自有老实物_兑换限制测试.java
→
src/test/java/http/cases/ExchangeTest/自有_商品兑换限制/自有老实物_兑换限制测试
_ExchangeTest
.java
View file @
7c823037
...
@@ -27,7 +27,7 @@ import static io.restassured.RestAssured.given;
...
@@ -27,7 +27,7 @@ import static io.restassured.RestAssured.given;
/**
/**
* Created by mabo on 2019/3/22
* Created by mabo on 2019/3/22
*/
*/
public
class
自有老实物
_
兑换限制测试
extends
CheckTemplet
{
public
class
自有老实物
_
兑换限制测试
_ExchangeTest
extends
CheckTemplet
{
@Autowired
@Autowired
private
MobileService
mobileService
;
private
MobileService
mobileService
;
@Autowired
@Autowired
...
...
src/test/java/http/cases/ExchangeTest/自有_商品兑换限制/自有老虚拟商品_兑换限制测试.java
→
src/test/java/http/cases/ExchangeTest/自有_商品兑换限制/自有老虚拟商品_兑换限制测试
_ExchangeTest
.java
View file @
7c823037
...
@@ -24,7 +24,7 @@ import java.util.Map;
...
@@ -24,7 +24,7 @@ import java.util.Map;
/**
/**
* Created by mabo on 2019/3/25
* Created by mabo on 2019/3/25
*/
*/
public
class
自有老虚拟商品
_
兑换限制测试
extends
CheckTemplet
{
public
class
自有老虚拟商品
_
兑换限制测试
_ExchangeTest
extends
CheckTemplet
{
@Autowired
@Autowired
private
MobileService
mobileService
;
private
MobileService
mobileService
;
@Autowired
@Autowired
...
...
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