I notice there’s another Behavior Driven Development framework for Java called Instinct (via). I have commented on BDD before.
Here’s an example test:
import static com.googlecode.instinct.expect.Expect.expect; import com.googlecode.instinct.marker.annotate.BeforeSpecification; import com.googlecode.instinct.marker.annotate.Context; import com.googlecode …