blob: b8fb7041530fbbd199192eeb9e2618511fed78e5 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<html lang="en">
<head>
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 2005. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
<!-- Benjamin Muskalla <b.muskalla@gmx.net> - Typo in JUnit ISV doc - https://bugs.eclipse.org/bugs/show_bug.cgi?id=248935 -->
<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>Observing JUnit test runs</title>
<link rel="stylesheet" type="text/css" href="../book.css">
</head>
<body>
<h2>Observing JUnit test runs</h2>
<p>The JDT JUnit plug-in lets you listen to test runs. To observe test runs, register your listener with
<a href="../reference/api/org/eclipse/jdt/junit/JUnitCore.html#addTestRunListener(org.eclipse.jdt.junit.TestRunListener)">JUnitCore.addTestRunListener(TestRunListener)</a>.
</p>
<p>The listener will report all sessions and test cases started.</p>
</body>
</html>