vertx / io.vertx.ext.unit / TestContext / get

get

abstract fun <T : Any> get(key: String): T

Get some data from the context.

Parameters

key - the key of the data

- the type of the data

Return
the data