Make this work:
expect().
root("store.%s", withArgs("book")).
body("category.size()", equalTo(4)).
appendRoot("%s.%s", withArgs("author")). // Fails because the appendRoot require two args even though the last arg is specified in the body below
body("size()", equalTo(4)).
when().
get("/jsonStore");
Original issue reported on code.google.com by johan.ha...@gmail.com on 14 Nov 2013 at 8:44
Original issue reported on code.google.com by
johan.ha...@gmail.com
on 14 Nov 2013 at 8:44