context) throws IOException {
+ testQueryParameterCollectionFormatForHttpResponse(pipe, ioutil, http, url, context);
+ }
+
+ /**
+ * To test the collection format in query parameters
+ * 200 - Success
+ * @param pipe The pipe parameter
+ * @param ioutil The ioutil parameter
+ * @param http The http parameter
+ * @param url The url parameter
+ * @param context The context parameter
+ * @param params Map of query params. A collection will be interpreted as passing in multiple instances of the same query param.
+ * @throws IOException if an error occurs while attempting to invoke the API
+ **/
+ public void testQueryParameterCollectionFormat(List pipe, List ioutil, List http, List url, List context, Map params) throws IOException {
+ testQueryParameterCollectionFormatForHttpResponse(pipe, ioutil, http, url, context, params);
+ }
+
+ public HttpResponse testQueryParameterCollectionFormatForHttpResponse(List pipe, List ioutil, List http, List url, List