JBehave is a Behaviour Driven Development (BDD) framework for Java.
The sections below illustrate using JBehave for the examples from Using Testing Frameworks with Groovy.
The Stack Example
Here is how you might use JBehave to test the Stack Example:
The Item Storer Example
Here is how you might use JBehave to test the Item Storer Example:
Labels