sahaya / rest-assured

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

Please add syntactical sugar methods (like with() as in RestAssured) to RestAssuredMockMvc #320

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I have started using RestAssured and now applying it to Spring controllers to 
for testing. As I'm using Spock with it's given: when: then: labels, using the 
aliased methods like with() makes a test read more natural.

Would it be possible if these are added to RestAssuredMockMvc as well?

Thanks

Original issue reported on code.google.com by Martin.A...@gmail.com on 26 Mar 2014 at 2:51

GoogleCodeExporter commented 9 years ago
Sure, I've committed it to master.

Original comment by johan.ha...@gmail.com on 27 Mar 2014 at 6:16