Skip to content

First release of Spectrum

Compare
Choose a tag to compare
@greghaskins greghaskins released this 10 Aug 19:08
· 340 commits to master since this release

A BDD-style test runner for Java + JUnit.

Features:

  • it() blocks to declare tests
  • describe() blocks to group related tests
  • Multiple and nested describe() blocks to organize things however makes sense
  • beforeEach() / afterEach() / beforeAll() / afterAll() for setting up and tearing down shared state within a describe() block

See also the introductory blog post where I explain the motivation behind Spectrum.