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
cbbedecd
Commit
cbbedecd
authored
Nov 28, 2019
by
赵然
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
zr
parent
ab3eba78
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
创建自有活动_DuibaTest.java
src/test/java/http/cases/DeveloperTest/创建自有活动_DuibaTest.java
+1
-1
新建活动测试_DuibaTest.java
src/test/java/http/cases/DeveloperTest/新建活动测试_DuibaTest.java
+1
-1
No files found.
src/test/java/http/cases/DeveloperTest/创建自有活动_DuibaTest.java
View file @
cbbedecd
...
...
@@ -195,7 +195,7 @@ public class 创建自有活动_DuibaTest extends DuibaTestBase {
}
@Test
(
description
=
"开发者创建自有签到弹层,并删除"
)
//
@Test(description = "开发者创建自有签到弹层,并删除")
public
void
添加自有签到弹层
()
throws
Exception
{
String
data
=
PublicMethod
.
data
();
...
...
src/test/java/http/cases/DeveloperTest/新建活动测试_DuibaTest.java
View file @
cbbedecd
...
...
@@ -451,7 +451,7 @@ public class 新建活动测试_DuibaTest extends DuibaTestBase{
* @param caseName 用例名称
* @throws Exception
*/
@Test
(
dataProvider
=
"providerMethod"
)
//
@Test(dataProvider = "providerMethod")
public
void
新建自有签到活动
(
int
caseNum
,
String
signType
,
String
prizes
,
String
signCredits
,
String
caseName
)
throws
Exception
{
logger
.
info
(
"-----------------------------"
+
caseName
+
"-----------------------------"
);
...
...
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