Regenerate java clients (#385)

This commit is contained in:
Jérémie Bresson
2018-05-09 07:45:53 +02:00
committed by GitHub
parent 872dd546f4
commit 150d414b7e
150 changed files with 388 additions and 878 deletions

View File

@@ -36,8 +36,8 @@ public class FakeApiTest {
*/
@Test
public void fakeOuterBooleanSerializeTest() {
Boolean booleanPostBody = null;
// Boolean response = api.fakeOuterBooleanSerialize(booleanPostBody);
Boolean body = null;
// Boolean response = api.fakeOuterBooleanSerialize(body);
// TODO: test validations
}
@@ -209,7 +209,7 @@ public class FakeApiTest {
*/
@Test
public void testInlineAdditionalPropertiesTest() {
String requestBody = null;
Map<String, String> requestBody = null;
// api.testInlineAdditionalProperties(requestBody);
// TODO: test validations