List of usage examples for android.test AndroidTestCase subclass-usage
From source file com.podio.sdk.domain.SessionTest.java
public class SessionTest extends AndroidTestCase { /** * Verifies that a {@link Session} object can be created from a valid JSON * string with known attributes. *
From source file ly.count.android.api.ConnectionQueueTests.java
public class ConnectionQueueTests extends AndroidTestCase { ConnectionQueue connQ; ConnectionQueue freshConnQ; @Override protected void setUp() throws Exception {
From source file org.rapidandroid.tests.ContentBootstrapTests.java
/** * @author dmyung * @created Jan 21, 2009 */ public class ContentBootstrapTests extends AndroidTestCase {
From source file io.realm.RealmJsonTest.java
public class RealmJsonTest extends AndroidTestCase { protected Realm testRealm; @Override protected void setUp() throws Exception {
From source file com.futureplatforms.kirin.test.DatabasesBackendTest_inactive.java
public class DatabasesBackendTest_inactive extends AndroidTestCase { private DatabasesBackend mBackend; private DummyKirinHelper mKirinHelper;
From source file android.core.SSLPerformanceTest.java
public class SSLPerformanceTest extends AndroidTestCase { static final byte[] SESSION_DATA = new byte[6000]; static { for (int i = 0; i < SESSION_DATA.length; i++) { SESSION_DATA[i] = (byte) i;
From source file com.ichi2.anki.tests.libanki.ImportTest.java
public class ImportTest extends AndroidTestCase { public void testAnki2Mediadupes() throws IOException, JSONException { List<String> expected; List<String> actual;
From source file com.android.quicksearchbox.ShortcutRepositoryTest.java
/**
* Abstract base class for tests of {@link ShortcutRepository}
* implementations. Most importantly, verifies the
* stuff we are doing with sqlite works how we expect it to.
*
* Attempts to test logic independent of the (sql) details of the implementation, so these should
From source file net.alastairwyse.oraclepermissiongenerator.datainterfacelayer.unittests.RestRemoteDataModelProxyTests.java
/** * Unit tests for class oraclepermissiongenerator.datainterfacelayer.RestRemoteDataModelProxy. * @author Alastair Wyse */ public class RestRemoteDataModelProxyTests extends AndroidTestCase {
From source file ir.keloud.android.lib.test_project.test.KeloudClientTest.java
/** * Unit test for KeloudClient * * @author David A. Velasco */ public class KeloudClientTest extends AndroidTestCase {