junit

JUnit is a regression testing framework written by Erich Gamma and

Install

All systems
curl cmd.cat/junit.sh
Debian Debian
apt-get install junit
Ubuntu
apt-get install junit
Alpine
apk add junit
Arch Arch Linux
pacman -S junit
image/svg+xml Kali Linux
apt-get install junit
CentOS
yum install junit
Fedora
dnf install junit
Windows (WSL2)
sudo apt-get update sudo apt-get install junit
Raspbian
apt-get install junit
Docker
docker run cmd.cat/junit junit powered by Commando

junit

JUnit is a regression testing framework written by Erich Gamma and

Kent Beck. It is used by the developer who implements unit tests in Java. JUnit is Open Source Software, released under the Common Public License Version 1.0 and hosted on GitHub.