Package com.episode6.mockspresso2.plugins.mockito.factories
Functions
Link copied to clipboard
inline fun <A : Annotation> MockspressoBuilder.autoFactoriesByAnnotation(): MockspressoBuilder
Content copied to clipboard
Marks any class encountered with the given A annotation as a Factory object. The object will be mocked and each method will return a dependency from the underlying Mockspresso instance.
Link copied to clipboard
inline fun <T> MockspressoBuilder.autoFactory(qualifier: Annotation? = null): MockspressoBuilder
Content copied to clipboard
inline fun <T> MockspressoProperties.autoFactory(qualifier: Annotation? = null): Lazy<T>
Content copied to clipboard