Dependencies

interface Dependencies

An accessor into the mockspresso dependency map that is passed to real and dynamic object makers which enables them to inject dependencies into the objects they create.

Functions

Link copied to clipboard
abstract fun <T> get(key: DependencyKey<T>): T

Returns a dependency from mockspresso