我想使函数名称动态来自Excel工作表
given().when().get("API Url").then().statusCode(200);
应该像
given().when().Value from excel("API Url").then().statusCode(200);
String httpm = EcelImport.Excel.readData(0, i);
given().when().httpm(data).then().statusCode(200);