List of usage examples for android.test InstrumentationTestCase subclass-usage
From source file com.flowzr.export.FlowzrIntegrationTest.java
public class FlowzrIntegrationTest extends InstrumentationTestCase { //dev_appserver on this configuration doest not support 127.1 ! private final static String LAN_IP = "192.168.1.4"; private final static String TEST_ACCOUNT = "test@example.com";
From source file org.openmidaas.library.test.MIDaaSTest.java
public class MIDaaSTest extends InstrumentationTestCase { private Context mContext; private MockTransportFactory mockFactory; public static final String VALID_CLIENT_ID = "http://merchant.org"; private final String STATE = "some_state"; private boolean mStatus = false;
From source file ie.programmer.catcher.AppLinkTest.java
public class AppLinkTest extends InstrumentationTestCase { private static final String PACKAGE_NAME = "bolts.applinks.test"; private List<Intent> openedIntents; private Context activityInterceptor;
From source file ru.orangesoftware.financisto.activity.FlowzrIntegrationTest.java
public class FlowzrIntegrationTest extends InstrumentationTestCase { //dev_appserver on this configuration doest not support 127.1 ! private final static String LAN_IP = "10.42.0.32"; private final static String TEST_ACCOUNT = "colmedis@gmail.com";
From source file org.andstatus.app.net.social.pumpio.ConnectionPumpioTest.java
@Travis public class ConnectionPumpioTest extends InstrumentationTestCase { private Context context; private ConnectionPumpio connection; private URL originUrl = UrlUtils.fromString("https://identi.ca"); private HttpConnectionMock httpConnectionMock;
From source file com.twotoasters.android.hoottestapplication.test.HootTest.java
public class HootTest extends InstrumentationTestCase { protected static final String TAG = HootTest.class.getSimpleName(); private Hoot mHootRestClient; protected void setUp() throws Exception {
From source file com.microsoft.windowsazure.mobileservices.sdk.testapp.test.LoginTests.java
public class LoginTests extends InstrumentationTestCase { String appUrl = ""; String appKey = ""; @Override
From source file com.jsonstore.CollectionChangeTest.java
public class CollectionChangeTest extends InstrumentationTestCase { public CollectionChangeTest() { super(); }
From source file com.jsonstore.CollectionFilterAndSortTest.java
public class CollectionFilterAndSortTest extends InstrumentationTestCase { public CollectionFilterAndSortTest() { super(); }
From source file com.microsoft.live.unittest.ApiTest.java
public abstract class ApiTest<OperationType, ListenerType> extends InstrumentationTestCase { private static final String INVALID_FORMAT = "!@#098 {} [] This is an invalid formated " + "response body asdfkaj{}dfa(*&!@#"; /**