vertx-guide-for-java-devs
vertx-guide-for-java-devs copied to clipboard
Mock createProxy
Can we have sample that mock createProxy instead of using hsqldb?
Why would you like to do so? Where? For testing?
@jponge sorry for not being clear.
I would like emulate various scenario for HttpServerVerticle which is depend on WikiDatabaseService. Yes this is for testing purpose. For example I would like to mock rxSavePage so it throw an exception and see how the apiUpdatePage react.