vertx / io.vertx.rxjava.ext.unit / TestContext / remove

remove

open fun <T : Any> remove(key: String): T

Remove some data from the context.

Parameters

key - the key to remove

Return
the removed object when it exists