sahaya / rest-assured

Automatically exported from code.google.com/p/rest-assured
0 stars 0 forks source link

Add appendRoot and noRoot #248

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
"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

GoogleCodeExporter commented 9 years ago
detachRoot will be called noRoot

Original comment by johan.ha...@gmail.com on 14 Nov 2013 at 6:38

GoogleCodeExporter commented 9 years ago

Original comment by johan.ha...@gmail.com on 14 Nov 2013 at 6:58