Registry / testing / android-test

android-test

JSON →
library2.3.3javamavenunverified

Provides APIs for testing Android applications, including JUnit extensions and mockable Android components.

<dependency> <groupId>com.google.android</groupId> <artifactId>android-test</artifactId> <version>2.3.3</version> </dependency>
INSTALL
IMPORT
SIG · ANDROID-TEST
A
android-test
testingjavav2.3.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

AndroidTestCase
android.test.AndroidTestCase

Extends AndroidTestCase to write Android-specific unit tests.

import android.test.AndroidTestCase; public class MyTest extends AndroidTestCase { public void testSomething() { assertNotNull(getContext()); } }
Debug
Known issues
breakingAndroid Test Library 2.x is outdated; use AndroidX Test (androidx.test) for modern Android development.
fix
Migrate to androidx.test:core and androidx.test.ext:junit.
affects: >=2.0.0 <3.0.0
Upgrade
Version history
2.3.3latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
41 hits · last 30 days
node
37
Amazon
1
OpenAI (training)
1
Resources
android-test — mvn dependency:get android-test · libregistry