From ef40bdb7b037f8ca402329e4f4f5fa63e509a398 Mon Sep 17 00:00:00 2001 From: wing328 Date: Sat, 11 Feb 2017 00:10:43 +0800 Subject: [PATCH] remove invalid java file --- .../api/Fake_classname_tags123ApiTest.java | 39 -------------- .../api/Fake_classname_tags123ApiTest.java | 51 ------------------- .../api/Fake_classname_tags123ApiTest.java | 51 ------------------- .../api/Fake_classname_tags123ApiTest.java | 51 ------------------- .../api/Fake_classname_tags123ApiTest.java | 51 ------------------- .../api/Fake_classname_tags123ApiTest.java | 39 -------------- .../api/Fake_classname_tags123ApiTest.java | 39 -------------- .../api/Fake_classname_tags123ApiTest.java | 39 -------------- 8 files changed, 360 deletions(-) delete mode 100644 samples/client/petstore/java/feign/src/test/java/io/swagger/client/api/Fake_classname_tags123ApiTest.java delete mode 100644 samples/client/petstore/java/jersey1/src/test/java/io/swagger/client/api/Fake_classname_tags123ApiTest.java delete mode 100644 samples/client/petstore/java/jersey2-java8/src/test/java/io/swagger/client/api/Fake_classname_tags123ApiTest.java delete mode 100644 samples/client/petstore/java/jersey2/src/test/java/io/swagger/client/api/Fake_classname_tags123ApiTest.java delete mode 100644 samples/client/petstore/java/okhttp-gson/src/test/java/io/swagger/client/api/Fake_classname_tags123ApiTest.java delete mode 100644 samples/client/petstore/java/retrofit/src/test/java/io/swagger/client/api/Fake_classname_tags123ApiTest.java delete mode 100644 samples/client/petstore/java/retrofit2/src/test/java/io/swagger/client/api/Fake_classname_tags123ApiTest.java delete mode 100644 samples/client/petstore/java/retrofit2rx/src/test/java/io/swagger/client/api/Fake_classname_tags123ApiTest.java diff --git a/samples/client/petstore/java/feign/src/test/java/io/swagger/client/api/Fake_classname_tags123ApiTest.java b/samples/client/petstore/java/feign/src/test/java/io/swagger/client/api/Fake_classname_tags123ApiTest.java deleted file mode 100644 index 4b8d00256798..000000000000 --- a/samples/client/petstore/java/feign/src/test/java/io/swagger/client/api/Fake_classname_tags123ApiTest.java +++ /dev/null @@ -1,39 +0,0 @@ -package io.swagger.client.api; - -import io.swagger.client.ApiClient; -import io.swagger.client.model.Client; -import org.junit.Before; -import org.junit.Test; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; - -/** - * API tests for Fake_classname_tags123Api - */ -public class Fake_classname_tags123ApiTest { - - private Fake_classname_tags123Api api; - - @Before - public void setup() { - api = new ApiClient().buildClient(Fake_classname_tags123Api.class); - } - - - /** - * To test class name in snake case - * - * - */ - @Test - public void testClassnameTest() { - Client body = null; - // Client response = api.testClassname(body); - - // TODO: test validations - } - -} diff --git a/samples/client/petstore/java/jersey1/src/test/java/io/swagger/client/api/Fake_classname_tags123ApiTest.java b/samples/client/petstore/java/jersey1/src/test/java/io/swagger/client/api/Fake_classname_tags123ApiTest.java deleted file mode 100644 index f1bc4ee471d1..000000000000 --- a/samples/client/petstore/java/jersey1/src/test/java/io/swagger/client/api/Fake_classname_tags123ApiTest.java +++ /dev/null @@ -1,51 +0,0 @@ -/* - * Swagger Petstore - * This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ - * - * OpenAPI spec version: 1.0.0 - * Contact: apiteam@swagger.io - * - * NOTE: This class is auto generated by the swagger code generator program. - * https://github.com/swagger-api/swagger-codegen.git - * Do not edit the class manually. - */ - - -package io.swagger.client.api; - -import io.swagger.client.ApiException; -import io.swagger.client.model.Client; -import org.junit.Test; -import org.junit.Ignore; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; - -/** - * API tests for Fake_classname_tags123Api - */ -@Ignore -public class Fake_classname_tags123ApiTest { - - private final Fake_classname_tags123Api api = new Fake_classname_tags123Api(); - - - /** - * To test class name in snake case - * - * - * - * @throws ApiException - * if the Api call fails - */ - @Test - public void testClassnameTest() throws ApiException { - Client body = null; - Client response = api.testClassname(body); - - // TODO: test validations - } - -} diff --git a/samples/client/petstore/java/jersey2-java8/src/test/java/io/swagger/client/api/Fake_classname_tags123ApiTest.java b/samples/client/petstore/java/jersey2-java8/src/test/java/io/swagger/client/api/Fake_classname_tags123ApiTest.java deleted file mode 100644 index f1bc4ee471d1..000000000000 --- a/samples/client/petstore/java/jersey2-java8/src/test/java/io/swagger/client/api/Fake_classname_tags123ApiTest.java +++ /dev/null @@ -1,51 +0,0 @@ -/* - * Swagger Petstore - * This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ - * - * OpenAPI spec version: 1.0.0 - * Contact: apiteam@swagger.io - * - * NOTE: This class is auto generated by the swagger code generator program. - * https://github.com/swagger-api/swagger-codegen.git - * Do not edit the class manually. - */ - - -package io.swagger.client.api; - -import io.swagger.client.ApiException; -import io.swagger.client.model.Client; -import org.junit.Test; -import org.junit.Ignore; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; - -/** - * API tests for Fake_classname_tags123Api - */ -@Ignore -public class Fake_classname_tags123ApiTest { - - private final Fake_classname_tags123Api api = new Fake_classname_tags123Api(); - - - /** - * To test class name in snake case - * - * - * - * @throws ApiException - * if the Api call fails - */ - @Test - public void testClassnameTest() throws ApiException { - Client body = null; - Client response = api.testClassname(body); - - // TODO: test validations - } - -} diff --git a/samples/client/petstore/java/jersey2/src/test/java/io/swagger/client/api/Fake_classname_tags123ApiTest.java b/samples/client/petstore/java/jersey2/src/test/java/io/swagger/client/api/Fake_classname_tags123ApiTest.java deleted file mode 100644 index f1bc4ee471d1..000000000000 --- a/samples/client/petstore/java/jersey2/src/test/java/io/swagger/client/api/Fake_classname_tags123ApiTest.java +++ /dev/null @@ -1,51 +0,0 @@ -/* - * Swagger Petstore - * This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ - * - * OpenAPI spec version: 1.0.0 - * Contact: apiteam@swagger.io - * - * NOTE: This class is auto generated by the swagger code generator program. - * https://github.com/swagger-api/swagger-codegen.git - * Do not edit the class manually. - */ - - -package io.swagger.client.api; - -import io.swagger.client.ApiException; -import io.swagger.client.model.Client; -import org.junit.Test; -import org.junit.Ignore; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; - -/** - * API tests for Fake_classname_tags123Api - */ -@Ignore -public class Fake_classname_tags123ApiTest { - - private final Fake_classname_tags123Api api = new Fake_classname_tags123Api(); - - - /** - * To test class name in snake case - * - * - * - * @throws ApiException - * if the Api call fails - */ - @Test - public void testClassnameTest() throws ApiException { - Client body = null; - Client response = api.testClassname(body); - - // TODO: test validations - } - -} diff --git a/samples/client/petstore/java/okhttp-gson/src/test/java/io/swagger/client/api/Fake_classname_tags123ApiTest.java b/samples/client/petstore/java/okhttp-gson/src/test/java/io/swagger/client/api/Fake_classname_tags123ApiTest.java deleted file mode 100644 index f1bc4ee471d1..000000000000 --- a/samples/client/petstore/java/okhttp-gson/src/test/java/io/swagger/client/api/Fake_classname_tags123ApiTest.java +++ /dev/null @@ -1,51 +0,0 @@ -/* - * Swagger Petstore - * This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ - * - * OpenAPI spec version: 1.0.0 - * Contact: apiteam@swagger.io - * - * NOTE: This class is auto generated by the swagger code generator program. - * https://github.com/swagger-api/swagger-codegen.git - * Do not edit the class manually. - */ - - -package io.swagger.client.api; - -import io.swagger.client.ApiException; -import io.swagger.client.model.Client; -import org.junit.Test; -import org.junit.Ignore; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; - -/** - * API tests for Fake_classname_tags123Api - */ -@Ignore -public class Fake_classname_tags123ApiTest { - - private final Fake_classname_tags123Api api = new Fake_classname_tags123Api(); - - - /** - * To test class name in snake case - * - * - * - * @throws ApiException - * if the Api call fails - */ - @Test - public void testClassnameTest() throws ApiException { - Client body = null; - Client response = api.testClassname(body); - - // TODO: test validations - } - -} diff --git a/samples/client/petstore/java/retrofit/src/test/java/io/swagger/client/api/Fake_classname_tags123ApiTest.java b/samples/client/petstore/java/retrofit/src/test/java/io/swagger/client/api/Fake_classname_tags123ApiTest.java deleted file mode 100644 index 1b20c07663b2..000000000000 --- a/samples/client/petstore/java/retrofit/src/test/java/io/swagger/client/api/Fake_classname_tags123ApiTest.java +++ /dev/null @@ -1,39 +0,0 @@ -package io.swagger.client.api; - -import io.swagger.client.ApiClient; -import io.swagger.client.model.Client; -import org.junit.Before; -import org.junit.Test; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; - -/** - * API tests for Fake_classname_tags123Api - */ -public class Fake_classname_tags123ApiTest { - - private Fake_classname_tags123Api api; - - @Before - public void setup() { - api = new ApiClient().createService(Fake_classname_tags123Api.class); - } - - - /** - * To test class name in snake case - * - * - */ - @Test - public void testClassnameTest() { - Client body = null; - // Client response = api.testClassname(body); - - // TODO: test validations - } - -} diff --git a/samples/client/petstore/java/retrofit2/src/test/java/io/swagger/client/api/Fake_classname_tags123ApiTest.java b/samples/client/petstore/java/retrofit2/src/test/java/io/swagger/client/api/Fake_classname_tags123ApiTest.java deleted file mode 100644 index 1b20c07663b2..000000000000 --- a/samples/client/petstore/java/retrofit2/src/test/java/io/swagger/client/api/Fake_classname_tags123ApiTest.java +++ /dev/null @@ -1,39 +0,0 @@ -package io.swagger.client.api; - -import io.swagger.client.ApiClient; -import io.swagger.client.model.Client; -import org.junit.Before; -import org.junit.Test; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; - -/** - * API tests for Fake_classname_tags123Api - */ -public class Fake_classname_tags123ApiTest { - - private Fake_classname_tags123Api api; - - @Before - public void setup() { - api = new ApiClient().createService(Fake_classname_tags123Api.class); - } - - - /** - * To test class name in snake case - * - * - */ - @Test - public void testClassnameTest() { - Client body = null; - // Client response = api.testClassname(body); - - // TODO: test validations - } - -} diff --git a/samples/client/petstore/java/retrofit2rx/src/test/java/io/swagger/client/api/Fake_classname_tags123ApiTest.java b/samples/client/petstore/java/retrofit2rx/src/test/java/io/swagger/client/api/Fake_classname_tags123ApiTest.java deleted file mode 100644 index 1b20c07663b2..000000000000 --- a/samples/client/petstore/java/retrofit2rx/src/test/java/io/swagger/client/api/Fake_classname_tags123ApiTest.java +++ /dev/null @@ -1,39 +0,0 @@ -package io.swagger.client.api; - -import io.swagger.client.ApiClient; -import io.swagger.client.model.Client; -import org.junit.Before; -import org.junit.Test; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; - -/** - * API tests for Fake_classname_tags123Api - */ -public class Fake_classname_tags123ApiTest { - - private Fake_classname_tags123Api api; - - @Before - public void setup() { - api = new ApiClient().createService(Fake_classname_tags123Api.class); - } - - - /** - * To test class name in snake case - * - * - */ - @Test - public void testClassnameTest() { - Client body = null; - // Client response = api.testClassname(body); - - // TODO: test validations - } - -}