Searched refs:MustangFactory (Results 1 – 2 of 2) sorted by relevance
99 install(new FactoryModuleBuilder().build(MustangFactory.class)); in testImplicitForwardingAssistedBindingCreatesNewObjects()104 MustangFactory factory = injector.getInstance(MustangFactory.class); in testImplicitForwardingAssistedBindingCreatesNewObjects()228 install(new FactoryModuleBuilder().build(MustangFactory.class)); in testNoBindingAssistedInject()232 MustangFactory factory = injector.getInstance(MustangFactory.class); in testNoBindingAssistedInject()352 interface MustangFactory { interface in FactoryModuleBuilderTest
658 interface MustangFactory { interface in FactoryProvider2Test668 bind(MustangFactory.class).toProvider( in testFactoryBuildingConcreteTypes()669 FactoryProvider.newFactory(MustangFactory.class, Mustang.class)); in testFactoryBuildingConcreteTypes()672 MustangFactory factory = injector.getInstance(MustangFactory.class); in testFactoryBuildingConcreteTypes()