虽然我已经阅读过许多关于如何使用JBehave的文章,但是我无法让它工作.这是我到目前为止所经历的步骤:
com.wmi.tutorials.bdd.stack.specs在我的工作区中创建了一个在test source文件夹下调用的包仍然,我无法让它工作/运行!=(
故事档案:
Narrative:
In order to learn to with JBehave using Eclipse
As a junior Java developer though senior in .Net and in BDD
I want to define the behaviour of a custom stack
Scenario: I push an item onto the stack
Given I have an empty stack
When I push an item 'orange'
Then I should count 1
Scenario: I pop from the stack …Run Code Online (Sandbox Code Playgroud)