DOC

com.github.jpmorganchase.sandboni : sandboni-core

Maven & Gradle

Jan 25, 2021
29 stars

Sandboni Intelligent Testing Parent · Sandboni is a Java test optimization library which reduces test execution time without compromising quality, predicts defect probability and presents actionable test results which allows developers to take preemptive measure

Table Of Contents

Latest Version

Download com.github.jpmorganchase.sandboni : sandboni-core Javadoc & API Documentation - Latest Versions:

All Versions

Download com.github.jpmorganchase.sandboni : sandboni-core 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 sandboni-core-1.1.44-javadoc.jar to sandboni-core-1.1.44-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder sandboni-core-1.1.44-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 "sandboni-core-1.1.44-sources.jar" -d "sandboni-core-1.1.44-javadoc" -subpackages 

Advertisement