List of usage examples for android.test AndroidTestCase subclass-usage
From source file ly.count.android.api.DeviceInfoTests.java
public class DeviceInfoTests extends AndroidTestCase { public void testGetOS() { assertEquals("Android", DeviceInfo.getOS()); }
From source file org.noorganization.instalistsynch.controller.local.dba.impl.SqliteGroupAccessDbControllerTest.java
/** * Tests for the sqliteGroupAuthAccessDB Controller * Created by tinos_000 on 09.02.2016. */ public class SqliteGroupAccessDbControllerTest extends AndroidTestCase {
From source file ly.count.android.api.CountlyStoreTests.java
public class CountlyStoreTests extends AndroidTestCase { CountlyStore store; @Override protected void setUp() throws Exception { super.setUp();
From source file org.kde.kdeconnect.LanLinkTest.java
public class LanLinkTest extends AndroidTestCase {
LanLink lanLink;
IoSession session;
Device.SendPackageStatusCallback callback;
From source file ir.keloud.android.lib.test_project.test.SingleSessionManagerTest.java
/** * Unit test for SingleSessionManager * * @author David A. Velasco */ public class SingleSessionManagerTest extends AndroidTestCase {
From source file ir.keloud.android.lib.test_project.test.SimpleFactoryManagerTest.java
/**
* Unit test for SimpleFactoryManager
*
* @author David A. Velasco
*/
From source file com.owncloud.android.lib.test_project.test.SingleSessionManagerTest.java
/** * Unit test for SingleSessionManager * * @author David A. Velasco */ public class SingleSessionManagerTest extends AndroidTestCase {
From source file com.owncloud.android.lib.test_project.test.SimpleFactoryManagerTest.java
/**
* Unit test for SimpleFactoryManager
*
* @author David A. Velasco
*/
From source file com.murrayc.galaxyzoo.app.provider.test.ZooniverseClientTest.java
/** * Simple test to ensure that the generated bindings are working. */ public class ZooniverseClientTest extends AndroidTestCase { @Override
From source file at.tugraz.ist.catroid.test.content.XMLValidatingTest.java
public class XMLValidatingTest extends AndroidTestCase { private String testProjectName = "xmlTestProjectName"; public XMLValidatingTest() throws IOException { }