Spectrum 1.1.0: Features, Features, Features!
We've been working on several big new features for Spectrum over the last several months, and are proud to include them in this release. 🎉
- Gherkin-style test DSL with
given
/when
/then
- Support for most JUnit 4
@Rules
likeMockitoJUnit
andSpringJUnit
- Tagging/filtering tests to include/exclude a specified subset
- The
Variable<T>
helper class for shared state across closures context
alias fordescribe
, similar to RSpec and Ginkgo- RSpec-style
aroundEach
andaroundAll
hooks for advanced users and plugin authors - Expanded and improved documentation
- Several other small improvements and bug fixes
- Full backward-compatibility with
1.0.0
A special thank you to @ashleyfrieze for driving many of these changes, and to @richdouglasevans and @evertones for contributing as well!
To get started using this latest release, see the quickstart walkthrough.