Package org.eclipse.jdt.junit
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.-
ClassDescriptionDeprecated.Class for accessing JUnit support; all functionality is provided by static methods.A test run listener that can be registered at
JUnitCore.addTestRunListener(TestRunListener)
or as a contribution to theorg.eclipse.jdt.junit.testRunListeners
extension point.
TestRunListener