Skip to content

Commit df95d69

Browse files
committed
[csharp] Add client options tests for collections options
1 parent 0bb30dd commit df95d69

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

modules/swagger-codegen/src/test/java/io/swagger/codegen/csharp/CSharpClientOptionsTest.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ protected void setExpectations() {
4242
times = 1;
4343
clientCodegen.setPackageGuid(CSharpClientOptionsProvider.PACKAGE_GUID_VALUE);
4444
times = 1;
45+
clientCodegen.setUseCollection(false);
46+
times = 1;
47+
clientCodegen.setReturnICollection(false);
48+
times = 1;
4549
}};
4650
}
4751
}

0 commit comments

Comments
 (0)