UnMock Plugin

Gradle plugin to be used in combination with the new unit testing feature of the Gradle Plugin / Android Studio to use real classes for e.g. SparseArray.

License

License

GroupId

GroupId

com.github.bjoernq
ArtifactId

ArtifactId

unmockplugin
Last Version

Last Version

0.7.9
Release Date

Release Date

Type

Type

jar
Description

Description

UnMock Plugin
Gradle plugin to be used in combination with the new unit testing feature of the Gradle Plugin / Android Studio to use real classes for e.g. SparseArray.
Project URL

Project URL

https://github.com/bjoernq/unmock-plugin
Source Code Management

Source Code Management

https://github.com/bjoernq/unmock-plugin

Download unmockplugin

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
org.javassist : javassist jar 3.27.0-GA
com.android.tools.build : gradle jar 3.3.0

Project Modules

There are no modules declared in this project.

Versions

Version
0.7.9
0.7.8
0.7.7
0.7.6