Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
X
xm-sportstest
Overview
Overview
Details
Activity
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xiamai-test
xm-sportstest
Commits
7417dfa7
Commit
7417dfa7
authored
Nov 26, 2024
by
xyy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
注释训练计划case
parent
3c6a31e0
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
src/main/java/com/xiaomai/cases/polar/training/TestTrainingPlanRecordCreate.java
+2
-3
No files found.
src/main/java/com/xiaomai/cases/polar/training/TestTrainingPlanRecordCreate.java
View file @
7417dfa7
...
@@ -14,7 +14,6 @@ import com.xiaomai.utils.XMJSONPath;
...
@@ -14,7 +14,6 @@ import com.xiaomai.utils.XMJSONPath;
import
org.testng.Assert
;
import
org.testng.Assert
;
import
org.testng.annotations.BeforeMethod
;
import
org.testng.annotations.BeforeMethod
;
import
org.testng.annotations.DataProvider
;
import
org.testng.annotations.DataProvider
;
import
org.testng.annotations.Test
;
import
javax.annotation.Resource
;
import
javax.annotation.Resource
;
...
@@ -32,7 +31,7 @@ public class TestTrainingPlanRecordCreate extends BaseTestImpl {
...
@@ -32,7 +31,7 @@ public class TestTrainingPlanRecordCreate extends BaseTestImpl {
super
.
beforeTest
();
super
.
beforeTest
();
}
}
@Test
(
description
=
"保存动作训练计划>查看计划>发送给学员>删除训练计划"
)
//
@Test(description = "保存动作训练计划>查看计划>发送给学员>删除训练计划")
public
void
testTrainingPlanRecordCreate_1
(){
public
void
testTrainingPlanRecordCreate_1
(){
info
.
setTerminal
(
Terminal
.
C
);
info
.
setTerminal
(
Terminal
.
C
);
info
.
setLoginUser
(
LoginAccount
.
GYM_MINIAPPC
);
info
.
setLoginUser
(
LoginAccount
.
GYM_MINIAPPC
);
...
@@ -148,7 +147,7 @@ public class TestTrainingPlanRecordCreate extends BaseTestImpl {
...
@@ -148,7 +147,7 @@ public class TestTrainingPlanRecordCreate extends BaseTestImpl {
{
"{\"items\":[{\"content\":\"自动化脚本生成的文本\",\"aspect\":\"\",\"type\":\"TEXT\"}]}"
},
{
"{\"items\":[{\"content\":\"自动化脚本生成的文本\",\"aspect\":\"\",\"type\":\"TEXT\"}]}"
},
};
};
}
}
@Test
(
description
=
"保存并发送图文训练计划>查看计划>编辑计划>删除训练计划"
,
dataProvider
=
"dataProvider"
)
//
@Test(description = "保存并发送图文训练计划>查看计划>编辑计划>删除训练计划",dataProvider = "dataProvider")
public
void
testTrainingPlanRecordCreate_2
(
String
content
){
public
void
testTrainingPlanRecordCreate_2
(
String
content
){
info
.
setTerminal
(
Terminal
.
C
);
info
.
setTerminal
(
Terminal
.
C
);
info
.
setLoginUser
(
LoginAccount
.
GYM_MINIAPPC
);
info
.
setLoginUser
(
LoginAccount
.
GYM_MINIAPPC
);
...
...
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