FAQ What is JUnit?
February 13, 2024 ยท View on GitHub
FAQ What is JUnit?
JUnit is a simple testing framework shipped with Eclipse. JUnit can be used to write tests for Java programs developed with the JDT and is also used heavily by the platform to test plug-ins.
When inspecting the Eclipse plug-ins in version control, you will notice quite a few projects like org.eclipse.core.tests.resource. All these projects contain PDE JUnit tests to perform regression tests on plug-ins.
See Also:
FAQ_Where_can_I_find_the_Eclipse_plug-ins?
The JUnit Web site.