mockspresso-api / com.episode6.hackit.mockspresso.api / MockerConfig / MockMaker

MockMaker

interface MockMaker

Class that creates mocks, used for automatically generating mocks that are not part of the dependency map

Functions

makeMock

abstract fun <T : Any!> makeMock(typeToken: TypeToken<T>): T