Class | Description |
---|---|
RunTestOnContext |
A JUnit rule that runs tests on a Vert.x context.
When used as a
org.junit.Rule a new context is created for each tested method, the context will be same
for the before and after method, but different for all the tested methods.
When used as a org.junit.ClassRule , a single context is created for all the tested method, the beforeClass
and afterClass method will also executed in this context. |
VertxUnitRunner |
A JUnit runner for writing asynchronous tests.
|
VertxUnitRunnerWithParameters | |
VertxUnitRunnerWithParametersFactory |
A
org.junit.runners.parameterized.ParametersRunnerFactory for a VertxUnitRunner
for enabling Vert.x Unit parameterized tests. |
VertxUnitStatement |
A JUnit statemnt that when executed associates the evaluated statement with a
Context . |
Copyright © 2015. All Rights Reserved.