blob: d453a43bd2966bce32229789960035a8310b47ca [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<meta http-equiv="Content-Style-Type" content="text/css">
<link rel="STYLESHEET" href="../book.css" charset="ISO-8859-1" type="text/css">
<title>JDT JUnit integration</title>
<link rel="stylesheet" type="text/css" href="../book.css">
</head>
<body>
<h2>JDT JUnit integration</h2>
<p><a href="http://www.junit.org">JUnit</a> is a simple test framework used to
write repeatable tests.&nbsp; </p>
<p>The JDT tools include a plug-in that integrates JUnit into the Java
IDE.&nbsp; The JUnit plug-in allows you to define regression tests for your code
and run them from the Java IDE. </p>
<p>To learn how to use JUnit in the Java IDE, see <a href="../../org.eclipse.jdt.doc.user/tasks/tasks-208.htm">Creating
JUnit tests</a>.&nbsp; The topics in this guide discuss how to interact
programmatically with the JUnit IDE plug-in. </p>
<p><a href="../hglegal2003.htm"><img src="../ngibmcpy2003.gif" width=324 height=14 border="0" alt="Copyright IBM Corporation and others 2000, 2003. All Rights Reserved.">
</a> </p>
</body>
</html>