DOC

de.apaxo.test : mockito-caching-spy

Maven & Gradle

Mar 04, 2014
6 stars

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.

Table Of Contents

Latest Version

Download de.apaxo.test : mockito-caching-spy Javadoc & API Documentation - Latest Versions:

All Versions

Download de.apaxo.test : mockito-caching-spy Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
0.3

How to open Javadoc JAR file in web browser

  1. Rename the file mockito-caching-spy-0.3-javadoc.jar to mockito-caching-spy-0.3-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder mockito-caching-spy-0.3-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "mockito-caching-spy-0.3-sources.jar" -d "mockito-caching-spy-0.3-javadoc" -subpackages