Commit 12e7eecc by zhangying

修改报告报错

parent b272eea1
...@@ -31,19 +31,7 @@ public class TestEmployeeFolderList1 extends XMBaseTest { ...@@ -31,19 +31,7 @@ public class TestEmployeeFolderList1 extends XMBaseTest {
* 测试资料云盘-员工文件列表 * 测试资料云盘-员工文件列表
*/ */
@DataProvider(name = "testData") @Test
public Object[][] testdata(){
return new Object[][]{
{"MYSELF", 10, 1},
{"COMMON", 10 ,1},
{"EMPLOYEE", 10 ,1}
};
}
@Test(dataProvider = "testData")
// @Test
public void testEmployeeFolderList1() { public void testEmployeeFolderList1() {
String name = "测试文件夹新增"+ RandomStringUtil.randomString(6); //云盘文件名称 String name = "测试文件夹新增"+ RandomStringUtil.randomString(6); //云盘文件名称
......
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