HomeSort by relevance Sort by last modified time
    Searched refs:CycleMapComponent (Results 1 - 2 of 2) sorted by null

  /external/dagger2/compiler/src/it/functional-tests/src/test/java/test/cycle/
CycleTest.java 25 import test.cycle.Cycles.CycleMapComponent;
77 CycleMapComponent cycleMapComponent = DaggerCycles_CycleMapComponent.create();
78 assertThat(cycleMapComponent.y()).isNotNull();
79 assertThat(cycleMapComponent.y().mapOfProvidersOfX).containsKey("X");
80 assertThat(cycleMapComponent.y().mapOfProvidersOfX.get("X")).isNotNull();
81 assertThat(cycleMapComponent.y().mapOfProvidersOfX.get("X").get()).isNotNull();
82 assertThat(cycleMapComponent.y().mapOfProvidersOfX.get("X").get().y).isNotNull();
83 assertThat(cycleMapComponent.y().mapOfProvidersOfX).hasSize(1);
84 assertThat(cycleMapComponent.y().mapOfProvidersOfY).containsKey("Y")
    [all...]
  /external/dagger2/compiler/src/it/functional-tests/src/main/java/test/cycle/
Cycles.java 137 interface CycleMapComponent {

Completed in 83 milliseconds