sahaya / rest-assured

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

Add support for passing collections to param #165

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
E.g.

Set<String> set = ..

given().param("x", set)...

It works for lists today but it should work for all kind of collections

Original issue reported on code.google.com by johan.ha...@gmail.com on 19 Apr 2012 at 9:09

GoogleCodeExporter commented 9 years ago

Original comment by johan.ha...@gmail.com on 26 Apr 2012 at 7:15