This document provides an overview of changes and new features in Specs2 3.x, including updates to the user guide, API, and support for ScalaCheck and HTML reporting. It highlights new capabilities like nesting specifications, linking related specs, running specs in parallel, and composing custom notifiers. It also requests help from the community on additional enhancements like JUnit category support, code coverage, and creating plugins for other tools.
27. ForEach
Example1Example1
This is a great exampleThis is a great example
val t: T = ???
e
Result
val t: T = ???
e
Result
T => R : ResultT => R : Result
28. ForEach
Example1Example1
This is a great exampleThis is a great example
val t: T = ???
before
try f(t)
finally after
val t: T = ???
before
try f(t)
finally after
T => R : ResultT => R : Result
52. Can you help?
? try it and report issues!
? extends the Notifier for Steps
? fix/close #256: ¡°make specs2 aware of JUnit categories¡±
? create a PDF Printer
? create an Eclipse plugin
? add coverage to the build
? add more specs/properties!