Searched refs:simpleComponent (Results 1 – 3 of 3) sorted by relevance
28 SimpleComponent simpleComponent = DaggerSimpleComponent in testSimpleComponent() local32 assertThat(simpleComponent).isNotNull(); in testSimpleComponent()33 assertThat(simpleComponent.response().get().data()).isEqualTo("Hello, Request #5!"); in testSimpleComponent()
87 @Test public void simpleComponent() { in simpleComponent() method in ProductionComponentProcessorTest
188 @Test public void simpleComponent() { in simpleComponent() method in ComponentProcessorTest