Java junit 4

From wikinotes

WARNING:

This is no longer the latest version of Junit


Documentation

junit4 home https://junit.org/junit4/
junit4 getting started https://github.com/junit-team/junit4/wiki/Getting-started
javadocs https://junit.org/junit4/javadoc/latest/index.html

Usage

import junit.framework.Test;
import junit.framework.TestCase;
import junit.framework.TestSuite;