User Guide
specs2 is a library for writing executable software specifications in Scala.
With specs2 you can write:
- specifications for simple classes (unit specifications)
- specifications for full features (acceptance specifications)
In this user guide, you will find:
a
quick start guide
how to
structure your specification
how to use
matchers
how to
execute a specification
And much more!