Add test cases to cover different collection formats (#3640)

* add test cases to cover different collection format

* add space params to retrofit 1.x

* add space params to retrofit 2.x

* rename url to localVarUrl

* fix exception in haskell servant
This commit is contained in:
William Cheng
2019-08-15 11:09:12 +08:00
committed by GitHub
parent 286cdfdfa2
commit c3535cf9ca
185 changed files with 8369 additions and 190 deletions

View File

@@ -206,4 +206,19 @@ describe 'FakeApi' do
end
end
# unit tests for test_query_parameter_collection_format
# To test the collection format in query parameters
# @param pipe
# @param ioutil
# @param http
# @param url
# @param context
# @param [Hash] opts the optional parameters
# @return [nil]
describe 'test_query_parameter_collection_format test' do
it 'should work' do
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
end
end
end