Release 0.4.0
pawel-mikolajczyk
released this
06 Oct 11:22
·
7 commits
to master
since this release
jazon-core
- Differentiate predicate’s expectation-mismatch from expectation-execution-error.
- Internals refactored - several public interfaces changed/removed. Now
Translator
interface is the one responsible for craftingJsonExpectation
instances out of user input.
jazon-spock
- Support Groovy’s
GString
type as expectation.
jazon-junit
- Add
JazonMap
andJazonList
types for more concise assertions. - Support passing lambda as expectation.