vert-x / testtools

Vert.x 2.x is deprecated - use instead
http://vertx.io/docs/vertx-unit/java/
Other
10 stars 10 forks source link

TestVerticle doesn't allow you to deploy Groovy Verticles #16

Open bytor99999 opened 11 years ago

bytor99999 commented 11 years ago

If you have a Groovy Verticle as a Groovy class and try to deploy it within a TestVerticle class, it will throw a ClassCastException trying to cast it to the Java version of Verticle.

purplefox commented 11 years ago

Can you provide an example with steps to reproduce?