Commit c968096b by zhangyumeng

修改方法名

parent 7b6b3fa8
......@@ -34,7 +34,7 @@ public class TestCourseDigestList extends XMBaseTest {
}
@Test(description = "创建直播加载学生")
public void testLoadStudentListAPI(){
public void testCourseDigestList(){
Map<String,Object> bodyMap = new HashMap<>();
bodyMap.put("size",10);
bodyMap.put("showNumber",100);
......
......@@ -33,7 +33,7 @@ public class TestGetLargeClassLiveList_B extends XMBaseTest {
}
@Test(description = "B端查询大班直播列表")
public void testLoadStudentListAPI(){
public void testGetLargeClassLiveList(){
Map<String,Object> bodyMap = new HashMap<>();
bodyMap.put("current",1);
......
......@@ -34,7 +34,7 @@ public class TestGetRelationByRelationId_B extends XMBaseTest {
}
@Test(description = "B端课表管理-课次详情 按关系Id获取关系")
public void testLoadStudentListAPI(){
public void testGetRelationByRelationId(){
Map<String,Object> bodyMap = new HashMap<>();
......
......@@ -33,7 +33,7 @@ public class TestGetRelationByRelationId_C extends XMBaseTest {
}
@Test(description = "C端课表管理-课次详情 按关系Id获取关系")
public void testLoadStudentListAPI(){
public void testGetRelationByRelationId(){
Map<String,Object> bodyMap = new HashMap<>();
......
......@@ -32,7 +32,7 @@ public class TestGetStudentInstLinkageList_C extends XMBaseTest {
}
@Test(description = "C端获取学生信息列表")
public void testLoadStudentListAPI(){
public void testGetStudentInstLinkageList(){
Map<String,Object> bodyMap = new HashMap<>();
......
......@@ -34,7 +34,7 @@ public class TestGetStudentListWithUseAbleAccount extends XMBaseTest {
}
@Test(description = "使用可用帐户获取学生名单")
public void testLoadStudentListAPI(){
public void testGetStudentListWithUseAbleAccount(){
Map<String,Object> bodyMap = new HashMap<>();
bodyMap.put("size",10);
bodyMap.put("current",1);
......
......@@ -34,7 +34,7 @@ public class TestGetUserDisk_B extends XMBaseTest {
}
@Test(description = "B端直播课 获取用户磁盘")
public void testLoadStudentListAPI(){
public void testGetUserDisk(){
Map<String,Object> bodyMap = new HashMap<>();
......
......@@ -33,7 +33,7 @@ public class TestQueryCourseTrophy_B extends XMBaseTest {
}
@Test(description = "B端查询课程奖杯")
public void testLoadStudentListAPI(){
public void testQueryCourseTrophy(){
Map<String,Object> bodyMap = new HashMap<>();
bodyMap.put("liveCourseId","1331156473166794754");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment