Skip to content
oatkinson 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)
  • There’s a JCucumber sample (currently in the tests) that can run feature files

Notably missing Cucumber support:

  • tables
  • multi-line strings (python style)

Features unique to Expressive:

  • fast

Projects Using Expressive:

Clone this wiki locally