DOC

de.akquinet.jbosscc : jbosscc-needle

Maven & Gradle

Feb 04, 2013
12 usages
23 stars

Needle · Needle is a lightweight framework for testing Java EE components outside of the container in isolation. It reduces the test setup code by analysing dependencies and automatic injection of mock objects. It will thus maximize the speed of development as well as the execution of unit tests.

Table Of Contents

Latest Version

Download de.akquinet.jbosscc : jbosscc-needle Javadoc & API Documentation - Latest Versions:

All Versions

Download de.akquinet.jbosscc : jbosscc-needle Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
2.2
2.1
2.0
1.1
1.0

How to open Javadoc JAR file in web browser

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

Advertisement