Package com.episode6.mockspresso2.plugins.dagger2

Functions

Link copied to clipboard
fun MockspressoBuilder.dagger2LazySupport(): MockspressoBuilder

Enable automatic mapping of dagger.Lazys to their underlying dependencies.

Link copied to clipboard

Make real objects using reflection according to dagger rules. Supports constructor, property, field and method injection. This is the same as javax.inject rules except we also accept the AssistedInject as a valid constructor annotation.