mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-05 02:16:12 +00:00
[Java][WebClient] allow sync requests (#11780)
This commit is contained in:
0
samples/client/petstore/java/webclient-nulable-arrays/gradlew
vendored
Executable file → Normal file
0
samples/client/petstore/java/webclient-nulable-arrays/gradlew
vendored
Executable file → Normal file
@@ -20,6 +20,8 @@ import com.fasterxml.jackson.annotation.JsonTypeName;
|
||||
import com.fasterxml.jackson.annotation.JsonValue;
|
||||
import io.swagger.annotations.ApiModel;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import java.math.BigDecimal;
|
||||
import org.openapitools.jackson.nullable.JsonNullable;
|
||||
import com.fasterxml.jackson.annotation.JsonIgnore;
|
||||
import org.openapitools.jackson.nullable.JsonNullable;
|
||||
import java.util.NoSuchElementException;
|
||||
@@ -58,4 +60,28 @@ public class ByteArrayObjectTest {
|
||||
// TODO: test normalArray
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'nullableString'
|
||||
*/
|
||||
@Test
|
||||
public void nullableStringTest() {
|
||||
// TODO: test nullableString
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'stringField'
|
||||
*/
|
||||
@Test
|
||||
public void stringFieldTest() {
|
||||
// TODO: test stringField
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the property 'intField'
|
||||
*/
|
||||
@Test
|
||||
public void intFieldTest() {
|
||||
// TODO: test intField
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user