How to Install junit4-doc in Ubuntu 18.04



Install junit4-doc by entering the following commands in the terminal:

sudo apt update
sudo apt install junit4-doc

Description:

JUnit regression test framework for Java - documentation

JUnit is a simple framework to write repeatable tests. It is an instance of the xUnit architecture for unit testing frameworks. . JUnit 4 uses Java 5 features such as generics and annotations. If you need compatibility with previous Java versions, you should use the junit package (version 3) instead. . This package contains Javadoc API documentation of JUnit 4.

Homepage: http://www.junit.org

Version: 4.12-6

Section: universe/doc