Searched refs:fromGrandchild (Results 1 – 2 of 2) sorted by relevance
72 assertThat(grandchild.fromGrandchild().get()).isEqualTo("grandchild:child:parent"); in topLevelComponent_grandchild()81 assertThat(grandchild.fromGrandchild().get()).isEqualTo("grandchild:child:parent"); in topLevelComponent_grandchildWithoutBuilder()98 assertThat(grandchild.fromGrandchild().get()).isEqualTo("grandchild:child:parentproduction"); in topLevelProductionComponent_grandchild()107 assertThat(grandchild.fromGrandchild().get()).isEqualTo("grandchild:child:parentproduction"); in topLevelProductionComponent_grandchildWithoutBuilder()
161 ListenableFuture<String> fromGrandchild(); in fromGrandchild() method172 ListenableFuture<String> fromGrandchild(); in fromGrandchild() method