Last Version

android-unit-test 2.1.1

Gradle plugin to add unit testing to android plugin. Prepared for Robolectric.

License

License

Categories

Categories

Gradle Build Tools
GroupId

GroupId

com.github.jcandksolutions.gradle
ArtifactId

ArtifactId

android-unit-test
Version

Version

2.1.1
Type

Type

jar
Description

Description

android-unit-test
Gradle plugin to add unit testing to android plugin. Prepared for Robolectric.
Project URL

Project URL

http://jcandksolutions.github.io/android-unit-test
Source Code Management

Source Code Management

https://github.com/jcandksolutions/android-unit-test

Download android-unit-test 2.1.1


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

Dependencies

compile (1)

Group / Artifact Type Version
com.android.tools.build : gradle jar 1.0.0

test (4)

Group / Artifact Type Version
junit : junit jar 4.11
com.cyrusinnovation : mockito-groovy-support jar 1.3
org.easytesting : fest-assert-core jar 2.0M10
org.mockito : mockito-all jar 1.9.5

Project Modules

There are no modules declared in this project.