DOC

org.springunit : springunit

Maven & Gradle

May 29, 2007

SpringUnit Framework · SpringUnit is a Java unit testing framework that combines Spring's dependency injection container with JUnit's test execution environment. It facilitates the creation of data-driven tests, where the data inputs and expected outcomes are defined in XML files and the test logic resides in Java source code.

Table Of Contents

Latest Version

Download org.springunit : springunit Javadoc & API Documentation - Latest Versions:

All Versions

Download org.springunit : springunit Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
0.5
0.4.x

How to open Javadoc JAR file in web browser

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