Gradle Android Test Plugin

A Gradle plugin which enables good 'ol fashioned unit tests for Android builds.

License

License

Categories

Categories

Gradle Build Tools
GroupId

GroupId

org.robolectric.gradle
ArtifactId

ArtifactId

gradle-android-test-plugin
Last Version

Last Version

0.10.0
Release Date

Release Date

Type

Type

jar
Description

Description

Gradle Android Test Plugin
A Gradle plugin which enables good 'ol fashioned unit tests for Android builds.
Project URL

Project URL

https://github.com/robolectric/gradle-android-test-plugin
Project Organization

Project Organization

Square, Inc.
Source Code Management

Source Code Management

https://github.com/robolectric/gradle-android-test-plugin

Download gradle-android-test-plugin

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
com.android.tools.build : gradle jar 0.10.0
org.codehaus.groovy : groovy-all jar 2.2.+

test (2)

Group / Artifact Type Version
junit : junit jar 4.10
org.easytesting : fest-assert-core jar 2.0M10

Project Modules

There are no modules declared in this project.

Robolectric Gradle Plugin

Deprecated

With the release of Robolectric 3.0, this plugin is no longer needed to run tests with Gradle. Please refer to http://robolectric.org/getting-started for instructions on how to get started with Gradle and Android Studio.

org.robolectric.gradle

Robolectric

Android unit testing framework.

Versions

Version
0.10.0
0.9.4
0.9.3
0.9.2
0.9.1