fabric8io / vertx-maven-plugin

Vert.x Maven Plugin - moved to https://github.com/reactiverse/vertx-maven-plugin
https://github.com/reactiverse/vertx-maven-plugin
Apache License 2.0
25 stars 5 forks source link

Improve testing strategies to start/stop scenarios #46

Closed cescoffier closed 7 years ago

cescoffier commented 7 years ago

The maven invoker strategy used right now does not let us check whether or not the application has been correctly started (with all the parameters and settings). We have to find another strategy, probably the Verifier strategy (https://blog.akquinet.de/2011/02/21/testing-maven-plugins-with-the-verifier-approach/)

cescoffier commented 7 years ago

HAs been provided in #48