Searched refs:fooImpl (Results 1 – 4 of 4) sorted by relevance
85 FooImpl fooImpl = (FooImpl) foo; in testFooFactory() local86 assertThat(fooImpl.dep).isNotNull(); in testFooFactory()87 assertThat(fooImpl.assistedDep).isEqualTo(assistedDep); in testFooFactory()
67 @Inject FooImpl fooImpl; field in ModuleTest137 abstract Foo foo(FooImpl fooImpl); in foo() argument155 assertEquals(fooImpl, foo); in testInjection()
104 JavaFileObject fooImpl = in bindsWithChildScope_inParentModule_notAllowed() local156 daggerCompiler().compile(childScope, foo, fooImpl, parentModule, parent, child); in bindsWithChildScope_inParentModule_notAllowed()