List of usage examples for android.test InstrumentationTestCase subclass-usage
From source file com.ibm.mobilefirstplatform.clientsdk.android.security.mca.internal.security.AuthorizationManagerTests.java
public class AuthorizationManagerTests extends InstrumentationTestCase { @Override public void setUp() throws Exception { super.setUp(); MCAAuthorizationManager.createInstance(getInstrumentation().getTargetContext());
From source file it.feio.android.omninotes.test.helpers.NotesHelperTest.java
public class NotesHelperTest extends InstrumentationTestCase { @Test public void mergeNotes() { int notesNumber = 3;
From source file ly.apps.android.rest.tests.JsonBodyConverterTest.java
public class JsonBodyConverterTest extends InstrumentationTestCase { private BodyConverter converter; @Override public void setUp() throws Exception {
From source file se.leap.bitmaskclient.test.testGatewaysManager.java
/** * @author parmegv */ public class testGatewaysManager extends InstrumentationTestCase { GatewaysManager gateways_manager;
From source file org.envirocar.app.test.it.db.CreateJSONObjectForPropertiesTest.java
public class CreateJSONObjectForPropertiesTest extends InstrumentationTestCase { private DbAdapterImpl dbAdapter; @Override protected void setUp() throws Exception {
From source file com.ibm.mobilefirstplatform.clientsdk.android.security.mca.internal.security.AuthorizationPreferencesTests.java
public class AuthorizationPreferencesTests extends InstrumentationTestCase { final String SAVE_STRING = "Test_String_To_Save"; AuthorizationManagerPreferences preferences; JSONObject saveJSON;//
From source file org.openmidaas.app.test.session.SessionTest.java
public class SessionTest extends InstrumentationTestCase { private String mClientId = "https://edbc.ca"; private String mState = "1234";
From source file com.ibm.mobilefirstplatform.clientsdk.android.security.mca.internal.security.DefaultJSONSignerTests.java
/** * Created by cirilla on 8/11/15. */ public class DefaultJSONSignerTests extends InstrumentationTestCase { DefaultJSONSigner jsonSigner = new DefaultJSONSigner();
From source file com.jsonstore.CollectionClearTest.java
public class CollectionClearTest extends InstrumentationTestCase { public CollectionClearTest() { super(); }
From source file com.jsonstore.CollectionRemoveDocumentTest.java
public class CollectionRemoveDocumentTest extends InstrumentationTestCase { public CollectionRemoveDocumentTest() { // TODO Auto-generated constructor stub }