' @鉴于'不适用于方法错误

时间:2015-01-28 15:46:00

标签: jbehave

我正在为jbehave编写我的第一行...并且已经遇到了这个错误:

import org.jbehave.core.annotations.Given;
import org.jbehave.core.steps.Steps;
public class UserDetailsInputSteps extends Steps
{
    @Given("UI for user profile")
    public void launchUI(){
    }
}

错误:'@ Given'不适用于方法

无法得到我做错的事。谢谢你的帮助。

0 个答案:

没有答案