TPTP 4.4.0 Platform Project
Public API Specification

org.eclipse.hyades.test.collection.framework
Class TestLauncher

java.lang.Object
  extended byorg.eclipse.hyades.test.collection.framework.TestLauncher
All Implemented Interfaces:
IExecutionComponentStateChangeListener

public class TestLauncher
extends java.lang.Object
implements IExecutionComponentStateChangeListener


Constructor Summary
TestLauncher()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void stateChanged(ExecutionComponentStateChangeEvent newState)
           
 void test01(ExecutionEnvironmentImpl exeEnv)
           
 void test01Linux(ExecutionEnvironmentImpl exeEnv)
           
 void test02(ExecutionEnvironmentImpl exeEnv)
           
 void test03(ExecutionEnvironmentImpl exeEnv)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestLauncher

public TestLauncher()
Method Detail

main

public static void main(java.lang.String[] args)

test01

public void test01(ExecutionEnvironmentImpl exeEnv)

test02

public void test02(ExecutionEnvironmentImpl exeEnv)

test03

public void test03(ExecutionEnvironmentImpl exeEnv)

test01Linux

public void test01Linux(ExecutionEnvironmentImpl exeEnv)

stateChanged

public void stateChanged(ExecutionComponentStateChangeEvent newState)
Specified by:
stateChanged in interface IExecutionComponentStateChangeListener
See Also:
IExecutionComponentStateChangeListener.stateChanged(org.eclipse.hyades.execution.core.ExecutionComponentStateChangeEvent)

TPTP 4.4.0 Platform Project
Public API Specification