Package org.eclipse.pde.ui.launcher
Class JUnitWorkbenchLaunchShortcut
- java.lang.Object
-
- org.eclipse.jdt.junit.launcher.JUnitLaunchShortcut
-
- org.eclipse.pde.ui.launcher.JUnitWorkbenchLaunchShortcut
-
- All Implemented Interfaces:
ILaunchShortcut
,ILaunchShortcut2
public class JUnitWorkbenchLaunchShortcut extends JUnitLaunchShortcut
A launch shortcut capable of launching a Plug-in JUnit test.This class may be instantiated or subclassed by clients.
- Since:
- 3.3
-
-
Constructor Summary
Constructors Constructor Description JUnitWorkbenchLaunchShortcut()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ILaunchConfigurationWorkingCopy
createLaunchConfiguration(IJavaElement element)
protected String
getLaunchConfigurationTypeId()
-
Methods inherited from class org.eclipse.jdt.junit.launcher.JUnitLaunchShortcut
createLaunchConfiguration, getAttributeNamesToCompare, getLaunchableResource, getLaunchableResource, getLaunchConfigurations, getLaunchConfigurations, launch, launch, suggestLaunchConfigurationName
-
-
-
-
Method Detail
-
getLaunchConfigurationTypeId
protected String getLaunchConfigurationTypeId()
- Overrides:
getLaunchConfigurationTypeId
in classJUnitLaunchShortcut
-
createLaunchConfiguration
protected ILaunchConfigurationWorkingCopy createLaunchConfiguration(IJavaElement element) throws CoreException
- Overrides:
createLaunchConfiguration
in classJUnitLaunchShortcut
- Throws:
CoreException
-
-