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 SummaryConstructors Constructor Description JUnitWorkbenchLaunchShortcut()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ILaunchConfigurationWorkingCopycreateLaunchConfiguration(IJavaElement element)protected StringgetLaunchConfigurationTypeId()- 
Methods inherited from class org.eclipse.jdt.junit.launcher.JUnitLaunchShortcutcreateLaunchConfiguration, getAttributeNamesToCompare, getLaunchableResource, getLaunchableResource, getLaunchConfigurations, getLaunchConfigurations, launch, launch, suggestLaunchConfigurationName
 
- 
 
- 
- 
- 
Method Detail- 
getLaunchConfigurationTypeIdprotected String getLaunchConfigurationTypeId() - Overrides:
- getLaunchConfigurationTypeIdin class- JUnitLaunchShortcut
 
 - 
createLaunchConfigurationprotected ILaunchConfigurationWorkingCopy createLaunchConfiguration(IJavaElement element) throws CoreException - Overrides:
- createLaunchConfigurationin class- JUnitLaunchShortcut
- Throws:
- CoreException
 
 
- 
 
-