Campoie / rest-assured

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

Added "registerParser" to response spec #101

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Sometimes it's useful to register a parser to the response spec instead of 
statically. Today you need to use RestAssured.registerParser in a try-finally 
statement which is quite ugly if you only intend to use it for a single test.

Original issue reported on code.google.com by johan.ha...@gmail.com on 7 Sep 2011 at 6:45

GoogleCodeExporter commented 9 years ago

Original comment by johan.ha...@gmail.com on 19 Sep 2011 at 6:37