Home
last modified time | relevance | path

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

/external/dagger2/javatests/dagger/functional/producers/subcomponent/
DSubcomponentWithBoundExecutorTest.java37 private final AtomicInteger executorConstructionCount = new AtomicInteger(); field in SubcomponentWithBoundExecutorTest
44 .executorModule(new ExecutorModule(executorConstructionCount, executionCount)) in setUp()
48 .executorModule(new ExecutorModule(executorConstructionCount, executionCount)) in setUp()
56 assertThat(executorConstructionCount.get()).isEqualTo(1); in topLevelComponent_child()
64 assertThat(executorConstructionCount.get()).isEqualTo(1); in topLevelComponent_injectsChildBuilder()
73 assertThat(executorConstructionCount.get()).isEqualTo(1); in topLevelComponent_grandchild()
82 assertThat(executorConstructionCount.get()).isEqualTo(1); in topLevelComponent_grandchildWithoutBuilder()
90 assertThat(executorConstructionCount.get()).isEqualTo(1); in topLevelProductionComponent_child()
99 assertThat(executorConstructionCount.get()).isEqualTo(1); in topLevelProductionComponent_grandchild()
108 assertThat(executorConstructionCount.get()).isEqualTo(1); in topLevelProductionComponent_grandchildWithoutBuilder()