第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問題,去搜搜看,總會(huì)有你想問的

Cucumber JUnit 測試未將功能粘合到步驟定義

Cucumber JUnit 測試未將功能粘合到步驟定義

30秒到達(dá)戰(zhàn)場 2023-07-13 15:50:25
我已經(jīng)在 java 中設(shè)置了一個(gè)黃瓜項(xiàng)目,在我的 Eclipse IDE 中我可以直接運(yùn)行我的功能文件并且測試將完成。但是,當(dāng)我將它們作為 JUnit 測試運(yùn)行時(shí),它們不會(huì)運(yùn)行,在控制臺(tái)中它們顯示為@When("^user navigates to Login Page$")public void user_navigates_to_Login_Page() throws Throwable {    // Write code here that turns the phrase above into concrete actions    throw new PendingException();}如果我雙擊 JUnit 選項(xiàng)卡中的步驟,我會(huì)收到以下消息“在選定的項(xiàng)目中找不到測試類”我的測試運(yùn)行類看起來像這樣,package com.bsautoweb.runner;import java.io.File;import org.junit.AfterClass;import org.junit.runner.RunWith;import com.cucumber.listener.Reporter;import cucumber.api.CucumberOptions;import cucumber.api.junit.Cucumber;@RunWith(Cucumber.class)@CucumberOptions(glue = {"src/test/java/com/bsautoweb/stepdefinitions"}, features = {"src/test/resources/features/"},plugin = "com.cucumber.listener.ExtentCucumberFormatter:target/cucumber-reports/report.html",monochrome = true)public class Testrunner {    @AfterClass    public static void writeExtentReport() {        Reporter.loadXMLConfig(new File("config/report.xml"));    }}我的文件夾結(jié)構(gòu)如下所示JUnit 似乎忽略了我的粘合代碼。即使我輸入無效路徑,它也不會(huì)抱怨。
查看完整描述

2 回答

?
炎炎設(shè)計(jì)

TA貢獻(xiàn)1808條經(jīng)驗(yàn) 獲得超4個(gè)贊

將glue選項(xiàng)設(shè)置為com/bsautoweb/stepdefinitions或java包樣式com.bsautoweb.stepdefinitions



查看完整回答
反對(duì) 回復(fù) 2023-07-13
?
慕運(yùn)維8079593

TA貢獻(xiàn)1876條經(jīng)驗(yàn) 獲得超5個(gè)贊

給glue =“com.bsautoweb.stepdefinitions”



查看完整回答
反對(duì) 回復(fù) 2023-07-13
  • 2 回答
  • 0 關(guān)注
  • 148 瀏覽

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)