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

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

Completed in 58 milliseconds