Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
X
xm-autotest-live
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-autotest-live
Commits
3ff464fc
Commit
3ff464fc
authored
Jan 29, 2021
by
zhangyumeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
注释报错脚本
parent
97f9d310
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/main/java/com/live/cases/apollo/TestCourseLaunch.java
+1
-1
src/main/java/com/live/cases/interactionLive/TestGetRelationByRelationId_C.java
+1
-1
No files found.
src/main/java/com/live/cases/apollo/TestCourseLaunch.java
View file @
3ff464fc
...
@@ -25,7 +25,7 @@ public class TestCourseLaunch extends XMBaseTest {
...
@@ -25,7 +25,7 @@ public class TestCourseLaunch extends XMBaseTest {
super
.
beforeTest
();
super
.
beforeTest
();
}
}
@Test
//
@Test
public
void
courseLaunch
(){
public
void
courseLaunch
(){
JSONObject
jsonObject
=
new
JSONObject
();
JSONObject
jsonObject
=
new
JSONObject
();
...
...
src/main/java/com/live/cases/interactionLive/TestGetRelationByRelationId_C.java
View file @
3ff464fc
...
@@ -33,7 +33,7 @@ public class TestGetRelationByRelationId_C extends XMBaseTest {
...
@@ -33,7 +33,7 @@ public class TestGetRelationByRelationId_C extends XMBaseTest {
super
.
beforeTest
();
super
.
beforeTest
();
}
}
@Test
(
description
=
"C端课表管理-课次详情 按关系Id获取关系"
)
//
@Test(description = "C端课表管理-课次详情 按关系Id获取关系")
public
void
testGetRelationByRelationId
(){
public
void
testGetRelationByRelationId
(){
...
...
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