Skip to content
tohtori edited this page Sep 13, 2010 · 3 revisions


BDD framework for Java

Behavior Driven Development (BDD) is a refinement for Test Driven Development (TDD). It is not a radical change from TDD, in fact the actual process of doing BDD is exactly same as in TDD. The vocabulary is just different. While it is possible to practice BDD with any unit testing tool, it is believed that this change should be reflected in used tools too.

JDave is a BDD framework for Java. It is inspired by rspec and integrates JMock 2 as mocking framework and Hamcrest as matching library. It uses JUnit adapter to launch JDave specifications. This way it is possible to have IDE, build tool and coverage tool support from day one.

Clone this wiki locally