Skip to content
epabst edited this page Sep 13, 2010 · 9 revisions

Welcome to the expressive wiki! Don’t hesitate to fill in examples, documentation, etc.

Expressive was inspired by Cucumber. Expressive supports a subset of what Cucumber has:

  • methods annotated with a regular expression each (BYOA – bring your own annotations)
  • conversion methods annotated with a regular expression each (BYOA)
  • classpath scanning for annotated methods (use Reflections or provide your own Scope)

Features unique to Expressive:

  • 100% Java
  • fast

Projects Using Expressive:

Manual Download Required for reflections-0.9.4.jar then follow the instructions given from maven install:install-file … to install into local repository.

Clone this wiki locally