Uses of Interface
co.cask.cdap.test.ServiceManager

Packages that use ServiceManager
co.cask.cdap.test This package contains the public classes for unit tests. 
co.cask.cdap.test.internal   
 

Uses of ServiceManager in co.cask.cdap.test
 

Methods in co.cask.cdap.test that return ServiceManager
 ServiceManager ApplicationManager.startService(String serviceName)
          Starts a service.
 ServiceManager ApplicationManager.startService(String serviceName, Map<String,String> arguments)
          Starts a service.
 

Uses of ServiceManager in co.cask.cdap.test.internal
 

Classes in co.cask.cdap.test.internal that implement ServiceManager
 class DefaultServiceManager
          A default implementation of ServiceManager.
 

Methods in co.cask.cdap.test.internal that return ServiceManager
 ServiceManager DefaultApplicationManager.startService(String serviceName)
           
 ServiceManager DefaultApplicationManager.startService(String serviceName, Map<String,String> arguments)
           
 



Copyright © 2015 Cask Data, Inc. Licensed under the Apache License, Version 2.0.