Commit 2d2729eb by wff66504

2

parent 7079c526
......@@ -88,7 +88,7 @@ public class APITest_tk extends BasicsGM{
//数据回写
HashMap<String, Object> ExpectResult=MapUtil.Expect(data);
/* HashMap<String, Object> ExpectResult=MapUtil.Expect(data);
SheetUtils sheet = new SheetUtils("DataAll.xls", "Output");
sheet.writeExcel(
data.get("NO").toString(),
......@@ -102,6 +102,7 @@ public class APITest_tk extends BasicsGM{
result,
time
);
*/
if(result.indexOf("Fail")!=-1){
......
......@@ -35,7 +35,7 @@ public class MakeTestCases {
public static void main(String[] args) {
make("TestData/CaseMake.xls","Sheet1","get","tk_3");
make("TestData/CaseMake.xls","Sheet1","post","tk_3");
}
......
xls=DataAll.xls
sheet=TestCase1
sheet=test
mysql_local_Online=local
Percentage=60
\ No newline at end of file
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