TPTP 4.5.0 Testing Tools Project
Internal API Specification

org.eclipse.hyades.test.tools.ui.http.internal.launch
Class HttpRunHandler

java.lang.Object
  extended by 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


Constructor Summary
HttpRunHandler()
           
 
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
 

Constructor Detail

HttpRunHandler

public HttpRunHandler()
Method Detail

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)

TPTP 4.5.0 Testing Tools Project
Internal API Specification