Searched refs:executorConstructionCount (Results 1 – 1 of 1) sorted by relevance
37 private final AtomicInteger executorConstructionCount = new AtomicInteger(); field in SubcomponentWithBoundExecutorTest44 .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()