sahaya / rest-assured

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

Support multiple calls to path(..) #280

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Response r = get("/x");
String y = r.path("x.y");
String z = r.path("x.z"); // Throws exception

Original issue reported on code.google.com by johan.ha...@gmail.com on 27 Nov 2013 at 12:30

GoogleCodeExporter commented 9 years ago

Original comment by johan.ha...@gmail.com on 27 Nov 2013 at 1:45