abstract fun <T : Any> put(key: String, value: Any): T
Put some data in the context.
This can be used to share data between different tests and before/after phases.
key - the key of the data
key
value - the data
value
Return the previous object when it exists