Testing Vert.x code
Tip | The corresponding source code is in the step-4 folder of the guide repository. |
Up to this point we have been developing the wiki implementation without testing. This is of course not a good practice, so let us see how to write tests for Vert.x code.