open class VertxUnitRunner : BlockJUnit4ClassRunner
A JUnit runner for writing asynchronous tests. Note : a runner is needed because when a rule statement is evaluated, it will run the before/test/after method and then test method is executed even if there are pending Async objects in the before method. The runner gives this necessary fine grained control.
Author
Julien Viet
VertxUnitRunner(klass: Class<*>) |
open class VertxUnitRunnerWithParameters : VertxUnitRunner |