| Modifier and Type | Method and Description |
|---|---|
static ComponentProcessor |
ComponentProcessor.forTesting(dagger.spi.BindingGraphPlugin... testingPlugins)
Creates a component processor that uses given
BindingGraphPlugins instead of loading
them from a ServiceLoader. |
static ComponentProcessor |
ComponentProcessor.forTesting(java.lang.Iterable<dagger.spi.BindingGraphPlugin> testingPlugins)
Creates a component processor that uses given
BindingGraphPlugins instead of loading
them from a ServiceLoader. |