phiz71 / vertx-swagger

Swagger integration in Eclipse Vert.X world. A dynamic Vert.X router, configured with a swagger file and a swagger-codegen plugin to generate a server stub.
Apache License 2.0
86 stars 35 forks source link

Make SwaggerRouter non static #97

Closed dhoffer closed 2 years ago

dhoffer commented 6 years ago

We would like to be able to unit test our code using mocks, using static methods prevents mocks. It would be good if SwaggerRouter were changed to be a non-static class.