org.eclipse.hyades.test.tools.ui.http.internal.launch
Class HttpRunHandler
java.lang.Object
org.eclipse.hyades.test.tools.ui.http.internal.launch.HttpRunHandler
- All Implemented Interfaces:
- org.eclipse.hyades.test.core.launch.extensions.IRunHandler
public class HttpRunHandler
- extends java.lang.Object
- implements org.eclipse.hyades.test.core.launch.extensions.IRunHandler
|
Method Summary |
static void |
adjustTestUserCount(org.eclipse.hyades.models.common.testprofile.TPFTest test,
org.eclipse.debug.core.ILaunchConfiguration configuration)
|
void |
postRun(org.eclipse.debug.core.ILaunch launch)
|
void |
preRun(org.eclipse.debug.core.ILaunchConfiguration configuration,
java.lang.String mode,
org.eclipse.debug.core.ILaunch launch,
org.eclipse.emf.ecore.resource.ResourceSet resourceSet,
org.eclipse.core.runtime.IProgressMonitor monitor)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HttpRunHandler
public HttpRunHandler()
preRun
public void preRun(org.eclipse.debug.core.ILaunchConfiguration configuration,
java.lang.String mode,
org.eclipse.debug.core.ILaunch launch,
org.eclipse.emf.ecore.resource.ResourceSet resourceSet,
org.eclipse.core.runtime.IProgressMonitor monitor)
- Specified by:
preRun in interface org.eclipse.hyades.test.core.launch.extensions.IRunHandler
postRun
public void postRun(org.eclipse.debug.core.ILaunch launch)
- Specified by:
postRun in interface org.eclipse.hyades.test.core.launch.extensions.IRunHandler
adjustTestUserCount
public static void adjustTestUserCount(org.eclipse.hyades.models.common.testprofile.TPFTest test,
org.eclipse.debug.core.ILaunchConfiguration configuration)