winter-testing / io.jentz.winter.testing / WinterTestSession / Builder / bindAllMocks

bindAllMocks

fun bindAllMocks(qualifier: Any = ApplicationScope::class): Unit

Automatically bind all mocks found in the test instances to the graph with given component qualifier.

Parameters

qualifier - The qualifier of the graph component.