Searched defs:ServiceTestCase (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/test-runner/src/android/test/
H A DServiceTestCase.java48 * <code>ServiceTestCase</code> enforces this protocol:
63 * When one of your test methods calls {@link #startService ServiceTestCase.startService()}
64 * or {@link #bindService ServiceTestCase.bindService()}, the test case calls
82 * associated {@link android.app.Application Application}. The ServiceTestCase framework
99 public abstract class ServiceTestCase<T extends Service> extends AndroidTestCase { class in inherits:AndroidTestCase
110 public ServiceTestCase(Class<T> serviceClass) { method in class:ServiceTestCase
290 scrubClass(ServiceTestCase.class);

Completed in 48 milliseconds