Class ActionServiceTestModule

java.lang.Object
ch.rswk.meta.engine.test.dagger.ActionServiceTestModule

@Module public class ActionServiceTestModule extends Object
  • Constructor Details

    • ActionServiceTestModule

      public ActionServiceTestModule()
  • Method Details

    • getTestMetaActions

      @Provides @ElementsIntoSet public Set<MetaAction> getTestMetaActions()
    • getTestService

      @Provides @IntoSet public com.google.common.util.concurrent.Service getTestService(ActionServiceTest.TestService service)