DOC

io.syndesis.transitional : junit4-stub

Maven & Gradle

Dec 21, 2021
3 usages
482 stars

Transitional :: JUnit 4 stub · Stub used instead of JUnit 4 dependency. These classes are used only so that the class hiearchy can be maintained. Functionality of these classes is not used, that's why they're empty, but they're needed to successfuly compile 3rd party dependencies without introducing junit:junit (JUnit 4) dependency. For one such case see: https://github.com/testcontainers/testcontainers-java/issues/970#issuecomment-625044008

Table Of Contents

Latest Version

Download io.syndesis.transitional : junit4-stub Javadoc & API Documentation - Latest Versions:

All Versions

Download io.syndesis.transitional : junit4-stub Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.13.x
1.12.x

How to open Javadoc JAR file in web browser

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

Advertisement