Class Buildr::Groovy::EasyB
In: lib/buildr/groovy/bdd.rb  (CVS)
Parent: TestFramework::JavaBDD

EasyB is a Groovy based BDD framework. To use in your project:

  test.using :easyb

This framework will search in your project for:

  src/spec/groovy/**/*Story.groovy
  src/spec/groovy/**/*Specification.groovy

Support the following options:

  • :format — Report format :txt or :xml, default is :txt
  • :properties — Hash of properties passed to the test suite.
  • :java_args — Arguments passed to the JVM.

Methods

Constants

VERSION = "0.9"
TESTS_PATTERN = [ /(Story|Specification).groovy$/ ]
OPTIONS = [:format, :properties, :java_args]

Public Class methods

[Validate]