fun bindAllMocks(qualifier: Any = ApplicationScope::class): Unit
Automatically bind all mocks found in the test instances to the graph with given component qualifier.
qualifier - The qualifier of the graph component.
qualifier