after callback.expected argument is equals to the actual argument.expected argument is equals to the actual argument.condition is false.condition is false.expected double argument is equals to the actual double argument
within a positive delta.expected double argument is equals to the actual double argument
within a positive delta.first argument is not equals to the second argument.first argument is not equals to the second argument.expected argument is not null.expected argument is not null.expected argument is null.expected argument is null.condition is true.condition is true.resultHandler argument
with the async result.before callback.0,
otherwise it throws an IllegalStateException to signal the error.testSuiteObject argument.simple format is the default format value.console is the default to value.null.handler is invoked when the test exec has completed.type field value that signals a test case begins, used as part of the test reporting
protocol for the event bus.type field value that signals a test case ends, used as part of the test reporting
protocol for the event bus.type field value that signals a test suite begins, used as part of the test reporting
protocol for the event bus.type field value that signals a test suite ends, used as part of the test reporting
protocol for the event bus.type field value that reports a test suite error, used as part of the test reporting
protocol for the event bus.message.cause.Reporter.reportBeginTestSuite(java.lang.String)
and the Reporter.reportEndTestSuite(R).reporters is an array of reporter configurations
ReportingOptions.to, an address at and an optional format.ReportOptions.options.
When the test suite is executed in a Vertx context (i.e `Vertx.currentContext()` returns a context) this
context's event loop is used for running the test suite unless the TestOptions.setUseEventLoop(Boolean)
is set to false.vertx instance.
The test suite will be executed on the event loop provided by the vertx argument.options and the specified vertx instance.
The test suite will be executed on the event loop provided by the vertx argument when
TestOptions.setUseEventLoop(Boolean) is not set to false.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 ClassRule, a single context is created for all the tested method, the beforeClass
and afterClass method will also executed in this context.timeout in milliseconds, the default value is 2 minutes
the useEventLoop configures the event loop usage
true always runs with an event loop
false never runs with an event loop
null uses an event loop if there is one (provided by Vertx.currentContext())
otherwise run without
the reporters is an array of reporter configurations
TestOptions.ParametersRunnerFactory for a VertxUnitRunner
for enabling Vert.x Unit parameterized tests.Copyright © 2022 Eclipse. All rights reserved.