Campoie / rest-assured

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

Add support for getting path from request #26

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
E.g. 

List<Object> shoppingCategories = get("/somewhere").read("shopping.category");

and:
xmlPath = new XmlPath(get("/somewhere").asString());

int foo = path.read("..");
List bar = path.read(".."); 

Original issue reported on code.google.com by johan.ha...@gmail.com on 12 Feb 2011 at 11:30

GoogleCodeExporter commented 9 years ago

Original comment by johan.ha...@gmail.com on 18 Feb 2011 at 4:30