Class Buildr::JBehave
In: lib/buildr/java/bdd.rb  (CVS)
Parent: TestFramework::JavaBDD

JBehave is a Java BDD framework. To use in your project:

  test.using :jbehave

This framework will search in your project for:

  src/spec/java/**/*Behaviour.java

JMock libraries are included on runtime.

Support the following options:

  • :properties — Hash of properties to the test suite
  • :java_args — Arguments passed to the JVM

Methods

Constants

VERSION = '1.0.1'

Public Class methods

[Validate]