Exemplo n.º 1
0
  @Override
  public void setUp() throws Exception {
    super.setUp();

    App.setComponent(
        DaggerTestComponent.builder().testModule(new TestModule(new ArrayList<Pass>())).build());
    getActivity();
  }
Exemplo n.º 2
0
 public BaseTest() {
   testComponent = DaggerTestComponent.builder().testModule(new TestModule()).build();
   testComponent.inject(this);
 }