All Classes
-
All Classes Interface Summary Class Summary Annotation Types Summary Class Description Async An asynchronous exit point for a test.Completion<T> A completion object that emits completion notifications either succeeded or failed.EventBusCollector The event bus collector listen to events on the Vert.x event bus and translate them into reports.Failure A failure provides the details of a failure that happened during the execution of a test case.Repeat Annotates a test method to repeat this test several times.RepeatRule Reporter<R> The reporter defines a set of callback for the life cycle events.ReporterFactory ReportingOptions Reporting options: thereportersis an array of reporter configurationsReportingOptionsConverter Converter and mapper forReportingOptions.ReportOptions Configures a reporter consisting in a nameto, an addressatand an optionalformat.ReportOptionsConverter Converter and mapper forReportOptions.RunTestOnContext A JUnit rule that runs tests on a Vert.x context.TestCase A test case object can be used to create a single test.TestCaseReport Report the execution of a test case.TestCompletion This object provides callback-ability for the end of a test suite, the completion succeeds when all tests pass otherwise it fails.TestContext The test context is used for performing test assertions and manage the completion of the test.TestOptions Test execution options: thetimeoutin milliseconds, the default value is 2 minutes theuseEventLoopconfigures the event loop usagetruealways runs with an event loopfalsenever runs with an event loopnulluses an event loop if there is one (provided byVertx.currentContext()) otherwise run without thereportersis an array of reporter configurationsTestOptionsConverter Converter and mapper forTestOptions.TestResult The result of a test.TestSuite A named suite of test cases that are executed altogether.TestSuiteReport The test suite reports is basically a stream of events reporting the test suite execution.Timeout A rule for configuring the tests timeout.VertxUnitRunner A JUnit runner for writing asynchronous tests.VertxUnitRunnerWithParameters VertxUnitRunnerWithParametersFactory AParametersRunnerFactoryfor aVertxUnitRunnerfor enabling Vert.x Unit parameterized tests.