vertx / io.vertx.kotlin.ext.unit

Package io.vertx.kotlin.ext.unit

Extensions for External Classes

io.vertx.ext.unit.Async

io.vertx.ext.unit.Completion

io.vertx.ext.unit.TestCompletion

Functions

TestOptions

fun TestOptions(reporters: Iterable<ReportOptions>? = null, timeout: Long? = null, useEventLoop: Boolean? = null): TestOptions

A function providing a DSL for building io.vertx.ext.unit.TestOptions objects.