In this release:
- Support for BDD-style tests using Context/Spec. This replaces the
TestFixture/TestMethod keywords. Old terminology still supported for
backwards compatibility.
- Support for nested contexts.
- A string containing multiple lines can be treated as a collection of
lines by the collection constraints.
- A new context is created before each call to SetUp/Spec/TearDown to
ensure that a fresh context is used in each spec
Regards,
Joakim