Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

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 CVS, 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.


This FAQ was originally published in Official Eclipse 3.0 FAQs. Copyright 2004, Pearson Education, Inc. All rights reserved. This text is made available here under the terms of the Eclipse Public License v1.0.

Back to the top