Skip to content

Release 0.4.0

Compare
Choose a tag to compare
@pawel-mikolajczyk pawel-mikolajczyk released this 06 Oct 11:22
· 7 commits to master since this release

jazon-core

  1. Differentiate predicate’s expectation-mismatch from expectation-execution-error.
  2. Internals refactored - several public interfaces changed/removed. Now Translator interface is the one responsible for crafting JsonExpectation instances out of user input.

jazon-spock

  1. Support Groovy’s GString type as expectation.

jazon-junit

  1. Add JazonMap and JazonList types for more concise assertions.
  2. Support passing lambda as expectation.