JBehave
JBehave is one of the first of a new generation of xUnit members designed to make tests written as part of TDD more useful Tests as Specification. The main difference from more traditional members of the xUnit family is that it eschews the "test" terminology and replaces it with terms more appropriate for specification. "Fixture" becomes "context", "assert" becomes "should" and so on. JBehave is available at http://jbehave.codehaus.org. RSpec is the Ruby equivalent.
Copyright © 2003-2008 Gerard Meszaros all rights reserved