License |
License |
---|---|
Categories |
CategoriesMockito Unit Testing Caching Data |
GroupId | GroupIdde.apaxo.test |
ArtifactId | ArtifactIdmockito-caching-spy |
Last Version | Last Version0.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMockito 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 |
Project Organization |
Project OrganizationApaxo GmbH |
Filename | Size |
---|---|
mockito-caching-spy-0.3.pom | |
mockito-caching-spy-0.3.jar | 8 KB |
mockito-caching-spy-0.3-sources.jar | 3 KB |
mockito-caching-spy-0.3-javadoc.jar | 41 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
org.mockito : mockito-all | jar | 1.9.5 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |