0
問題可能聽起來很新手。但在這裏,我每次嘗試在我的黃瓜功能文件中編寫iphone5時,它會對參數5進行參數化。我不希望發生這種情況,並希望它將iphone5視爲字符串。在黃瓜功能文件中指定一個數字
在我的特徵文件中的行導致這就是: 然後上傳iPhone5的圖像「xxxx.png」
然後得到以下步驟定義:
@And("^then upload iPhone(\\d+) image \"([^\"]*)\"$")
public void then_upload_iPhone_image(int arg1, String arg2) throws Throwable {
// Express the Regexp above with the code you wish you had
throw new PendingException();
}