forked from loafle/openapi-generator-original
add new sample files
This commit is contained in:
parent
b87a507a13
commit
12a5ba2bee
@ -0,0 +1,83 @@
|
||||
/*
|
||||
* OpenAPI 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
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
* https://openapi-generator.tech
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
|
||||
|
||||
package org.openapitools.client.model;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
import com.fasterxml.jackson.annotation.JsonCreator;
|
||||
import com.fasterxml.jackson.annotation.JsonValue;
|
||||
import io.swagger.annotations.ApiModel;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import java.math.BigDecimal;
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
import org.junit.Assert;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
|
||||
|
||||
/**
|
||||
* Model tests for TypeHolderDefault
|
||||
*/
|
||||
public class TypeHolderDefaultTest {
|
||||
private final TypeHolderDefault model = new TypeHolderDefault();
|
||||
|
||||
/**
|
||||
* Model tests for TypeHolderDefault
|
||||
*/
|
||||
@Test
|
||||
public void testTypeHolderDefault() {
|
||||
// TODO: test TypeHolderDefault
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'stringItem'
|
||||
*/
|
||||
@Test
|
||||
public void stringItemTest() {
|
||||
// TODO: test stringItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'numberItem'
|
||||
*/
|
||||
@Test
|
||||
public void numberItemTest() {
|
||||
// TODO: test numberItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'integerItem'
|
||||
*/
|
||||
@Test
|
||||
public void integerItemTest() {
|
||||
// TODO: test integerItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'boolItem'
|
||||
*/
|
||||
@Test
|
||||
public void boolItemTest() {
|
||||
// TODO: test boolItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'arrayItem'
|
||||
*/
|
||||
@Test
|
||||
public void arrayItemTest() {
|
||||
// TODO: test arrayItem
|
||||
}
|
||||
|
||||
}
|
@ -0,0 +1,83 @@
|
||||
/*
|
||||
* OpenAPI 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
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
* https://openapi-generator.tech
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
|
||||
|
||||
package org.openapitools.client.model;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
import com.fasterxml.jackson.annotation.JsonCreator;
|
||||
import com.fasterxml.jackson.annotation.JsonValue;
|
||||
import io.swagger.annotations.ApiModel;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import java.math.BigDecimal;
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
import org.junit.Assert;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
|
||||
|
||||
/**
|
||||
* Model tests for TypeHolderExample
|
||||
*/
|
||||
public class TypeHolderExampleTest {
|
||||
private final TypeHolderExample model = new TypeHolderExample();
|
||||
|
||||
/**
|
||||
* Model tests for TypeHolderExample
|
||||
*/
|
||||
@Test
|
||||
public void testTypeHolderExample() {
|
||||
// TODO: test TypeHolderExample
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'stringItem'
|
||||
*/
|
||||
@Test
|
||||
public void stringItemTest() {
|
||||
// TODO: test stringItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'numberItem'
|
||||
*/
|
||||
@Test
|
||||
public void numberItemTest() {
|
||||
// TODO: test numberItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'integerItem'
|
||||
*/
|
||||
@Test
|
||||
public void integerItemTest() {
|
||||
// TODO: test integerItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'boolItem'
|
||||
*/
|
||||
@Test
|
||||
public void boolItemTest() {
|
||||
// TODO: test boolItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'arrayItem'
|
||||
*/
|
||||
@Test
|
||||
public void arrayItemTest() {
|
||||
// TODO: test arrayItem
|
||||
}
|
||||
|
||||
}
|
@ -0,0 +1,83 @@
|
||||
/*
|
||||
* OpenAPI 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
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
* https://openapi-generator.tech
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
|
||||
|
||||
package org.openapitools.client.model;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
import com.fasterxml.jackson.annotation.JsonCreator;
|
||||
import com.fasterxml.jackson.annotation.JsonValue;
|
||||
import io.swagger.annotations.ApiModel;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import java.math.BigDecimal;
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
import org.junit.Assert;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
|
||||
|
||||
/**
|
||||
* Model tests for TypeHolderDefault
|
||||
*/
|
||||
public class TypeHolderDefaultTest {
|
||||
private final TypeHolderDefault model = new TypeHolderDefault();
|
||||
|
||||
/**
|
||||
* Model tests for TypeHolderDefault
|
||||
*/
|
||||
@Test
|
||||
public void testTypeHolderDefault() {
|
||||
// TODO: test TypeHolderDefault
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'stringItem'
|
||||
*/
|
||||
@Test
|
||||
public void stringItemTest() {
|
||||
// TODO: test stringItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'numberItem'
|
||||
*/
|
||||
@Test
|
||||
public void numberItemTest() {
|
||||
// TODO: test numberItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'integerItem'
|
||||
*/
|
||||
@Test
|
||||
public void integerItemTest() {
|
||||
// TODO: test integerItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'boolItem'
|
||||
*/
|
||||
@Test
|
||||
public void boolItemTest() {
|
||||
// TODO: test boolItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'arrayItem'
|
||||
*/
|
||||
@Test
|
||||
public void arrayItemTest() {
|
||||
// TODO: test arrayItem
|
||||
}
|
||||
|
||||
}
|
@ -0,0 +1,83 @@
|
||||
/*
|
||||
* OpenAPI 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
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
* https://openapi-generator.tech
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
|
||||
|
||||
package org.openapitools.client.model;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
import com.fasterxml.jackson.annotation.JsonCreator;
|
||||
import com.fasterxml.jackson.annotation.JsonValue;
|
||||
import io.swagger.annotations.ApiModel;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import java.math.BigDecimal;
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
import org.junit.Assert;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
|
||||
|
||||
/**
|
||||
* Model tests for TypeHolderExample
|
||||
*/
|
||||
public class TypeHolderExampleTest {
|
||||
private final TypeHolderExample model = new TypeHolderExample();
|
||||
|
||||
/**
|
||||
* Model tests for TypeHolderExample
|
||||
*/
|
||||
@Test
|
||||
public void testTypeHolderExample() {
|
||||
// TODO: test TypeHolderExample
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'stringItem'
|
||||
*/
|
||||
@Test
|
||||
public void stringItemTest() {
|
||||
// TODO: test stringItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'numberItem'
|
||||
*/
|
||||
@Test
|
||||
public void numberItemTest() {
|
||||
// TODO: test numberItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'integerItem'
|
||||
*/
|
||||
@Test
|
||||
public void integerItemTest() {
|
||||
// TODO: test integerItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'boolItem'
|
||||
*/
|
||||
@Test
|
||||
public void boolItemTest() {
|
||||
// TODO: test boolItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'arrayItem'
|
||||
*/
|
||||
@Test
|
||||
public void arrayItemTest() {
|
||||
// TODO: test arrayItem
|
||||
}
|
||||
|
||||
}
|
@ -0,0 +1,83 @@
|
||||
/*
|
||||
* OpenAPI 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
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
* https://openapi-generator.tech
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
|
||||
|
||||
package org.openapitools.client.model;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
import com.fasterxml.jackson.annotation.JsonCreator;
|
||||
import com.fasterxml.jackson.annotation.JsonValue;
|
||||
import io.swagger.annotations.ApiModel;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import java.math.BigDecimal;
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
import org.junit.Assert;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
|
||||
|
||||
/**
|
||||
* Model tests for TypeHolderDefault
|
||||
*/
|
||||
public class TypeHolderDefaultTest {
|
||||
private final TypeHolderDefault model = new TypeHolderDefault();
|
||||
|
||||
/**
|
||||
* Model tests for TypeHolderDefault
|
||||
*/
|
||||
@Test
|
||||
public void testTypeHolderDefault() {
|
||||
// TODO: test TypeHolderDefault
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'stringItem'
|
||||
*/
|
||||
@Test
|
||||
public void stringItemTest() {
|
||||
// TODO: test stringItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'numberItem'
|
||||
*/
|
||||
@Test
|
||||
public void numberItemTest() {
|
||||
// TODO: test numberItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'integerItem'
|
||||
*/
|
||||
@Test
|
||||
public void integerItemTest() {
|
||||
// TODO: test integerItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'boolItem'
|
||||
*/
|
||||
@Test
|
||||
public void boolItemTest() {
|
||||
// TODO: test boolItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'arrayItem'
|
||||
*/
|
||||
@Test
|
||||
public void arrayItemTest() {
|
||||
// TODO: test arrayItem
|
||||
}
|
||||
|
||||
}
|
@ -0,0 +1,83 @@
|
||||
/*
|
||||
* OpenAPI 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
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
* https://openapi-generator.tech
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
|
||||
|
||||
package org.openapitools.client.model;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
import com.fasterxml.jackson.annotation.JsonCreator;
|
||||
import com.fasterxml.jackson.annotation.JsonValue;
|
||||
import io.swagger.annotations.ApiModel;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import java.math.BigDecimal;
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
import org.junit.Assert;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
|
||||
|
||||
/**
|
||||
* Model tests for TypeHolderExample
|
||||
*/
|
||||
public class TypeHolderExampleTest {
|
||||
private final TypeHolderExample model = new TypeHolderExample();
|
||||
|
||||
/**
|
||||
* Model tests for TypeHolderExample
|
||||
*/
|
||||
@Test
|
||||
public void testTypeHolderExample() {
|
||||
// TODO: test TypeHolderExample
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'stringItem'
|
||||
*/
|
||||
@Test
|
||||
public void stringItemTest() {
|
||||
// TODO: test stringItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'numberItem'
|
||||
*/
|
||||
@Test
|
||||
public void numberItemTest() {
|
||||
// TODO: test numberItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'integerItem'
|
||||
*/
|
||||
@Test
|
||||
public void integerItemTest() {
|
||||
// TODO: test integerItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'boolItem'
|
||||
*/
|
||||
@Test
|
||||
public void boolItemTest() {
|
||||
// TODO: test boolItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'arrayItem'
|
||||
*/
|
||||
@Test
|
||||
public void arrayItemTest() {
|
||||
// TODO: test arrayItem
|
||||
}
|
||||
|
||||
}
|
@ -0,0 +1,83 @@
|
||||
/*
|
||||
* OpenAPI 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
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
* https://openapi-generator.tech
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
|
||||
|
||||
package org.openapitools.client.model;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
import com.fasterxml.jackson.annotation.JsonCreator;
|
||||
import com.fasterxml.jackson.annotation.JsonValue;
|
||||
import io.swagger.annotations.ApiModel;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import java.math.BigDecimal;
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
import org.junit.Assert;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
|
||||
|
||||
/**
|
||||
* Model tests for TypeHolderDefault
|
||||
*/
|
||||
public class TypeHolderDefaultTest {
|
||||
private final TypeHolderDefault model = new TypeHolderDefault();
|
||||
|
||||
/**
|
||||
* Model tests for TypeHolderDefault
|
||||
*/
|
||||
@Test
|
||||
public void testTypeHolderDefault() {
|
||||
// TODO: test TypeHolderDefault
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'stringItem'
|
||||
*/
|
||||
@Test
|
||||
public void stringItemTest() {
|
||||
// TODO: test stringItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'numberItem'
|
||||
*/
|
||||
@Test
|
||||
public void numberItemTest() {
|
||||
// TODO: test numberItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'integerItem'
|
||||
*/
|
||||
@Test
|
||||
public void integerItemTest() {
|
||||
// TODO: test integerItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'boolItem'
|
||||
*/
|
||||
@Test
|
||||
public void boolItemTest() {
|
||||
// TODO: test boolItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'arrayItem'
|
||||
*/
|
||||
@Test
|
||||
public void arrayItemTest() {
|
||||
// TODO: test arrayItem
|
||||
}
|
||||
|
||||
}
|
@ -0,0 +1,83 @@
|
||||
/*
|
||||
* OpenAPI 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
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
* https://openapi-generator.tech
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
|
||||
|
||||
package org.openapitools.client.model;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
import com.fasterxml.jackson.annotation.JsonCreator;
|
||||
import com.fasterxml.jackson.annotation.JsonValue;
|
||||
import io.swagger.annotations.ApiModel;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import java.math.BigDecimal;
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
import org.junit.Assert;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
|
||||
|
||||
/**
|
||||
* Model tests for TypeHolderExample
|
||||
*/
|
||||
public class TypeHolderExampleTest {
|
||||
private final TypeHolderExample model = new TypeHolderExample();
|
||||
|
||||
/**
|
||||
* Model tests for TypeHolderExample
|
||||
*/
|
||||
@Test
|
||||
public void testTypeHolderExample() {
|
||||
// TODO: test TypeHolderExample
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'stringItem'
|
||||
*/
|
||||
@Test
|
||||
public void stringItemTest() {
|
||||
// TODO: test stringItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'numberItem'
|
||||
*/
|
||||
@Test
|
||||
public void numberItemTest() {
|
||||
// TODO: test numberItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'integerItem'
|
||||
*/
|
||||
@Test
|
||||
public void integerItemTest() {
|
||||
// TODO: test integerItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'boolItem'
|
||||
*/
|
||||
@Test
|
||||
public void boolItemTest() {
|
||||
// TODO: test boolItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'arrayItem'
|
||||
*/
|
||||
@Test
|
||||
public void arrayItemTest() {
|
||||
// TODO: test arrayItem
|
||||
}
|
||||
|
||||
}
|
@ -0,0 +1,83 @@
|
||||
/*
|
||||
* OpenAPI 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
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
* https://openapi-generator.tech
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
|
||||
|
||||
package org.openapitools.client.model;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
import com.fasterxml.jackson.annotation.JsonCreator;
|
||||
import com.fasterxml.jackson.annotation.JsonValue;
|
||||
import io.swagger.annotations.ApiModel;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import java.math.BigDecimal;
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
import org.junit.Assert;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
|
||||
|
||||
/**
|
||||
* Model tests for TypeHolderDefault
|
||||
*/
|
||||
public class TypeHolderDefaultTest {
|
||||
private final TypeHolderDefault model = new TypeHolderDefault();
|
||||
|
||||
/**
|
||||
* Model tests for TypeHolderDefault
|
||||
*/
|
||||
@Test
|
||||
public void testTypeHolderDefault() {
|
||||
// TODO: test TypeHolderDefault
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'stringItem'
|
||||
*/
|
||||
@Test
|
||||
public void stringItemTest() {
|
||||
// TODO: test stringItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'numberItem'
|
||||
*/
|
||||
@Test
|
||||
public void numberItemTest() {
|
||||
// TODO: test numberItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'integerItem'
|
||||
*/
|
||||
@Test
|
||||
public void integerItemTest() {
|
||||
// TODO: test integerItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'boolItem'
|
||||
*/
|
||||
@Test
|
||||
public void boolItemTest() {
|
||||
// TODO: test boolItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'arrayItem'
|
||||
*/
|
||||
@Test
|
||||
public void arrayItemTest() {
|
||||
// TODO: test arrayItem
|
||||
}
|
||||
|
||||
}
|
@ -0,0 +1,83 @@
|
||||
/*
|
||||
* OpenAPI 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
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
* https://openapi-generator.tech
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
|
||||
|
||||
package org.openapitools.client.model;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
import com.fasterxml.jackson.annotation.JsonCreator;
|
||||
import com.fasterxml.jackson.annotation.JsonValue;
|
||||
import io.swagger.annotations.ApiModel;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import java.math.BigDecimal;
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
import org.junit.Assert;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
|
||||
|
||||
/**
|
||||
* Model tests for TypeHolderExample
|
||||
*/
|
||||
public class TypeHolderExampleTest {
|
||||
private final TypeHolderExample model = new TypeHolderExample();
|
||||
|
||||
/**
|
||||
* Model tests for TypeHolderExample
|
||||
*/
|
||||
@Test
|
||||
public void testTypeHolderExample() {
|
||||
// TODO: test TypeHolderExample
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'stringItem'
|
||||
*/
|
||||
@Test
|
||||
public void stringItemTest() {
|
||||
// TODO: test stringItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'numberItem'
|
||||
*/
|
||||
@Test
|
||||
public void numberItemTest() {
|
||||
// TODO: test numberItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'integerItem'
|
||||
*/
|
||||
@Test
|
||||
public void integerItemTest() {
|
||||
// TODO: test integerItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'boolItem'
|
||||
*/
|
||||
@Test
|
||||
public void boolItemTest() {
|
||||
// TODO: test boolItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'arrayItem'
|
||||
*/
|
||||
@Test
|
||||
public void arrayItemTest() {
|
||||
// TODO: test arrayItem
|
||||
}
|
||||
|
||||
}
|
@ -0,0 +1,83 @@
|
||||
/*
|
||||
* OpenAPI 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
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
* https://openapi-generator.tech
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
|
||||
|
||||
package org.openapitools.client.model;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
import com.fasterxml.jackson.annotation.JsonCreator;
|
||||
import com.fasterxml.jackson.annotation.JsonValue;
|
||||
import io.swagger.annotations.ApiModel;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import java.math.BigDecimal;
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
import org.junit.Assert;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
|
||||
|
||||
/**
|
||||
* Model tests for TypeHolderDefault
|
||||
*/
|
||||
public class TypeHolderDefaultTest {
|
||||
private final TypeHolderDefault model = new TypeHolderDefault();
|
||||
|
||||
/**
|
||||
* Model tests for TypeHolderDefault
|
||||
*/
|
||||
@Test
|
||||
public void testTypeHolderDefault() {
|
||||
// TODO: test TypeHolderDefault
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'stringItem'
|
||||
*/
|
||||
@Test
|
||||
public void stringItemTest() {
|
||||
// TODO: test stringItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'numberItem'
|
||||
*/
|
||||
@Test
|
||||
public void numberItemTest() {
|
||||
// TODO: test numberItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'integerItem'
|
||||
*/
|
||||
@Test
|
||||
public void integerItemTest() {
|
||||
// TODO: test integerItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'boolItem'
|
||||
*/
|
||||
@Test
|
||||
public void boolItemTest() {
|
||||
// TODO: test boolItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'arrayItem'
|
||||
*/
|
||||
@Test
|
||||
public void arrayItemTest() {
|
||||
// TODO: test arrayItem
|
||||
}
|
||||
|
||||
}
|
@ -0,0 +1,83 @@
|
||||
/*
|
||||
* OpenAPI 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
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
* https://openapi-generator.tech
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
|
||||
|
||||
package org.openapitools.client.model;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
import com.fasterxml.jackson.annotation.JsonCreator;
|
||||
import com.fasterxml.jackson.annotation.JsonValue;
|
||||
import io.swagger.annotations.ApiModel;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import java.math.BigDecimal;
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
import org.junit.Assert;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
|
||||
|
||||
/**
|
||||
* Model tests for TypeHolderExample
|
||||
*/
|
||||
public class TypeHolderExampleTest {
|
||||
private final TypeHolderExample model = new TypeHolderExample();
|
||||
|
||||
/**
|
||||
* Model tests for TypeHolderExample
|
||||
*/
|
||||
@Test
|
||||
public void testTypeHolderExample() {
|
||||
// TODO: test TypeHolderExample
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'stringItem'
|
||||
*/
|
||||
@Test
|
||||
public void stringItemTest() {
|
||||
// TODO: test stringItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'numberItem'
|
||||
*/
|
||||
@Test
|
||||
public void numberItemTest() {
|
||||
// TODO: test numberItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'integerItem'
|
||||
*/
|
||||
@Test
|
||||
public void integerItemTest() {
|
||||
// TODO: test integerItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'boolItem'
|
||||
*/
|
||||
@Test
|
||||
public void boolItemTest() {
|
||||
// TODO: test boolItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'arrayItem'
|
||||
*/
|
||||
@Test
|
||||
public void arrayItemTest() {
|
||||
// TODO: test arrayItem
|
||||
}
|
||||
|
||||
}
|
@ -0,0 +1,83 @@
|
||||
/*
|
||||
* OpenAPI 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
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
* https://openapi-generator.tech
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
|
||||
|
||||
package org.openapitools.client.model;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
import com.fasterxml.jackson.annotation.JsonCreator;
|
||||
import com.fasterxml.jackson.annotation.JsonValue;
|
||||
import io.swagger.annotations.ApiModel;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import java.math.BigDecimal;
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
import org.junit.Assert;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
|
||||
|
||||
/**
|
||||
* Model tests for TypeHolderDefault
|
||||
*/
|
||||
public class TypeHolderDefaultTest {
|
||||
private final TypeHolderDefault model = new TypeHolderDefault();
|
||||
|
||||
/**
|
||||
* Model tests for TypeHolderDefault
|
||||
*/
|
||||
@Test
|
||||
public void testTypeHolderDefault() {
|
||||
// TODO: test TypeHolderDefault
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'stringItem'
|
||||
*/
|
||||
@Test
|
||||
public void stringItemTest() {
|
||||
// TODO: test stringItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'numberItem'
|
||||
*/
|
||||
@Test
|
||||
public void numberItemTest() {
|
||||
// TODO: test numberItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'integerItem'
|
||||
*/
|
||||
@Test
|
||||
public void integerItemTest() {
|
||||
// TODO: test integerItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'boolItem'
|
||||
*/
|
||||
@Test
|
||||
public void boolItemTest() {
|
||||
// TODO: test boolItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'arrayItem'
|
||||
*/
|
||||
@Test
|
||||
public void arrayItemTest() {
|
||||
// TODO: test arrayItem
|
||||
}
|
||||
|
||||
}
|
@ -0,0 +1,83 @@
|
||||
/*
|
||||
* OpenAPI 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
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
* https://openapi-generator.tech
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
|
||||
|
||||
package org.openapitools.client.model;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
import com.fasterxml.jackson.annotation.JsonCreator;
|
||||
import com.fasterxml.jackson.annotation.JsonValue;
|
||||
import io.swagger.annotations.ApiModel;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import java.math.BigDecimal;
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
import org.junit.Assert;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
|
||||
|
||||
/**
|
||||
* Model tests for TypeHolderExample
|
||||
*/
|
||||
public class TypeHolderExampleTest {
|
||||
private final TypeHolderExample model = new TypeHolderExample();
|
||||
|
||||
/**
|
||||
* Model tests for TypeHolderExample
|
||||
*/
|
||||
@Test
|
||||
public void testTypeHolderExample() {
|
||||
// TODO: test TypeHolderExample
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'stringItem'
|
||||
*/
|
||||
@Test
|
||||
public void stringItemTest() {
|
||||
// TODO: test stringItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'numberItem'
|
||||
*/
|
||||
@Test
|
||||
public void numberItemTest() {
|
||||
// TODO: test numberItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'integerItem'
|
||||
*/
|
||||
@Test
|
||||
public void integerItemTest() {
|
||||
// TODO: test integerItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'boolItem'
|
||||
*/
|
||||
@Test
|
||||
public void boolItemTest() {
|
||||
// TODO: test boolItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'arrayItem'
|
||||
*/
|
||||
@Test
|
||||
public void arrayItemTest() {
|
||||
// TODO: test arrayItem
|
||||
}
|
||||
|
||||
}
|
@ -0,0 +1,86 @@
|
||||
/*
|
||||
* OpenAPI 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
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
* https://openapi-generator.tech
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
|
||||
|
||||
package org.openapitools.client.model;
|
||||
|
||||
import com.google.gson.TypeAdapter;
|
||||
import com.google.gson.annotations.JsonAdapter;
|
||||
import com.google.gson.annotations.SerializedName;
|
||||
import com.google.gson.stream.JsonReader;
|
||||
import com.google.gson.stream.JsonWriter;
|
||||
import io.swagger.annotations.ApiModel;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import java.io.IOException;
|
||||
import java.math.BigDecimal;
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
import org.junit.Assert;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
|
||||
|
||||
/**
|
||||
* Model tests for TypeHolderDefault
|
||||
*/
|
||||
public class TypeHolderDefaultTest {
|
||||
private final TypeHolderDefault model = new TypeHolderDefault();
|
||||
|
||||
/**
|
||||
* Model tests for TypeHolderDefault
|
||||
*/
|
||||
@Test
|
||||
public void testTypeHolderDefault() {
|
||||
// TODO: test TypeHolderDefault
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'stringItem'
|
||||
*/
|
||||
@Test
|
||||
public void stringItemTest() {
|
||||
// TODO: test stringItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'numberItem'
|
||||
*/
|
||||
@Test
|
||||
public void numberItemTest() {
|
||||
// TODO: test numberItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'integerItem'
|
||||
*/
|
||||
@Test
|
||||
public void integerItemTest() {
|
||||
// TODO: test integerItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'boolItem'
|
||||
*/
|
||||
@Test
|
||||
public void boolItemTest() {
|
||||
// TODO: test boolItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'arrayItem'
|
||||
*/
|
||||
@Test
|
||||
public void arrayItemTest() {
|
||||
// TODO: test arrayItem
|
||||
}
|
||||
|
||||
}
|
@ -0,0 +1,86 @@
|
||||
/*
|
||||
* OpenAPI 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
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
* https://openapi-generator.tech
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
|
||||
|
||||
package org.openapitools.client.model;
|
||||
|
||||
import com.google.gson.TypeAdapter;
|
||||
import com.google.gson.annotations.JsonAdapter;
|
||||
import com.google.gson.annotations.SerializedName;
|
||||
import com.google.gson.stream.JsonReader;
|
||||
import com.google.gson.stream.JsonWriter;
|
||||
import io.swagger.annotations.ApiModel;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import java.io.IOException;
|
||||
import java.math.BigDecimal;
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
import org.junit.Assert;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
|
||||
|
||||
/**
|
||||
* Model tests for TypeHolderExample
|
||||
*/
|
||||
public class TypeHolderExampleTest {
|
||||
private final TypeHolderExample model = new TypeHolderExample();
|
||||
|
||||
/**
|
||||
* Model tests for TypeHolderExample
|
||||
*/
|
||||
@Test
|
||||
public void testTypeHolderExample() {
|
||||
// TODO: test TypeHolderExample
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'stringItem'
|
||||
*/
|
||||
@Test
|
||||
public void stringItemTest() {
|
||||
// TODO: test stringItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'numberItem'
|
||||
*/
|
||||
@Test
|
||||
public void numberItemTest() {
|
||||
// TODO: test numberItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'integerItem'
|
||||
*/
|
||||
@Test
|
||||
public void integerItemTest() {
|
||||
// TODO: test integerItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'boolItem'
|
||||
*/
|
||||
@Test
|
||||
public void boolItemTest() {
|
||||
// TODO: test boolItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'arrayItem'
|
||||
*/
|
||||
@Test
|
||||
public void arrayItemTest() {
|
||||
// TODO: test arrayItem
|
||||
}
|
||||
|
||||
}
|
@ -0,0 +1,86 @@
|
||||
/*
|
||||
* OpenAPI 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
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
* https://openapi-generator.tech
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
|
||||
|
||||
package org.openapitools.client.model;
|
||||
|
||||
import com.google.gson.TypeAdapter;
|
||||
import com.google.gson.annotations.JsonAdapter;
|
||||
import com.google.gson.annotations.SerializedName;
|
||||
import com.google.gson.stream.JsonReader;
|
||||
import com.google.gson.stream.JsonWriter;
|
||||
import io.swagger.annotations.ApiModel;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import java.io.IOException;
|
||||
import java.math.BigDecimal;
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
import org.junit.Assert;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
|
||||
|
||||
/**
|
||||
* Model tests for TypeHolderDefault
|
||||
*/
|
||||
public class TypeHolderDefaultTest {
|
||||
private final TypeHolderDefault model = new TypeHolderDefault();
|
||||
|
||||
/**
|
||||
* Model tests for TypeHolderDefault
|
||||
*/
|
||||
@Test
|
||||
public void testTypeHolderDefault() {
|
||||
// TODO: test TypeHolderDefault
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'stringItem'
|
||||
*/
|
||||
@Test
|
||||
public void stringItemTest() {
|
||||
// TODO: test stringItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'numberItem'
|
||||
*/
|
||||
@Test
|
||||
public void numberItemTest() {
|
||||
// TODO: test numberItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'integerItem'
|
||||
*/
|
||||
@Test
|
||||
public void integerItemTest() {
|
||||
// TODO: test integerItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'boolItem'
|
||||
*/
|
||||
@Test
|
||||
public void boolItemTest() {
|
||||
// TODO: test boolItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'arrayItem'
|
||||
*/
|
||||
@Test
|
||||
public void arrayItemTest() {
|
||||
// TODO: test arrayItem
|
||||
}
|
||||
|
||||
}
|
@ -0,0 +1,86 @@
|
||||
/*
|
||||
* OpenAPI 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
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
* https://openapi-generator.tech
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
|
||||
|
||||
package org.openapitools.client.model;
|
||||
|
||||
import com.google.gson.TypeAdapter;
|
||||
import com.google.gson.annotations.JsonAdapter;
|
||||
import com.google.gson.annotations.SerializedName;
|
||||
import com.google.gson.stream.JsonReader;
|
||||
import com.google.gson.stream.JsonWriter;
|
||||
import io.swagger.annotations.ApiModel;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import java.io.IOException;
|
||||
import java.math.BigDecimal;
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
import org.junit.Assert;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
|
||||
|
||||
/**
|
||||
* Model tests for TypeHolderExample
|
||||
*/
|
||||
public class TypeHolderExampleTest {
|
||||
private final TypeHolderExample model = new TypeHolderExample();
|
||||
|
||||
/**
|
||||
* Model tests for TypeHolderExample
|
||||
*/
|
||||
@Test
|
||||
public void testTypeHolderExample() {
|
||||
// TODO: test TypeHolderExample
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'stringItem'
|
||||
*/
|
||||
@Test
|
||||
public void stringItemTest() {
|
||||
// TODO: test stringItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'numberItem'
|
||||
*/
|
||||
@Test
|
||||
public void numberItemTest() {
|
||||
// TODO: test numberItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'integerItem'
|
||||
*/
|
||||
@Test
|
||||
public void integerItemTest() {
|
||||
// TODO: test integerItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'boolItem'
|
||||
*/
|
||||
@Test
|
||||
public void boolItemTest() {
|
||||
// TODO: test boolItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'arrayItem'
|
||||
*/
|
||||
@Test
|
||||
public void arrayItemTest() {
|
||||
// TODO: test arrayItem
|
||||
}
|
||||
|
||||
}
|
@ -0,0 +1,86 @@
|
||||
/*
|
||||
* OpenAPI 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
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
* https://openapi-generator.tech
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
|
||||
|
||||
package org.openapitools.client.model;
|
||||
|
||||
import com.google.gson.TypeAdapter;
|
||||
import com.google.gson.annotations.JsonAdapter;
|
||||
import com.google.gson.annotations.SerializedName;
|
||||
import com.google.gson.stream.JsonReader;
|
||||
import com.google.gson.stream.JsonWriter;
|
||||
import io.swagger.annotations.ApiModel;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import java.io.IOException;
|
||||
import java.math.BigDecimal;
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
import org.junit.Assert;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
|
||||
|
||||
/**
|
||||
* Model tests for TypeHolderDefault
|
||||
*/
|
||||
public class TypeHolderDefaultTest {
|
||||
private final TypeHolderDefault model = new TypeHolderDefault();
|
||||
|
||||
/**
|
||||
* Model tests for TypeHolderDefault
|
||||
*/
|
||||
@Test
|
||||
public void testTypeHolderDefault() {
|
||||
// TODO: test TypeHolderDefault
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'stringItem'
|
||||
*/
|
||||
@Test
|
||||
public void stringItemTest() {
|
||||
// TODO: test stringItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'numberItem'
|
||||
*/
|
||||
@Test
|
||||
public void numberItemTest() {
|
||||
// TODO: test numberItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'integerItem'
|
||||
*/
|
||||
@Test
|
||||
public void integerItemTest() {
|
||||
// TODO: test integerItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'boolItem'
|
||||
*/
|
||||
@Test
|
||||
public void boolItemTest() {
|
||||
// TODO: test boolItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'arrayItem'
|
||||
*/
|
||||
@Test
|
||||
public void arrayItemTest() {
|
||||
// TODO: test arrayItem
|
||||
}
|
||||
|
||||
}
|
@ -0,0 +1,86 @@
|
||||
/*
|
||||
* OpenAPI 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
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
* https://openapi-generator.tech
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
|
||||
|
||||
package org.openapitools.client.model;
|
||||
|
||||
import com.google.gson.TypeAdapter;
|
||||
import com.google.gson.annotations.JsonAdapter;
|
||||
import com.google.gson.annotations.SerializedName;
|
||||
import com.google.gson.stream.JsonReader;
|
||||
import com.google.gson.stream.JsonWriter;
|
||||
import io.swagger.annotations.ApiModel;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import java.io.IOException;
|
||||
import java.math.BigDecimal;
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
import org.junit.Assert;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
|
||||
|
||||
/**
|
||||
* Model tests for TypeHolderExample
|
||||
*/
|
||||
public class TypeHolderExampleTest {
|
||||
private final TypeHolderExample model = new TypeHolderExample();
|
||||
|
||||
/**
|
||||
* Model tests for TypeHolderExample
|
||||
*/
|
||||
@Test
|
||||
public void testTypeHolderExample() {
|
||||
// TODO: test TypeHolderExample
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'stringItem'
|
||||
*/
|
||||
@Test
|
||||
public void stringItemTest() {
|
||||
// TODO: test stringItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'numberItem'
|
||||
*/
|
||||
@Test
|
||||
public void numberItemTest() {
|
||||
// TODO: test numberItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'integerItem'
|
||||
*/
|
||||
@Test
|
||||
public void integerItemTest() {
|
||||
// TODO: test integerItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'boolItem'
|
||||
*/
|
||||
@Test
|
||||
public void boolItemTest() {
|
||||
// TODO: test boolItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'arrayItem'
|
||||
*/
|
||||
@Test
|
||||
public void arrayItemTest() {
|
||||
// TODO: test arrayItem
|
||||
}
|
||||
|
||||
}
|
@ -0,0 +1,83 @@
|
||||
/*
|
||||
* OpenAPI 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
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
* https://openapi-generator.tech
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
|
||||
|
||||
package org.openapitools.client.model;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
import com.fasterxml.jackson.annotation.JsonCreator;
|
||||
import com.fasterxml.jackson.annotation.JsonValue;
|
||||
import io.swagger.annotations.ApiModel;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import java.math.BigDecimal;
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
import org.junit.Assert;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
|
||||
|
||||
/**
|
||||
* Model tests for TypeHolderDefault
|
||||
*/
|
||||
public class TypeHolderDefaultTest {
|
||||
private final TypeHolderDefault model = new TypeHolderDefault();
|
||||
|
||||
/**
|
||||
* Model tests for TypeHolderDefault
|
||||
*/
|
||||
@Test
|
||||
public void testTypeHolderDefault() {
|
||||
// TODO: test TypeHolderDefault
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'stringItem'
|
||||
*/
|
||||
@Test
|
||||
public void stringItemTest() {
|
||||
// TODO: test stringItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'numberItem'
|
||||
*/
|
||||
@Test
|
||||
public void numberItemTest() {
|
||||
// TODO: test numberItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'integerItem'
|
||||
*/
|
||||
@Test
|
||||
public void integerItemTest() {
|
||||
// TODO: test integerItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'boolItem'
|
||||
*/
|
||||
@Test
|
||||
public void boolItemTest() {
|
||||
// TODO: test boolItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'arrayItem'
|
||||
*/
|
||||
@Test
|
||||
public void arrayItemTest() {
|
||||
// TODO: test arrayItem
|
||||
}
|
||||
|
||||
}
|
@ -0,0 +1,83 @@
|
||||
/*
|
||||
* OpenAPI 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
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
* https://openapi-generator.tech
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
|
||||
|
||||
package org.openapitools.client.model;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
import com.fasterxml.jackson.annotation.JsonCreator;
|
||||
import com.fasterxml.jackson.annotation.JsonValue;
|
||||
import io.swagger.annotations.ApiModel;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import java.math.BigDecimal;
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
import org.junit.Assert;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
|
||||
|
||||
/**
|
||||
* Model tests for TypeHolderExample
|
||||
*/
|
||||
public class TypeHolderExampleTest {
|
||||
private final TypeHolderExample model = new TypeHolderExample();
|
||||
|
||||
/**
|
||||
* Model tests for TypeHolderExample
|
||||
*/
|
||||
@Test
|
||||
public void testTypeHolderExample() {
|
||||
// TODO: test TypeHolderExample
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'stringItem'
|
||||
*/
|
||||
@Test
|
||||
public void stringItemTest() {
|
||||
// TODO: test stringItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'numberItem'
|
||||
*/
|
||||
@Test
|
||||
public void numberItemTest() {
|
||||
// TODO: test numberItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'integerItem'
|
||||
*/
|
||||
@Test
|
||||
public void integerItemTest() {
|
||||
// TODO: test integerItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'boolItem'
|
||||
*/
|
||||
@Test
|
||||
public void boolItemTest() {
|
||||
// TODO: test boolItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'arrayItem'
|
||||
*/
|
||||
@Test
|
||||
public void arrayItemTest() {
|
||||
// TODO: test arrayItem
|
||||
}
|
||||
|
||||
}
|
@ -0,0 +1,83 @@
|
||||
/*
|
||||
* OpenAPI 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
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
* https://openapi-generator.tech
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
|
||||
|
||||
package org.openapitools.client.model;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
import com.fasterxml.jackson.annotation.JsonCreator;
|
||||
import com.fasterxml.jackson.annotation.JsonValue;
|
||||
import io.swagger.annotations.ApiModel;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import java.math.BigDecimal;
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
import org.junit.Assert;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
|
||||
|
||||
/**
|
||||
* Model tests for TypeHolderDefault
|
||||
*/
|
||||
public class TypeHolderDefaultTest {
|
||||
private final TypeHolderDefault model = new TypeHolderDefault();
|
||||
|
||||
/**
|
||||
* Model tests for TypeHolderDefault
|
||||
*/
|
||||
@Test
|
||||
public void testTypeHolderDefault() {
|
||||
// TODO: test TypeHolderDefault
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'stringItem'
|
||||
*/
|
||||
@Test
|
||||
public void stringItemTest() {
|
||||
// TODO: test stringItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'numberItem'
|
||||
*/
|
||||
@Test
|
||||
public void numberItemTest() {
|
||||
// TODO: test numberItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'integerItem'
|
||||
*/
|
||||
@Test
|
||||
public void integerItemTest() {
|
||||
// TODO: test integerItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'boolItem'
|
||||
*/
|
||||
@Test
|
||||
public void boolItemTest() {
|
||||
// TODO: test boolItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'arrayItem'
|
||||
*/
|
||||
@Test
|
||||
public void arrayItemTest() {
|
||||
// TODO: test arrayItem
|
||||
}
|
||||
|
||||
}
|
@ -0,0 +1,83 @@
|
||||
/*
|
||||
* OpenAPI 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
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
* https://openapi-generator.tech
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
|
||||
|
||||
package org.openapitools.client.model;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
import com.fasterxml.jackson.annotation.JsonCreator;
|
||||
import com.fasterxml.jackson.annotation.JsonValue;
|
||||
import io.swagger.annotations.ApiModel;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import java.math.BigDecimal;
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
import org.junit.Assert;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
|
||||
|
||||
/**
|
||||
* Model tests for TypeHolderExample
|
||||
*/
|
||||
public class TypeHolderExampleTest {
|
||||
private final TypeHolderExample model = new TypeHolderExample();
|
||||
|
||||
/**
|
||||
* Model tests for TypeHolderExample
|
||||
*/
|
||||
@Test
|
||||
public void testTypeHolderExample() {
|
||||
// TODO: test TypeHolderExample
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'stringItem'
|
||||
*/
|
||||
@Test
|
||||
public void stringItemTest() {
|
||||
// TODO: test stringItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'numberItem'
|
||||
*/
|
||||
@Test
|
||||
public void numberItemTest() {
|
||||
// TODO: test numberItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'integerItem'
|
||||
*/
|
||||
@Test
|
||||
public void integerItemTest() {
|
||||
// TODO: test integerItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'boolItem'
|
||||
*/
|
||||
@Test
|
||||
public void boolItemTest() {
|
||||
// TODO: test boolItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'arrayItem'
|
||||
*/
|
||||
@Test
|
||||
public void arrayItemTest() {
|
||||
// TODO: test arrayItem
|
||||
}
|
||||
|
||||
}
|
@ -0,0 +1,83 @@
|
||||
/*
|
||||
* OpenAPI 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
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
* https://openapi-generator.tech
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
|
||||
|
||||
package org.openapitools.client.model;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
import com.fasterxml.jackson.annotation.JsonCreator;
|
||||
import com.fasterxml.jackson.annotation.JsonValue;
|
||||
import io.swagger.annotations.ApiModel;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import java.math.BigDecimal;
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
import org.junit.Assert;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
|
||||
|
||||
/**
|
||||
* Model tests for TypeHolderDefault
|
||||
*/
|
||||
public class TypeHolderDefaultTest {
|
||||
private final TypeHolderDefault model = new TypeHolderDefault();
|
||||
|
||||
/**
|
||||
* Model tests for TypeHolderDefault
|
||||
*/
|
||||
@Test
|
||||
public void testTypeHolderDefault() {
|
||||
// TODO: test TypeHolderDefault
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'stringItem'
|
||||
*/
|
||||
@Test
|
||||
public void stringItemTest() {
|
||||
// TODO: test stringItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'numberItem'
|
||||
*/
|
||||
@Test
|
||||
public void numberItemTest() {
|
||||
// TODO: test numberItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'integerItem'
|
||||
*/
|
||||
@Test
|
||||
public void integerItemTest() {
|
||||
// TODO: test integerItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'boolItem'
|
||||
*/
|
||||
@Test
|
||||
public void boolItemTest() {
|
||||
// TODO: test boolItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'arrayItem'
|
||||
*/
|
||||
@Test
|
||||
public void arrayItemTest() {
|
||||
// TODO: test arrayItem
|
||||
}
|
||||
|
||||
}
|
@ -0,0 +1,83 @@
|
||||
/*
|
||||
* OpenAPI 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
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
* https://openapi-generator.tech
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
|
||||
|
||||
package org.openapitools.client.model;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
import com.fasterxml.jackson.annotation.JsonCreator;
|
||||
import com.fasterxml.jackson.annotation.JsonValue;
|
||||
import io.swagger.annotations.ApiModel;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import java.math.BigDecimal;
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
import org.junit.Assert;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
|
||||
|
||||
/**
|
||||
* Model tests for TypeHolderExample
|
||||
*/
|
||||
public class TypeHolderExampleTest {
|
||||
private final TypeHolderExample model = new TypeHolderExample();
|
||||
|
||||
/**
|
||||
* Model tests for TypeHolderExample
|
||||
*/
|
||||
@Test
|
||||
public void testTypeHolderExample() {
|
||||
// TODO: test TypeHolderExample
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'stringItem'
|
||||
*/
|
||||
@Test
|
||||
public void stringItemTest() {
|
||||
// TODO: test stringItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'numberItem'
|
||||
*/
|
||||
@Test
|
||||
public void numberItemTest() {
|
||||
// TODO: test numberItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'integerItem'
|
||||
*/
|
||||
@Test
|
||||
public void integerItemTest() {
|
||||
// TODO: test integerItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'boolItem'
|
||||
*/
|
||||
@Test
|
||||
public void boolItemTest() {
|
||||
// TODO: test boolItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'arrayItem'
|
||||
*/
|
||||
@Test
|
||||
public void arrayItemTest() {
|
||||
// TODO: test arrayItem
|
||||
}
|
||||
|
||||
}
|
@ -0,0 +1,86 @@
|
||||
/*
|
||||
* OpenAPI 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
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
* https://openapi-generator.tech
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
|
||||
|
||||
package org.openapitools.client.model;
|
||||
|
||||
import com.google.gson.TypeAdapter;
|
||||
import com.google.gson.annotations.JsonAdapter;
|
||||
import com.google.gson.annotations.SerializedName;
|
||||
import com.google.gson.stream.JsonReader;
|
||||
import com.google.gson.stream.JsonWriter;
|
||||
import io.swagger.annotations.ApiModel;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import java.io.IOException;
|
||||
import java.math.BigDecimal;
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
import org.junit.Assert;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
|
||||
|
||||
/**
|
||||
* Model tests for TypeHolderDefault
|
||||
*/
|
||||
public class TypeHolderDefaultTest {
|
||||
private final TypeHolderDefault model = new TypeHolderDefault();
|
||||
|
||||
/**
|
||||
* Model tests for TypeHolderDefault
|
||||
*/
|
||||
@Test
|
||||
public void testTypeHolderDefault() {
|
||||
// TODO: test TypeHolderDefault
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'stringItem'
|
||||
*/
|
||||
@Test
|
||||
public void stringItemTest() {
|
||||
// TODO: test stringItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'numberItem'
|
||||
*/
|
||||
@Test
|
||||
public void numberItemTest() {
|
||||
// TODO: test numberItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'integerItem'
|
||||
*/
|
||||
@Test
|
||||
public void integerItemTest() {
|
||||
// TODO: test integerItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'boolItem'
|
||||
*/
|
||||
@Test
|
||||
public void boolItemTest() {
|
||||
// TODO: test boolItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'arrayItem'
|
||||
*/
|
||||
@Test
|
||||
public void arrayItemTest() {
|
||||
// TODO: test arrayItem
|
||||
}
|
||||
|
||||
}
|
@ -0,0 +1,86 @@
|
||||
/*
|
||||
* OpenAPI 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
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
* https://openapi-generator.tech
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
|
||||
|
||||
package org.openapitools.client.model;
|
||||
|
||||
import com.google.gson.TypeAdapter;
|
||||
import com.google.gson.annotations.JsonAdapter;
|
||||
import com.google.gson.annotations.SerializedName;
|
||||
import com.google.gson.stream.JsonReader;
|
||||
import com.google.gson.stream.JsonWriter;
|
||||
import io.swagger.annotations.ApiModel;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import java.io.IOException;
|
||||
import java.math.BigDecimal;
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
import org.junit.Assert;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
|
||||
|
||||
/**
|
||||
* Model tests for TypeHolderExample
|
||||
*/
|
||||
public class TypeHolderExampleTest {
|
||||
private final TypeHolderExample model = new TypeHolderExample();
|
||||
|
||||
/**
|
||||
* Model tests for TypeHolderExample
|
||||
*/
|
||||
@Test
|
||||
public void testTypeHolderExample() {
|
||||
// TODO: test TypeHolderExample
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'stringItem'
|
||||
*/
|
||||
@Test
|
||||
public void stringItemTest() {
|
||||
// TODO: test stringItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'numberItem'
|
||||
*/
|
||||
@Test
|
||||
public void numberItemTest() {
|
||||
// TODO: test numberItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'integerItem'
|
||||
*/
|
||||
@Test
|
||||
public void integerItemTest() {
|
||||
// TODO: test integerItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'boolItem'
|
||||
*/
|
||||
@Test
|
||||
public void boolItemTest() {
|
||||
// TODO: test boolItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'arrayItem'
|
||||
*/
|
||||
@Test
|
||||
public void arrayItemTest() {
|
||||
// TODO: test arrayItem
|
||||
}
|
||||
|
||||
}
|
@ -0,0 +1,83 @@
|
||||
/*
|
||||
* OpenAPI 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
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
* https://openapi-generator.tech
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
|
||||
|
||||
package org.openapitools.client.model;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
import com.fasterxml.jackson.annotation.JsonCreator;
|
||||
import com.fasterxml.jackson.annotation.JsonValue;
|
||||
import io.swagger.annotations.ApiModel;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import java.math.BigDecimal;
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
import org.junit.Assert;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
|
||||
|
||||
/**
|
||||
* Model tests for TypeHolderDefault
|
||||
*/
|
||||
public class TypeHolderDefaultTest {
|
||||
private final TypeHolderDefault model = new TypeHolderDefault();
|
||||
|
||||
/**
|
||||
* Model tests for TypeHolderDefault
|
||||
*/
|
||||
@Test
|
||||
public void testTypeHolderDefault() {
|
||||
// TODO: test TypeHolderDefault
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'stringItem'
|
||||
*/
|
||||
@Test
|
||||
public void stringItemTest() {
|
||||
// TODO: test stringItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'numberItem'
|
||||
*/
|
||||
@Test
|
||||
public void numberItemTest() {
|
||||
// TODO: test numberItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'integerItem'
|
||||
*/
|
||||
@Test
|
||||
public void integerItemTest() {
|
||||
// TODO: test integerItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'boolItem'
|
||||
*/
|
||||
@Test
|
||||
public void boolItemTest() {
|
||||
// TODO: test boolItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'arrayItem'
|
||||
*/
|
||||
@Test
|
||||
public void arrayItemTest() {
|
||||
// TODO: test arrayItem
|
||||
}
|
||||
|
||||
}
|
@ -0,0 +1,83 @@
|
||||
/*
|
||||
* OpenAPI 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
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
* https://openapi-generator.tech
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
|
||||
|
||||
package org.openapitools.client.model;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
import com.fasterxml.jackson.annotation.JsonCreator;
|
||||
import com.fasterxml.jackson.annotation.JsonValue;
|
||||
import io.swagger.annotations.ApiModel;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import java.math.BigDecimal;
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
import org.junit.Assert;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
|
||||
|
||||
/**
|
||||
* Model tests for TypeHolderExample
|
||||
*/
|
||||
public class TypeHolderExampleTest {
|
||||
private final TypeHolderExample model = new TypeHolderExample();
|
||||
|
||||
/**
|
||||
* Model tests for TypeHolderExample
|
||||
*/
|
||||
@Test
|
||||
public void testTypeHolderExample() {
|
||||
// TODO: test TypeHolderExample
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'stringItem'
|
||||
*/
|
||||
@Test
|
||||
public void stringItemTest() {
|
||||
// TODO: test stringItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'numberItem'
|
||||
*/
|
||||
@Test
|
||||
public void numberItemTest() {
|
||||
// TODO: test numberItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'integerItem'
|
||||
*/
|
||||
@Test
|
||||
public void integerItemTest() {
|
||||
// TODO: test integerItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'boolItem'
|
||||
*/
|
||||
@Test
|
||||
public void boolItemTest() {
|
||||
// TODO: test boolItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'arrayItem'
|
||||
*/
|
||||
@Test
|
||||
public void arrayItemTest() {
|
||||
// TODO: test arrayItem
|
||||
}
|
||||
|
||||
}
|
@ -0,0 +1,83 @@
|
||||
/*
|
||||
* OpenAPI 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
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
* https://openapi-generator.tech
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
|
||||
|
||||
package org.openapitools.client.model;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
import com.fasterxml.jackson.annotation.JsonCreator;
|
||||
import com.fasterxml.jackson.annotation.JsonValue;
|
||||
import io.swagger.annotations.ApiModel;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import java.math.BigDecimal;
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
import org.junit.Assert;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
|
||||
|
||||
/**
|
||||
* Model tests for TypeHolderDefault
|
||||
*/
|
||||
public class TypeHolderDefaultTest {
|
||||
private final TypeHolderDefault model = new TypeHolderDefault();
|
||||
|
||||
/**
|
||||
* Model tests for TypeHolderDefault
|
||||
*/
|
||||
@Test
|
||||
public void testTypeHolderDefault() {
|
||||
// TODO: test TypeHolderDefault
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'stringItem'
|
||||
*/
|
||||
@Test
|
||||
public void stringItemTest() {
|
||||
// TODO: test stringItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'numberItem'
|
||||
*/
|
||||
@Test
|
||||
public void numberItemTest() {
|
||||
// TODO: test numberItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'integerItem'
|
||||
*/
|
||||
@Test
|
||||
public void integerItemTest() {
|
||||
// TODO: test integerItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'boolItem'
|
||||
*/
|
||||
@Test
|
||||
public void boolItemTest() {
|
||||
// TODO: test boolItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'arrayItem'
|
||||
*/
|
||||
@Test
|
||||
public void arrayItemTest() {
|
||||
// TODO: test arrayItem
|
||||
}
|
||||
|
||||
}
|
@ -0,0 +1,83 @@
|
||||
/*
|
||||
* OpenAPI 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
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
* https://openapi-generator.tech
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
|
||||
|
||||
package org.openapitools.client.model;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
import com.fasterxml.jackson.annotation.JsonCreator;
|
||||
import com.fasterxml.jackson.annotation.JsonValue;
|
||||
import io.swagger.annotations.ApiModel;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import java.math.BigDecimal;
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
import org.junit.Assert;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
|
||||
|
||||
/**
|
||||
* Model tests for TypeHolderExample
|
||||
*/
|
||||
public class TypeHolderExampleTest {
|
||||
private final TypeHolderExample model = new TypeHolderExample();
|
||||
|
||||
/**
|
||||
* Model tests for TypeHolderExample
|
||||
*/
|
||||
@Test
|
||||
public void testTypeHolderExample() {
|
||||
// TODO: test TypeHolderExample
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'stringItem'
|
||||
*/
|
||||
@Test
|
||||
public void stringItemTest() {
|
||||
// TODO: test stringItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'numberItem'
|
||||
*/
|
||||
@Test
|
||||
public void numberItemTest() {
|
||||
// TODO: test numberItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'integerItem'
|
||||
*/
|
||||
@Test
|
||||
public void integerItemTest() {
|
||||
// TODO: test integerItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'boolItem'
|
||||
*/
|
||||
@Test
|
||||
public void boolItemTest() {
|
||||
// TODO: test boolItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'arrayItem'
|
||||
*/
|
||||
@Test
|
||||
public void arrayItemTest() {
|
||||
// TODO: test arrayItem
|
||||
}
|
||||
|
||||
}
|
@ -0,0 +1,83 @@
|
||||
/*
|
||||
* OpenAPI 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
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
* https://openapi-generator.tech
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
|
||||
|
||||
package org.openapitools.client.model;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
import com.fasterxml.jackson.annotation.JsonCreator;
|
||||
import com.fasterxml.jackson.annotation.JsonValue;
|
||||
import io.swagger.annotations.ApiModel;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import java.math.BigDecimal;
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
import org.junit.Assert;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
|
||||
|
||||
/**
|
||||
* Model tests for TypeHolderDefault
|
||||
*/
|
||||
public class TypeHolderDefaultTest {
|
||||
private final TypeHolderDefault model = new TypeHolderDefault();
|
||||
|
||||
/**
|
||||
* Model tests for TypeHolderDefault
|
||||
*/
|
||||
@Test
|
||||
public void testTypeHolderDefault() {
|
||||
// TODO: test TypeHolderDefault
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'stringItem'
|
||||
*/
|
||||
@Test
|
||||
public void stringItemTest() {
|
||||
// TODO: test stringItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'numberItem'
|
||||
*/
|
||||
@Test
|
||||
public void numberItemTest() {
|
||||
// TODO: test numberItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'integerItem'
|
||||
*/
|
||||
@Test
|
||||
public void integerItemTest() {
|
||||
// TODO: test integerItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'boolItem'
|
||||
*/
|
||||
@Test
|
||||
public void boolItemTest() {
|
||||
// TODO: test boolItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'arrayItem'
|
||||
*/
|
||||
@Test
|
||||
public void arrayItemTest() {
|
||||
// TODO: test arrayItem
|
||||
}
|
||||
|
||||
}
|
@ -0,0 +1,83 @@
|
||||
/*
|
||||
* OpenAPI 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
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
* https://openapi-generator.tech
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
|
||||
|
||||
package org.openapitools.client.model;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
import com.fasterxml.jackson.annotation.JsonCreator;
|
||||
import com.fasterxml.jackson.annotation.JsonValue;
|
||||
import io.swagger.annotations.ApiModel;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import java.math.BigDecimal;
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
import org.junit.Assert;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
|
||||
|
||||
/**
|
||||
* Model tests for TypeHolderExample
|
||||
*/
|
||||
public class TypeHolderExampleTest {
|
||||
private final TypeHolderExample model = new TypeHolderExample();
|
||||
|
||||
/**
|
||||
* Model tests for TypeHolderExample
|
||||
*/
|
||||
@Test
|
||||
public void testTypeHolderExample() {
|
||||
// TODO: test TypeHolderExample
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'stringItem'
|
||||
*/
|
||||
@Test
|
||||
public void stringItemTest() {
|
||||
// TODO: test stringItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'numberItem'
|
||||
*/
|
||||
@Test
|
||||
public void numberItemTest() {
|
||||
// TODO: test numberItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'integerItem'
|
||||
*/
|
||||
@Test
|
||||
public void integerItemTest() {
|
||||
// TODO: test integerItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'boolItem'
|
||||
*/
|
||||
@Test
|
||||
public void boolItemTest() {
|
||||
// TODO: test boolItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'arrayItem'
|
||||
*/
|
||||
@Test
|
||||
public void arrayItemTest() {
|
||||
// TODO: test arrayItem
|
||||
}
|
||||
|
||||
}
|
@ -0,0 +1,86 @@
|
||||
/*
|
||||
* OpenAPI 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
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
* https://openapi-generator.tech
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
|
||||
|
||||
package org.openapitools.client.model;
|
||||
|
||||
import com.google.gson.TypeAdapter;
|
||||
import com.google.gson.annotations.JsonAdapter;
|
||||
import com.google.gson.annotations.SerializedName;
|
||||
import com.google.gson.stream.JsonReader;
|
||||
import com.google.gson.stream.JsonWriter;
|
||||
import io.swagger.annotations.ApiModel;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import java.io.IOException;
|
||||
import java.math.BigDecimal;
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
import org.junit.Assert;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
|
||||
|
||||
/**
|
||||
* Model tests for TypeHolderDefault
|
||||
*/
|
||||
public class TypeHolderDefaultTest {
|
||||
private final TypeHolderDefault model = new TypeHolderDefault();
|
||||
|
||||
/**
|
||||
* Model tests for TypeHolderDefault
|
||||
*/
|
||||
@Test
|
||||
public void testTypeHolderDefault() {
|
||||
// TODO: test TypeHolderDefault
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'stringItem'
|
||||
*/
|
||||
@Test
|
||||
public void stringItemTest() {
|
||||
// TODO: test stringItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'numberItem'
|
||||
*/
|
||||
@Test
|
||||
public void numberItemTest() {
|
||||
// TODO: test numberItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'integerItem'
|
||||
*/
|
||||
@Test
|
||||
public void integerItemTest() {
|
||||
// TODO: test integerItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'boolItem'
|
||||
*/
|
||||
@Test
|
||||
public void boolItemTest() {
|
||||
// TODO: test boolItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'arrayItem'
|
||||
*/
|
||||
@Test
|
||||
public void arrayItemTest() {
|
||||
// TODO: test arrayItem
|
||||
}
|
||||
|
||||
}
|
@ -0,0 +1,86 @@
|
||||
/*
|
||||
* OpenAPI 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
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
* https://openapi-generator.tech
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
|
||||
|
||||
package org.openapitools.client.model;
|
||||
|
||||
import com.google.gson.TypeAdapter;
|
||||
import com.google.gson.annotations.JsonAdapter;
|
||||
import com.google.gson.annotations.SerializedName;
|
||||
import com.google.gson.stream.JsonReader;
|
||||
import com.google.gson.stream.JsonWriter;
|
||||
import io.swagger.annotations.ApiModel;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import java.io.IOException;
|
||||
import java.math.BigDecimal;
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
import org.junit.Assert;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
|
||||
|
||||
/**
|
||||
* Model tests for TypeHolderExample
|
||||
*/
|
||||
public class TypeHolderExampleTest {
|
||||
private final TypeHolderExample model = new TypeHolderExample();
|
||||
|
||||
/**
|
||||
* Model tests for TypeHolderExample
|
||||
*/
|
||||
@Test
|
||||
public void testTypeHolderExample() {
|
||||
// TODO: test TypeHolderExample
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'stringItem'
|
||||
*/
|
||||
@Test
|
||||
public void stringItemTest() {
|
||||
// TODO: test stringItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'numberItem'
|
||||
*/
|
||||
@Test
|
||||
public void numberItemTest() {
|
||||
// TODO: test numberItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'integerItem'
|
||||
*/
|
||||
@Test
|
||||
public void integerItemTest() {
|
||||
// TODO: test integerItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'boolItem'
|
||||
*/
|
||||
@Test
|
||||
public void boolItemTest() {
|
||||
// TODO: test boolItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'arrayItem'
|
||||
*/
|
||||
@Test
|
||||
public void arrayItemTest() {
|
||||
// TODO: test arrayItem
|
||||
}
|
||||
|
||||
}
|
@ -0,0 +1,86 @@
|
||||
/*
|
||||
* OpenAPI 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
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
* https://openapi-generator.tech
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
|
||||
|
||||
package org.openapitools.client.model;
|
||||
|
||||
import com.google.gson.TypeAdapter;
|
||||
import com.google.gson.annotations.JsonAdapter;
|
||||
import com.google.gson.annotations.SerializedName;
|
||||
import com.google.gson.stream.JsonReader;
|
||||
import com.google.gson.stream.JsonWriter;
|
||||
import io.swagger.annotations.ApiModel;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import java.io.IOException;
|
||||
import java.math.BigDecimal;
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
import org.junit.Assert;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
|
||||
|
||||
/**
|
||||
* Model tests for TypeHolderDefault
|
||||
*/
|
||||
public class TypeHolderDefaultTest {
|
||||
private final TypeHolderDefault model = new TypeHolderDefault();
|
||||
|
||||
/**
|
||||
* Model tests for TypeHolderDefault
|
||||
*/
|
||||
@Test
|
||||
public void testTypeHolderDefault() {
|
||||
// TODO: test TypeHolderDefault
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'stringItem'
|
||||
*/
|
||||
@Test
|
||||
public void stringItemTest() {
|
||||
// TODO: test stringItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'numberItem'
|
||||
*/
|
||||
@Test
|
||||
public void numberItemTest() {
|
||||
// TODO: test numberItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'integerItem'
|
||||
*/
|
||||
@Test
|
||||
public void integerItemTest() {
|
||||
// TODO: test integerItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'boolItem'
|
||||
*/
|
||||
@Test
|
||||
public void boolItemTest() {
|
||||
// TODO: test boolItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'arrayItem'
|
||||
*/
|
||||
@Test
|
||||
public void arrayItemTest() {
|
||||
// TODO: test arrayItem
|
||||
}
|
||||
|
||||
}
|
@ -0,0 +1,86 @@
|
||||
/*
|
||||
* OpenAPI 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
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
* https://openapi-generator.tech
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
|
||||
|
||||
package org.openapitools.client.model;
|
||||
|
||||
import com.google.gson.TypeAdapter;
|
||||
import com.google.gson.annotations.JsonAdapter;
|
||||
import com.google.gson.annotations.SerializedName;
|
||||
import com.google.gson.stream.JsonReader;
|
||||
import com.google.gson.stream.JsonWriter;
|
||||
import io.swagger.annotations.ApiModel;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import java.io.IOException;
|
||||
import java.math.BigDecimal;
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
import org.junit.Assert;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
|
||||
|
||||
/**
|
||||
* Model tests for TypeHolderExample
|
||||
*/
|
||||
public class TypeHolderExampleTest {
|
||||
private final TypeHolderExample model = new TypeHolderExample();
|
||||
|
||||
/**
|
||||
* Model tests for TypeHolderExample
|
||||
*/
|
||||
@Test
|
||||
public void testTypeHolderExample() {
|
||||
// TODO: test TypeHolderExample
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'stringItem'
|
||||
*/
|
||||
@Test
|
||||
public void stringItemTest() {
|
||||
// TODO: test stringItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'numberItem'
|
||||
*/
|
||||
@Test
|
||||
public void numberItemTest() {
|
||||
// TODO: test numberItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'integerItem'
|
||||
*/
|
||||
@Test
|
||||
public void integerItemTest() {
|
||||
// TODO: test integerItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'boolItem'
|
||||
*/
|
||||
@Test
|
||||
public void boolItemTest() {
|
||||
// TODO: test boolItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'arrayItem'
|
||||
*/
|
||||
@Test
|
||||
public void arrayItemTest() {
|
||||
// TODO: test arrayItem
|
||||
}
|
||||
|
||||
}
|
@ -0,0 +1,86 @@
|
||||
/*
|
||||
* OpenAPI 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
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
* https://openapi-generator.tech
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
|
||||
|
||||
package org.openapitools.client.model;
|
||||
|
||||
import com.google.gson.TypeAdapter;
|
||||
import com.google.gson.annotations.JsonAdapter;
|
||||
import com.google.gson.annotations.SerializedName;
|
||||
import com.google.gson.stream.JsonReader;
|
||||
import com.google.gson.stream.JsonWriter;
|
||||
import io.swagger.annotations.ApiModel;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import java.io.IOException;
|
||||
import java.math.BigDecimal;
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
import org.junit.Assert;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
|
||||
|
||||
/**
|
||||
* Model tests for TypeHolderDefault
|
||||
*/
|
||||
public class TypeHolderDefaultTest {
|
||||
private final TypeHolderDefault model = new TypeHolderDefault();
|
||||
|
||||
/**
|
||||
* Model tests for TypeHolderDefault
|
||||
*/
|
||||
@Test
|
||||
public void testTypeHolderDefault() {
|
||||
// TODO: test TypeHolderDefault
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'stringItem'
|
||||
*/
|
||||
@Test
|
||||
public void stringItemTest() {
|
||||
// TODO: test stringItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'numberItem'
|
||||
*/
|
||||
@Test
|
||||
public void numberItemTest() {
|
||||
// TODO: test numberItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'integerItem'
|
||||
*/
|
||||
@Test
|
||||
public void integerItemTest() {
|
||||
// TODO: test integerItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'boolItem'
|
||||
*/
|
||||
@Test
|
||||
public void boolItemTest() {
|
||||
// TODO: test boolItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'arrayItem'
|
||||
*/
|
||||
@Test
|
||||
public void arrayItemTest() {
|
||||
// TODO: test arrayItem
|
||||
}
|
||||
|
||||
}
|
@ -0,0 +1,86 @@
|
||||
/*
|
||||
* OpenAPI 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
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
* https://openapi-generator.tech
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
|
||||
|
||||
package org.openapitools.client.model;
|
||||
|
||||
import com.google.gson.TypeAdapter;
|
||||
import com.google.gson.annotations.JsonAdapter;
|
||||
import com.google.gson.annotations.SerializedName;
|
||||
import com.google.gson.stream.JsonReader;
|
||||
import com.google.gson.stream.JsonWriter;
|
||||
import io.swagger.annotations.ApiModel;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import java.io.IOException;
|
||||
import java.math.BigDecimal;
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
import org.junit.Assert;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
|
||||
|
||||
/**
|
||||
* Model tests for TypeHolderExample
|
||||
*/
|
||||
public class TypeHolderExampleTest {
|
||||
private final TypeHolderExample model = new TypeHolderExample();
|
||||
|
||||
/**
|
||||
* Model tests for TypeHolderExample
|
||||
*/
|
||||
@Test
|
||||
public void testTypeHolderExample() {
|
||||
// TODO: test TypeHolderExample
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'stringItem'
|
||||
*/
|
||||
@Test
|
||||
public void stringItemTest() {
|
||||
// TODO: test stringItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'numberItem'
|
||||
*/
|
||||
@Test
|
||||
public void numberItemTest() {
|
||||
// TODO: test numberItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'integerItem'
|
||||
*/
|
||||
@Test
|
||||
public void integerItemTest() {
|
||||
// TODO: test integerItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'boolItem'
|
||||
*/
|
||||
@Test
|
||||
public void boolItemTest() {
|
||||
// TODO: test boolItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'arrayItem'
|
||||
*/
|
||||
@Test
|
||||
public void arrayItemTest() {
|
||||
// TODO: test arrayItem
|
||||
}
|
||||
|
||||
}
|
@ -0,0 +1,83 @@
|
||||
/*
|
||||
* OpenAPI 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
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
* https://openapi-generator.tech
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
|
||||
|
||||
package org.openapitools.client.model;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
import com.fasterxml.jackson.annotation.JsonCreator;
|
||||
import com.fasterxml.jackson.annotation.JsonValue;
|
||||
import io.swagger.annotations.ApiModel;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import java.math.BigDecimal;
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
import org.junit.Assert;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
|
||||
|
||||
/**
|
||||
* Model tests for TypeHolderDefault
|
||||
*/
|
||||
public class TypeHolderDefaultTest {
|
||||
private final TypeHolderDefault model = new TypeHolderDefault();
|
||||
|
||||
/**
|
||||
* Model tests for TypeHolderDefault
|
||||
*/
|
||||
@Test
|
||||
public void testTypeHolderDefault() {
|
||||
// TODO: test TypeHolderDefault
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'stringItem'
|
||||
*/
|
||||
@Test
|
||||
public void stringItemTest() {
|
||||
// TODO: test stringItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'numberItem'
|
||||
*/
|
||||
@Test
|
||||
public void numberItemTest() {
|
||||
// TODO: test numberItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'integerItem'
|
||||
*/
|
||||
@Test
|
||||
public void integerItemTest() {
|
||||
// TODO: test integerItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'boolItem'
|
||||
*/
|
||||
@Test
|
||||
public void boolItemTest() {
|
||||
// TODO: test boolItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'arrayItem'
|
||||
*/
|
||||
@Test
|
||||
public void arrayItemTest() {
|
||||
// TODO: test arrayItem
|
||||
}
|
||||
|
||||
}
|
@ -0,0 +1,83 @@
|
||||
/*
|
||||
* OpenAPI 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
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
* https://openapi-generator.tech
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
|
||||
|
||||
package org.openapitools.client.model;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
import com.fasterxml.jackson.annotation.JsonCreator;
|
||||
import com.fasterxml.jackson.annotation.JsonValue;
|
||||
import io.swagger.annotations.ApiModel;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import java.math.BigDecimal;
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
import org.junit.Assert;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
|
||||
|
||||
/**
|
||||
* Model tests for TypeHolderExample
|
||||
*/
|
||||
public class TypeHolderExampleTest {
|
||||
private final TypeHolderExample model = new TypeHolderExample();
|
||||
|
||||
/**
|
||||
* Model tests for TypeHolderExample
|
||||
*/
|
||||
@Test
|
||||
public void testTypeHolderExample() {
|
||||
// TODO: test TypeHolderExample
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'stringItem'
|
||||
*/
|
||||
@Test
|
||||
public void stringItemTest() {
|
||||
// TODO: test stringItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'numberItem'
|
||||
*/
|
||||
@Test
|
||||
public void numberItemTest() {
|
||||
// TODO: test numberItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'integerItem'
|
||||
*/
|
||||
@Test
|
||||
public void integerItemTest() {
|
||||
// TODO: test integerItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'boolItem'
|
||||
*/
|
||||
@Test
|
||||
public void boolItemTest() {
|
||||
// TODO: test boolItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'arrayItem'
|
||||
*/
|
||||
@Test
|
||||
public void arrayItemTest() {
|
||||
// TODO: test arrayItem
|
||||
}
|
||||
|
||||
}
|
@ -0,0 +1,83 @@
|
||||
/*
|
||||
* OpenAPI 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
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
* https://openapi-generator.tech
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
|
||||
|
||||
package org.openapitools.client.model;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
import com.fasterxml.jackson.annotation.JsonCreator;
|
||||
import com.fasterxml.jackson.annotation.JsonValue;
|
||||
import io.swagger.annotations.ApiModel;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import java.math.BigDecimal;
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
import org.junit.Assert;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
|
||||
|
||||
/**
|
||||
* Model tests for TypeHolderDefault
|
||||
*/
|
||||
public class TypeHolderDefaultTest {
|
||||
private final TypeHolderDefault model = new TypeHolderDefault();
|
||||
|
||||
/**
|
||||
* Model tests for TypeHolderDefault
|
||||
*/
|
||||
@Test
|
||||
public void testTypeHolderDefault() {
|
||||
// TODO: test TypeHolderDefault
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'stringItem'
|
||||
*/
|
||||
@Test
|
||||
public void stringItemTest() {
|
||||
// TODO: test stringItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'numberItem'
|
||||
*/
|
||||
@Test
|
||||
public void numberItemTest() {
|
||||
// TODO: test numberItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'integerItem'
|
||||
*/
|
||||
@Test
|
||||
public void integerItemTest() {
|
||||
// TODO: test integerItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'boolItem'
|
||||
*/
|
||||
@Test
|
||||
public void boolItemTest() {
|
||||
// TODO: test boolItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'arrayItem'
|
||||
*/
|
||||
@Test
|
||||
public void arrayItemTest() {
|
||||
// TODO: test arrayItem
|
||||
}
|
||||
|
||||
}
|
@ -0,0 +1,83 @@
|
||||
/*
|
||||
* OpenAPI 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
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
* https://openapi-generator.tech
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
|
||||
|
||||
package org.openapitools.client.model;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
import com.fasterxml.jackson.annotation.JsonCreator;
|
||||
import com.fasterxml.jackson.annotation.JsonValue;
|
||||
import io.swagger.annotations.ApiModel;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import java.math.BigDecimal;
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
import org.junit.Assert;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
|
||||
|
||||
/**
|
||||
* Model tests for TypeHolderExample
|
||||
*/
|
||||
public class TypeHolderExampleTest {
|
||||
private final TypeHolderExample model = new TypeHolderExample();
|
||||
|
||||
/**
|
||||
* Model tests for TypeHolderExample
|
||||
*/
|
||||
@Test
|
||||
public void testTypeHolderExample() {
|
||||
// TODO: test TypeHolderExample
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'stringItem'
|
||||
*/
|
||||
@Test
|
||||
public void stringItemTest() {
|
||||
// TODO: test stringItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'numberItem'
|
||||
*/
|
||||
@Test
|
||||
public void numberItemTest() {
|
||||
// TODO: test numberItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'integerItem'
|
||||
*/
|
||||
@Test
|
||||
public void integerItemTest() {
|
||||
// TODO: test integerItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'boolItem'
|
||||
*/
|
||||
@Test
|
||||
public void boolItemTest() {
|
||||
// TODO: test boolItem
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'arrayItem'
|
||||
*/
|
||||
@Test
|
||||
public void arrayItemTest() {
|
||||
// TODO: test arrayItem
|
||||
}
|
||||
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user