List of usage examples for android.test InstrumentationTestCase subclass-usage
From source file com.jsonstore.CollectionAdvancedFindLessThanTest.java
public class CollectionAdvancedFindLessThanTest extends InstrumentationTestCase { /** * @return The {@link Context} of the test project. */ private Context getTestContext() {
From source file com.jsonstore.CollectionAdvancedFindLessThanEqualTest.java
public class CollectionAdvancedFindLessThanEqualTest extends InstrumentationTestCase { /** * @return The {@link Context} of the test project. */ private Context getTestContext() {
From source file org.openmidaas.library.test.models.AddressAttributeTest.java
public class AddressAttributeTest extends InstrumentationTestCase { private final String VALID_STREET_ADDRESS = "30 St.George Street."; private final String VALID_LOCALITY = "Toronto"; private final String VALID_REGION = "Ontario"; private final String VALID_POSTAL_CODE = "M2P 2C5"; private final String VALID_COUNTRY = "Canada";
From source file org.openmidaas.library.test.models.CreditCardAttributeTest.java
public class CreditCardAttributeTest extends InstrumentationTestCase { private final String VALID_CARD_NUMBER = "4485227712981401"; private final String INVALID_CARD_NUMBER = "1234"; private final String VALID_EXPIRY_MONTH = "01"; private final String INVALID_EXPIRY_MONTH = "13"; private final String VALID_EXPIRY_YEAR = "14";
From source file de.skubware.opentraining.test.WgerJSONParserTest.java
/**
* Tests for the Parsers for {@link Muscle}, {@link SportsEquipment},
* {@link ExerciseType} and {@link Workout}.
*
*
*/
From source file com.tomdignan.android.opencnam.library.teststub.test.OpenCNAMRequestTestCase.java
/** * Testcase for Android OpenCNAM library project. * * @author Tom Dignan */ public class OpenCNAMRequestTestCase extends InstrumentationTestCase {
From source file at.bitfire.ical4android.EventTest.java
public class EventTest extends InstrumentationTestCase { private static final String TAG = "ical4android.EventTest"; protected final TimeZone tzVienna = DateUtils.tzRegistry.getTimeZone("Europe/Vienna"); AssetManager assetMgr;
From source file at.bitfire.ical4android.TaskTest.java
public class TaskTest extends InstrumentationTestCase { private static final String TAG = "ical4android.TaskTest"; protected final TimeZone tzVienna = DateUtils.tzRegistry.getTimeZone("Europe/Vienna"); AssetManager assetMgr;
From source file com.jsonstore.CollectionAdvancedFindNotInsideTest.java
public class CollectionAdvancedFindNotInsideTest extends InstrumentationTestCase { /** * @return The {@link Context} of the test project. */ private Context getTestContext() {
From source file edu.mit.mobile.android.imagecache.test.ImageCacheJunitTest.java
public class ImageCacheJunitTest extends InstrumentationTestCase { @SuppressWarnings("unused") private static final String TAG = ImageCacheJunitTest.class.getSimpleName(); private ImageCache imc;