FileDocCategorySizeDatePackage
ServiceTestCase.javaAPI DocAndroid 5.1 API1249Sat Mar 14 14:09:42 GMT 2015android.test

ServiceTestCase

public abstract class ServiceTestCase extends android.test.AndroidTestCase

Fields Summary
Constructors Summary
public ServiceTestCase(Class serviceClass)

 throw new RuntimeException("Stub!"); 
Methods Summary
protected android.os.IBinderbindService(android.content.Intent intent)

 throw new RuntimeException("Stub!"); 
public android.app.ApplicationgetApplication()

 throw new RuntimeException("Stub!"); 
public TgetService()

 throw new RuntimeException("Stub!"); 
public android.content.ContextgetSystemContext()

 throw new RuntimeException("Stub!"); 
public voidsetApplication(android.app.Application application)

 throw new RuntimeException("Stub!"); 
protected voidsetUp()

 throw new RuntimeException("Stub!"); 
protected voidsetupService()

 throw new RuntimeException("Stub!"); 
protected voidshutdownService()

 throw new RuntimeException("Stub!"); 
protected voidstartService(android.content.Intent intent)

 throw new RuntimeException("Stub!"); 
protected voidtearDown()

 throw new RuntimeException("Stub!"); 
public voidtestServiceTestCaseSetUpProperly()

 throw new RuntimeException("Stub!");