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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ILaunchConfigurationWorkingCopycreateLaunchConfiguration(IJavaElement element) protected String
-
Constructor Details
-
JUnitWorkbenchLaunchShortcut
public JUnitWorkbenchLaunchShortcut()
-
-
Method Details
-
getLaunchConfigurationTypeId
- Overrides:
getLaunchConfigurationTypeIdin classJUnitLaunchShortcut
-
createLaunchConfiguration
protected ILaunchConfigurationWorkingCopy createLaunchConfiguration(IJavaElement element) throws CoreException - Overrides:
createLaunchConfigurationin classJUnitLaunchShortcut- Throws:
CoreException
-