... | @@ -73,3 +73,5 @@ additionalProperties: |
... | @@ -73,3 +73,5 @@ additionalProperties: |
|
```
|
|
```
|
|
|
|
|
|
To facilitate testing, usually we create a helper to parse the response from the echo server, e.g. https://github.com/OpenAPITools/openapi-generator/blob/master/samples/client/echo_api/java/native/src/test/java/org/openapitools/client/EchoServerResponseParser.java
|
|
To facilitate testing, usually we create a helper to parse the response from the echo server, e.g. https://github.com/OpenAPITools/openapi-generator/blob/master/samples/client/echo_api/java/native/src/test/java/org/openapitools/client/EchoServerResponseParser.java
|
|
|
|
|
|
|
|
Here is an example PR to add tests for Java (okhttp-gson) client: https://github.com/OpenAPITools/openapi-generator/pull/14442 |
|
|
|
\ No newline at end of file |