The difference is that it could be built into the framework itself and easier to use.
Right now I'm kind of lost - if I create a verticle and want to test then I have to create Vertx instance and do a lot of additional work to setup tests.
When using Mockito for mocking in some cases I had troubles to create mocks since it couldn't mock some classes at all due to them being final or something like that (don't have that exception at hand right now). If I remember correctly I tried to mock RoutingContext.
It feels like I would like to have a parallel implementation of Vertx interface which would be easy to configure.
But maybe it's too much to ask or goes against how you see it should be done.
Not saying that this idea is better, but I would to see how others do tests.
Thanks,
Igor