Last Version

Mockito caching spy 0.3

This project implements the possibility for a certain object to cache the return values of a function and then return when they are called again. This can be used to create unit tests from integration tests.

License

License

Categories

Categories

Mockito Unit Testing Caching Data
GroupId

GroupId

de.apaxo.test
ArtifactId

ArtifactId

mockito-caching-spy
Version

Version

0.3
Type

Type

jar
Description

Description

Mockito caching spy
This project implements the possibility for a certain object to cache the return values of a function and then return when they are called again. This can be used to create unit tests from integration tests.
Project URL

Project URL

https://github.com/ManuelB/mockito-caching-spy/
Project Organization

Project Organization

Apaxo GmbH

Download mockito-caching-spy 0.3


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

Dependencies

compile (1)

Group / Artifact Type Version
org.mockito : mockito-all jar 1.9.5

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.