Eclipse PDE
Release 3.4

org.eclipse.pde.ui.launcher
Class JUnitWorkbenchLaunchShortcut

java.lang.Object
  extended byorg.eclipse.jdt.junit.launcher.JUnitLaunchShortcut
      extended byorg.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 substantiated or subclassed by clients.

Since:
3.3

Constructor Summary
JUnitWorkbenchLaunchShortcut()
           
 
Method Summary
protected  ILaunchConfigurationWorkingCopy createLaunchConfiguration(IJavaElement element)
           
protected  String getLaunchConfigurationTypeId()
           
 
Methods inherited from class org.eclipse.jdt.junit.launcher.JUnitLaunchShortcut
getAttributeNamesToCompare, getLaunchableResource, getLaunchableResource, getLaunchConfigurations, getLaunchConfigurations, launch, launch
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JUnitWorkbenchLaunchShortcut

public JUnitWorkbenchLaunchShortcut()
Method Detail

getLaunchConfigurationTypeId

protected String getLaunchConfigurationTypeId()

createLaunchConfiguration

protected ILaunchConfigurationWorkingCopy createLaunchConfiguration(IJavaElement element)
                                                             throws CoreException
Throws:
CoreException

Eclipse PDE
Release 3.4

Copyright (c) IBM Corp. and others 2000, 2008. All Rights Reserved.