Google Android Library Test Framework

A library jar that provides APIs for testing Applications written for the Google Android Platform.

License

License

GroupId

GroupId

com.google.android
ArtifactId

ArtifactId

android-test
Last Version

Last Version

4.1.1.4
Release Date

Release Date

Type

Type

jar
Description

Description

Google Android Library Test Framework
A library jar that provides APIs for testing Applications written for the Google Android Platform.
Project URL

Project URL

http://source.android.com/

Download android-test

How to add to project

<!-- https://jarcasting.com/artifacts/com.google.android/android-test/ -->
<dependency>
    <groupId>com.google.android</groupId>
    <artifactId>android-test</artifactId>
    <version>4.1.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.android/android-test/
implementation 'com.google.android:android-test:4.1.1.4'
// https://jarcasting.com/artifacts/com.google.android/android-test/
implementation ("com.google.android:android-test:4.1.1.4")
'com.google.android:android-test:jar:4.1.1.4'
<dependency org="com.google.android" name="android-test" rev="4.1.1.4">
  <artifact name="android-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.android', module='android-test', version='4.1.1.4')
)
libraryDependencies += "com.google.android" % "android-test" % "4.1.1.4"
[com.google.android/android-test "4.1.1.4"]

Dependencies

compile (2)

Group / Artifact Type Version
com.google.android : android jar 4.1.1.4
junit : junit jar 3.8.2

Project Modules

There are no modules declared in this project.

Versions

Version
4.1.1.4
4.0.1.2
2.3.3
2.3.1
2.2.1
2.1.2
2.1_r1
1.6_r2
1.5_r4
1.5_r3