junit

junit

JUnit is a unit testing framework for Java, created by Erich Gamma and Kent Beck.

Recommended: 4.13.2 35 versions jar Updated 5 years ago Eclipse Public License 1.0Checking...

Add to your project3.8.1

<dependency>
    <groupId>junit</groupId>
    <artifactId>junit</artifactId>
    <version>3.8.1</version>
</dependency>

Version Details — 3.8.1

Packaging
jar
Direct Deps
0
Total Deps
0
Published
Unknown
License
Common Public License Version 1.0

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.

Checking security advisories...