TPTP 4.3.0 Testing Tools Project
Public API Specification

org.eclipse.hyades.test.manual.runner
Class HyadesManualRunner

java.lang.Object
  extended byorg.eclipse.hyades.test.manual.runner.HyadesManualRunner

Deprecated. As of TPTP v4.1.0, replaced by one or more classes in the #org.eclipse.tptp.test.manual.runner.core.internal package.

public class HyadesManualRunner
extends java.lang.Object

Swing-based manual test client runner.

Since:
v1.0.2

Field Summary
protected static java.lang.String AGENT_NAME
          Deprecated.  
protected static java.lang.String agentName
          Deprecated.  
protected static java.lang.String TEST_ID
          Deprecated.  
protected static java.lang.String testID
          Deprecated.  
 
Constructor Summary
HyadesManualRunner(org.eclipse.hyades.internal.execution.remote.RemoteComponentSkeleton agent)
          Deprecated. Constructor for HyadesManualRunner
 
Method Summary
protected  void exit()
          Deprecated.  
protected  java.lang.String getTestScript()
          Deprecated.  
protected  void initializeRemoteApp()
          Deprecated.  
 boolean isOKToStart()
          Deprecated. Is it okay to continue starting the test?
protected  void logEvent(ExecutionEvent executionEvent)
          Deprecated.  
static void main(java.lang.String[] args)
          Deprecated.  
protected  void setOKToStart(boolean isOK)
          Deprecated.  
protected  void setTestScript(byte[] data)
          Deprecated.  
protected  void setTestScript(java.lang.String testScript)
          Deprecated.  
protected  void start()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

AGENT_NAME

protected static final java.lang.String AGENT_NAME
Deprecated. 
See Also:
Constant Field Values

TEST_ID

protected static final java.lang.String TEST_ID
Deprecated. 
See Also:
Constant Field Values

agentName

protected static java.lang.String agentName
Deprecated. 

testID

protected static java.lang.String testID
Deprecated. 
Constructor Detail

HyadesManualRunner

public HyadesManualRunner(org.eclipse.hyades.internal.execution.remote.RemoteComponentSkeleton agent)
Deprecated. 
Constructor for HyadesManualRunner

Parameters:
agent -
Method Detail

main

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

isOKToStart

public boolean isOKToStart()
Deprecated. 
Is it okay to continue starting the test?

Returns:
true if it is okay to start the test, false otherwise

setOKToStart

protected void setOKToStart(boolean isOK)
Deprecated. 

start

protected void start()
Deprecated. 

exit

protected void exit()
Deprecated. 

logEvent

protected void logEvent(ExecutionEvent executionEvent)
Deprecated. 
See Also:
HyadesTestRunner.writeEvent(org.eclipse.hyades.test.common.event.ExecutionEvent)

initializeRemoteApp

protected void initializeRemoteApp()
                            throws java.lang.Exception
Deprecated. 
Throws:
java.lang.Exception

setTestScript

protected void setTestScript(byte[] data)
Deprecated. 

setTestScript

protected void setTestScript(java.lang.String testScript)
Deprecated. 

getTestScript

protected java.lang.String getTestScript()
Deprecated. 

TPTP 4.3.0 Testing Tools Project
Public API Specification