You are now supposed to add test run listeners dynamically. Call
org.eclipse.jdt.junit.JUnitCore.addTestRunListener().
http://help.eclipse.org/galileo/index.jsp?topic=/org.eclipse.jdt.doc.isv/reference/api/org/eclipse/jdt/junit/JUnitCore.html
Kent
_____
From:
junit@... [mailto:
junit@...] On Behalf Of Tim
Felgentreff
Sent: Thursday, October 08, 2009 5:46 AM
To:
junit@...
Subject: [junit] Deprectated Extension Point
org.eclipse.jdt.junit.testRunListeners
Eclipse (and various online sources) tell me the extension point
org.eclipse.jdt.junit.testRunListeners is deprecated.
After some hours of research I still haven't found a suitable
alternative.
I need an additional view on the results of JUnit runs that offers
some actions depending on the test results. How would I go about
doing that with current JUnit4?
The @RunWith annotation is unsuitable for my situation, as I need
to run unit tests not written by myself on different systems with
different plug-ins.
--
Regards,
Tim
[Non-text portions of this message have been removed]