Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 743 Bytes

FAQ_What_is_JUnit.md

File metadata and controls

18 lines (9 loc) · 743 Bytes

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_What_is_a_PDE_JUnit_test?

FAQ_Where_can_I_find_the_Eclipse_plug-ins?

The JUnit Web site.