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

FieldPreparer

interface FieldPreparer

Class that prepares the mocks on an object (usually an instance of the current test class, but can be any generic pojo with annotated fields)

Functions

prepareFields

abstract fun prepareFields(objectWithMockFields: Any): Unit