DOC

net.sf.jexample : jexample

Maven & Gradle

Jul 19, 2011
3 usages

JExample · JExample is an extensions of JUnit that improves defect localizaton by changing the way you structure your tests. It introduces first-class dependencies. If test B depends on A, the return value of A can be used as B's fixture. And if A test fails, B and all other dependees of A are skipped and marked as white. We show in an empirical study that JExample improves performance and defect localization.

Table Of Contents

Latest Version

Download net.sf.jexample : jexample Javadoc & API Documentation - Latest Versions:

All Versions

Download net.sf.jexample : jexample Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
4.4

How to open Javadoc JAR file in web browser

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

Advertisement