mirror of
https://github.com/jlengrand/openapi-generator.git
synced 2026-05-18 00:21:20 +00:00
Add unit tests for Configuration and ApiClient
This commit is contained in:
@@ -75,6 +75,10 @@ public class ApiClient {
|
||||
return this;
|
||||
}
|
||||
|
||||
public boolean isDebug() {
|
||||
return isDebug;
|
||||
}
|
||||
|
||||
public ApiClient enableDebug() {
|
||||
isDebug = true;
|
||||
return this;
|
||||
|
||||
Reference in New Issue
Block a user