DOC

com.googlecode.vmock : vmock

Maven & Gradle

Nov 09, 2013

Virtual Mock Objects library for Java · VMock is a Java mocking library with ability to mock method and constructor calls without the need to create mock objects. It uses AspectJ under the hood and should be used along with unit testing frameworks such as JUnit or TestNG.

Table Of Contents

Latest Version

Download com.googlecode.vmock : vmock Javadoc & API Documentation - Latest Versions:

All Versions

Download com.googlecode.vmock : vmock Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.1.x
1.0.x

How to open Javadoc JAR file in web browser

  1. Rename the file vmock-1.1.1-javadoc.jar to vmock-1.1.1-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder vmock-1.1.1-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 "vmock-1.1.1-sources.jar" -d "vmock-1.1.1-javadoc" -subpackages