v1.1.2
New features:
- JSON expected by
JSON,SubJSONOfandSuperJSONOfoperators can now contain comments (/* … */or// …) and some simple operators can directly be embedded in JSON, as$^NotEmptyfor example; - New
SubJSONOf&SuperJSONOfoperators; - In case of error,
JSONoperator no longer truncates its JSON expected parameter in error message, but dumps all the operators involved using beautiful indented comments; - Add
Assert() *T,Require() *TandAssertRequire() (*T, *T).
Enjoy powerful API testing!