mockspresso-api / com.episode6.hackit.mockspresso / Mockspresso / Builder / mocker

mocker

@NotNull abstract fun mocker(@NotNull mockerConfig: MockerConfig): Mockspresso.Builder

Apply a MockerConfig to this builder, which tells mockspresso how to create a mock and how they are annotated.

Parameters

mockerConfig - MockerConfig: The MockerConfig to apply

Return
Mockspresso.Builder: this