Searched refs:ServiceTestCase (Results 1 - 2 of 2) 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);
/frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
H A DWapPushTest.java27 import android.test.ServiceTestCase;
40 * This is a simple framework for a test of a Service. See {@link android.test.ServiceTestCase
41 * ServiceTestCase} for more information on how to write and extend service tests.
48 public class WapPushTest extends ServiceTestCase<WapPushManager> {

Completed in 199 milliseconds