Version 0.12.0
Pre-release
Pre-release
This release includes several changes to the underlying action and expectation
systems, some of which are not backwards compatable. Tests written using v0.11.0
should continue to work without modification.
Added
- [BC] Added
PredicateOptions
toPredicateScope
- [BC] Added
Action.Location()
method
Changed
- [BC] Renamed
Action.Apply()
toDo()
Test.Expect()
now returns theTest
, allowing chained calls
Removed
- [BC] Removed the
PredicateOptions
parameter fromExpectation.Predicate()