Campoie / rest-assured

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

Add "path" to Response object #110

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Allow for e.g.

get("/something").andReturn().path("x.y.%s", String.class, "tjo");

Original issue reported on code.google.com by johan.ha...@gmail.com on 2 Oct 2011 at 2:12

GoogleCodeExporter commented 9 years ago

Original comment by johan.ha...@gmail.com on 6 Oct 2011 at 5:05