junit

JUnit is a regression testing framework written by Erich Gamma and

Debian Debian
RUN apt-get update && \ apt-get install -y junit
Ubuntu
RUN apt-get update && \ apt-get install -y junit
Alpine
RUN apk add junit
Arch Arch Linux
RUN pacman -S --noconfirm junit
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y junit
CentOS
RUN yum install -y junit
Fedora
RUN dnf install -y junit
Raspbian
RUN apt-get update && \ apt-get install -y junit
click the source code to copy install junit on any operating system with command-not-found.com