Package org.eclipse.jdt.junit
Application programming interfaces for interaction
with the Eclipse Java development tools JUnit support.
Package Specification
An API to track the execution of a JUnit test run.-
Interface Summary Interface Description ITestRunListener Deprecated. As of 3.3, replaced byTestRunListener
-
Class Summary Class Description JUnitCore Class for accessing JUnit support; all functionality is provided by static methods.TestRunListener A test run listener that can be registered atJUnitCore.addTestRunListener(TestRunListener)
or as a contribution to theorg.eclipse.jdt.junit.testRunListeners
extension point.