vertx-guide-for-java-devs icon indicating copy to clipboard operation
vertx-guide-for-java-devs copied to clipboard

Mock createProxy

Open ucin opened this issue 7 years ago • 2 comments

Can we have sample that mock createProxy instead of using hsqldb?

ucin avatar Apr 22 '18 14:04 ucin

Why would you like to do so? Where? For testing?

jponge avatar Apr 23 '18 21:04 jponge

@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.

ucin avatar Apr 24 '18 03:04 ucin