List of usage examples for android.test InstrumentationTestCase subclass-usage
From source file com.microsoft.windowsazure.mobileservices.sdk.testapp.test.EnhancedPushTests.java
public class EnhancedPushTests extends InstrumentationTestCase { /** * Name for default registration */ static final String DEFAULT_REGISTRATION_NAME = "$Default";
From source file com.microsoft.windowsazure.mobileservices.sdk.testapp.test.MobileServiceClientTests.java
public class MobileServiceClientTests extends InstrumentationTestCase { String appUrl = ""; String appKey = ""; protected void setUp() throws Exception { appUrl = "http://myapp.com/";
From source file com.microsoft.windowsazure.mobileservices.sdk.testapp.test.CustomApiClientTests.java
public class CustomApiClientTests extends InstrumentationTestCase { String appUrl = ""; String appKey = ""; protected void setUp() throws Exception { appUrl = "http://myapp.com/";
From source file com.ichi2.libanki.test.SchedTestCase.java
public class SchedTestCase extends InstrumentationTestCase { public SchedTestCase(String name) { setName(name); } public boolean checkRevIvl(Collection d, int targetIvl) {
From source file com.microsoft.windowsazure.mobileservices.sdk.testapp.test.MobileServiceFeaturesTests.java
public class MobileServiceFeaturesTests extends InstrumentationTestCase { String appUrl; String appKey; protected void setUp() throws Exception { appUrl = "http://myapp.com/";
From source file com.appaholics.email.mail.store.ImapStoreUnitTests.java
/**
* This is a series of unit tests for the ImapStore class. These tests must be locally
* complete - no server(s) required.
*
* To run these tests alone, use:
* $ runtest -c com.appaholics.email.mail.store.ImapStoreUnitTests email
From source file com.indeema.email.mail.store.ImapStoreUnitTests.java
/**
* This is a series of unit tests for the ImapStore class. These tests must be locally
* complete - no server(s) required.
*
* To run these tests alone, use:
* $ runtest -c com.indeema.email.mail.store.ImapStoreUnitTests email
From source file com.microsoft.windowsazure.mobileservices.sdk.testapp.test.MobileServiceTableTests.java
public class MobileServiceTableTests extends InstrumentationTestCase { String appUrl = ""; String appKey = ""; GsonBuilder gsonBuilder; protected void setUp() throws Exception {
From source file com.microsoft.windowsazure.mobileservices.sdk.testapp.test.SystemPropertiesTests.java
public class SystemPropertiesTests extends InstrumentationTestCase { String appUrl = ""; String appKey = ""; GsonBuilder gsonBuilder; protected void setUp() throws Exception {
From source file com.microsoft.windowsazure.mobileservices.sdk.testapp.test.MobileServiceSyncTableTests.java
public class MobileServiceSyncTableTests extends InstrumentationTestCase { String appUrl = ""; String appKey = ""; GsonBuilder gsonBuilder; String OperationQueue = "__operations"; String SyncErrors = "__errors";