Campoie / rest-assured

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

Respect Collection/List as value in Map #83

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
When passing a map as parameter it should also be possible to include List 
values, e.g.

map.put("listOfStuff", asList(stuff1, stuff2));

..

Original issue reported on code.google.com by johan.ha...@gmail.com on 28 Jun 2011 at 1:59