Builder

class Builder(setupMocks: Boolean = true) : BaseHUD.Builder

Mock implementation of BaseHUD.Builder

Parameters

setupMocks

If true sets up createMock to build a MockHUD

Constructors

Link copied to clipboard
constructor(setupMocks: Boolean = true)

Properties

Link copied to clipboard
Link copied to clipboard
val createMock: MethodMock<PairParameters.Matchers<hudConfig: HudConfig, coroutineScope: CoroutineScope>, PairParameters.MatchersOrCaptor<hudConfig: HudConfig, coroutineScope: CoroutineScope>, PairParameters.Values<hudConfig: HudConfig, coroutineScope: CoroutineScope>, PairParameters<hudConfig: HudConfig, coroutineScope: CoroutineScope>, MockHUD>

Functions

Link copied to clipboard
open override fun create(hudConfig: HudConfig, coroutineScope: CoroutineScope): MockHUD