org.eclipse.hyades.execution.harness.provisional
Class AbstractTestExecutionHarnessListener
java.lang.Object
org.eclipse.hyades.execution.harness.provisional.AbstractTestExecutionHarnessListener
- All Implemented Interfaces:
- ITestExecutionHarnessListener
- public class AbstractTestExecutionHarnessListener
- extends java.lang.Object
- implements ITestExecutionHarnessListener
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractTestExecutionHarnessListener
public AbstractTestExecutionHarnessListener()
launchStarted
public void launchStarted(org.eclipse.hyades.models.common.facades.behavioral.IImplementor theImplementor,
org.eclipse.hyades.models.common.testprofile.TPFDeployment deployment,
java.lang.String port,
java.lang.String executionResultLocation,
java.lang.String executionResultName)
- Specified by:
launchStarted in interface ITestExecutionHarnessListener
sessionCreated
public void sessionCreated(org.eclipse.hyades.execution.core.ISession session)
- Specified by:
sessionCreated in interface ITestExecutionHarnessListener
testArtifactsDeployed
public void testArtifactsDeployed()
- Specified by:
testArtifactsDeployed in interface ITestExecutionHarnessListener
executionEnvironmentAdapted
public void executionEnvironmentAdapted(org.eclipse.hyades.execution.core.IExecutionEnvironment env)
- Specified by:
executionEnvironmentAdapted in interface ITestExecutionHarnessListener
executableObjectAdapted
public void executableObjectAdapted(org.eclipse.hyades.execution.core.IExecutableObject obj)
- Specified by:
executableObjectAdapted in interface ITestExecutionHarnessListener
dataProcessorsInitialized
public void dataProcessorsInitialized(java.util.List dataprocessors)
- Specified by:
dataProcessorsInitialized in interface ITestExecutionHarnessListener
launchCompleted
public void launchCompleted(IExecutionHarnessDataProcessor harnessProcessor)
- Specified by:
launchCompleted in interface ITestExecutionHarnessListener
testCompleted
public void testCompleted()
- Specified by:
testCompleted in interface ITestExecutionHarnessListener
allModelsLoaded
public void allModelsLoaded()
- Specified by:
allModelsLoaded in interface ITestExecutionHarnessListener
dispose
public void dispose()
- Specified by:
dispose in interface ITestExecutionHarnessListener