"appendRoot" would be useful sometimes, e.g.
expect().
root("x.y").
body("u", ..)
..
appendRoot("z").
body("w", ..)
I.e. the root path after appendRoot in this example would be "x.y.z".
It may be nice with a "detachRoot" (or something similar) as well
Original issue reported on code.google.com by johan.ha...@gmail.com on 10 Jul 2013 at 9:06
Original issue reported on code.google.com by
johan.ha...@gmail.com
on 10 Jul 2013 at 9:06