Skip to content

Releases: greghaskins/spectrum

First release of Spectrum

10 Aug 19:08
Compare
Choose a tag to compare

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.