Home
last modified time | relevance | path

Searched refs:usesChild (Results 1 – 2 of 2) sorted by relevance

/external/dagger2/javatests/dagger/functional/subcomponent/
DModuleWithSubcomponentsTest.java35 assertThat(parent.usesChild().strings).containsExactly("from parent", "from child"); in subcomponentFromModules()
43 assertThat(parent.usesChild().strings).containsExactly("from parent", "from child"); in subcomponentFromModules_transitively()
DUsesModuleSubcomponents.java30 UsesChild usesChild(); in usesChild() method