List of usage examples for android.test ServiceTestCase subclass-usage
From source file net.benmoran.affectsampler.SyncServiceTestCase.java
public class SyncServiceTestCase extends ServiceTestCase<SyncService> { protected PrefsVO mPrefs; protected Context mContext; protected JSONArray mJSONArray; public SyncServiceTestCase(Class<SyncService> serviceClass) {