List of usage examples for android.test InstrumentationTestCase subclass-usage
From source file ru.orangesoftware.financisto2.test.rates.AbstractRatesDownloaderTest.java
/**
* Created with IntelliJ IDEA.
* User: dsolonenko
* Date: 2/18/13
* Time: 10:33 PM
*/
From source file com.granita.icloudcalsync.resource.ContactTest.java
public class ContactTest extends InstrumentationTestCase { AssetManager assetMgr; public void setUp() throws IOException, InvalidResourceException { assetMgr = getInstrumentation().getContext().getResources().getAssets(); }
From source file com.cuddlesoft.nori.test.database.APISettingsDatabaseTest.java
/** Tests the {@link com.cuddlesoft.nori.database.APISettingsDatabase} class. */ public class APISettingsDatabaseTest extends InstrumentationTestCase { private Context context; @Override protected void setUp() throws Exception {
From source file io.github.tjg1.nori.test.database.APISettingsDatabaseTest.java
/** Tests the {@link io.github.tjg1.nori.database.APISettingsDatabase} class. */ public class APISettingsDatabaseTest extends InstrumentationTestCase { private Context context; @Override protected void setUp() throws Exception {
From source file se.leap.bitmaskclient.test.testVpnCertificateValidator.java
/** * @author parmegv */ public class testVpnCertificateValidator extends InstrumentationTestCase { String certificate_valid_from_jan2015_to_nov2022 = "";
From source file it.feio.android.omninotes.helpers.NotesHelperTest.java
public class NotesHelperTest extends InstrumentationTestCase { @Test public void mergeNotes() { int notesNumber = 3;
From source file at.bitfire.davdroid.resource.ContactTest.java
public class ContactTest extends InstrumentationTestCase { AssetManager assetMgr; public void setUp() throws IOException, InvalidResourceException { assetMgr = getInstrumentation().getContext().getResources().getAssets(); }
From source file org.anhonesteffort.flock.test.registration.HttpClientFactoryTest.java
/** * rhodey */ public class HttpClientFactoryTest extends InstrumentationTestCase { public void testScheme() throws Exception {
From source file com.uphyca.testing.junit3.support.v4.FragmentTestCase.java
/**
* This is common code used to support Fragment test cases. For more useful
* classes, please see
* {@link com.uphyca.testing.junit3.support.v4.v4.FragmentUnitTestCase} and
* {@link com.uphyca.testing.junit3.support.v4.v4.FragmentInstrumentationTestCase}
* .
From source file com.yozio.android.YozioHelperTest.java
public class YozioHelperTest extends InstrumentationTestCase { private static final String APP_KEY = "APP KEY"; private static final String TEST_SECRET_KEY = "test secret key"; private static final String FB_CHANNEL = "facebook";