List of usage examples for android.test InstrumentationTestCase subclass-usage
From source file com.jsonstore.CollectionAdvancedFindNotEqualTest.java
public class CollectionAdvancedFindNotEqualTest extends InstrumentationTestCase { /** * @return The {@link Context} of the test project. */ private Context getTestContext() {
From source file com.jsonstore.CollectionAdvancedFindBetweenTest.java
public class CollectionAdvancedFindBetweenTest extends InstrumentationTestCase { /** * @return The {@link Context} of the test project. */ private Context getTestContext() {
From source file com.jsonstore.CloseCollectionTest.java
public class CloseCollectionTest extends InstrumentationTestCase { public CloseCollectionTest() { super(); }
From source file uk.org.rivernile.android.fetchutils.fetchers.AssetFileFetcherTests.java
/**
* Tests for {@link AssetFileFetcher}. This {@link InstrumentationTestCase} is also used to test the
* execution of the {@link FetcherStreamReader} classes as storing test data in the assets is
* easier.
*
* @author Niall Scott
From source file at.tugraz.ist.akm.test.webservice.handler.FileRequestHandlerTest.java
public class FileRequestHandlerTest extends InstrumentationTestCase { private final static String URI = "/xyz"; private final static String DATA_FILE = "web/index.html"; private final static String CONTENT_TYPE = "text/html"; private final static String DEFAULT_ENCODING = "UTF8";
From source file at.tugraz.ist.akm.test.webservice.requestprocessor.FileRequestHandlerTest.java
public class FileRequestHandlerTest extends InstrumentationTestCase { private final static String URI = "/xyz"; private final static String DATA_FILE = "web/index.html"; private final static String CONTENT_TYPE = "text/html"; private final static String DEFAULT_ENCODING = "UTF8";
From source file com.jsonstore.CollectionAdvancedFindEqualTest.java
public class CollectionAdvancedFindEqualTest extends InstrumentationTestCase { /** * @return The {@link Context} of the test project. */ private Context getTestContext() {
From source file ru.gelin.android.weather.google.GoogleWeatherSourceTest.java
@SuppressWarnings("deprecation") public class GoogleWeatherSourceTest extends InstrumentationTestCase { //ignoring test because Google API is not available now public void ignoretestQueryRu() throws Exception { WeatherSource source = new GoogleWeatherSource();
From source file com.jsonstore.CollectionAdvancedFindGreaterThanEqualTest.java
public class CollectionAdvancedFindGreaterThanEqualTest extends InstrumentationTestCase { /** * @return The {@link Context} of the test project. */ private Context getTestContext() {
From source file com.jsonstore.CollectionAdvancedFindGreaterThanTest.java
public class CollectionAdvancedFindGreaterThanTest extends InstrumentationTestCase { /** * @return The {@link Context} of the test project. */ private Context getTestContext() {