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
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
-
Method Summary
Modifier and TypeMethodDescriptionprotected ILaunchConfigurationWorkingCopy
createLaunchConfiguration
(IJavaElement element) protected String
Methods inherited from class org.eclipse.jdt.junit.launcher.JUnitLaunchShortcut
createLaunchConfiguration, getAttributeNamesToCompare, getLaunchableResource, getLaunchableResource, getLaunchConfigurations, getLaunchConfigurations, launch, launch, suggestLaunchConfigurationName
-
Constructor Details
-
JUnitWorkbenchLaunchShortcut
public JUnitWorkbenchLaunchShortcut()
-
-
Method Details
-
getLaunchConfigurationTypeId
- Overrides:
getLaunchConfigurationTypeId
in classJUnitLaunchShortcut
-
createLaunchConfiguration
protected ILaunchConfigurationWorkingCopy createLaunchConfiguration(IJavaElement element) throws CoreException - Overrides:
createLaunchConfiguration
in classJUnitLaunchShortcut
- Throws:
CoreException
-