How to Install junit in Ubuntu 18.04



Install junit by entering the following commands in the terminal:

sudo apt update
sudo apt install junit

Description:

Automated testing framework for Java

JUnit is a simple framework for writing and running automated tests. As a political gesture, it celebrates programmers testing their own software.

Homepage: http://www.junit.org

Version: 3.8.2-9

Section: universe/devel