Campoie / rest-assured

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

Add support for arguments in XmlPath and JsonPath #105

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
E.g. 

String template = "x.%s.z.%s";

... from(xml).getString(template, "some", "thing");

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