我在eclipse中的jbehave .feature文件中使用JUnitReportingRunner。但是隻有BeforeStories和AfterStories運行並且.feature文件沒有得到執行。這是代碼和錯誤。請幫忙。可能是什麼問題?任何幫助深表感謝。 @RunWith(JUnitReportingRunner.class)
public class CalcConfig ext
我想寫如下的jBehave步驟; @When("I perform <someAction> on $panel")
所以我可以有步驟,像 i. When I perform Action1 on Panel1
ii. When I perform Action2 on Panel2
現在你可以看到,這一步有佔位 1. someAction which actually comes vi