TPTP 4.2.0 Testing Tools Project
Public API Specification

Serialized Form


Package org.eclipse.hyades.execution.recorder

Class org.eclipse.hyades.execution.recorder.RecorderException extends java.lang.Exception implements Serializable

serialVersionUID: -6883042624919049925l


Package org.eclipse.hyades.execution.recorder.local.appadapters

Class org.eclipse.hyades.execution.recorder.local.appadapters.RecorderApplicationAdapterException extends java.lang.Exception implements Serializable

serialVersionUID: 5382067291954745471l


Package org.eclipse.hyades.test.common.agent

Class org.eclipse.hyades.test.common.agent.UnconfiguredComptestAgentException extends java.lang.Exception implements Serializable

serialVersionUID: 5214503405401582778l

Class org.eclipse.hyades.test.common.agent.UnknownTestServiceException extends java.lang.Exception implements Serializable

serialVersionUID: 9137108202664431642l


Package org.eclipse.hyades.test.common.testservices.resources

Class org.eclipse.hyades.test.common.testservices.resources.UnsupportedRemoteResourceException extends java.lang.Exception implements Serializable

serialVersionUID: 156351650019750920l


Package org.eclipse.hyades.test.core.services

Class org.eclipse.hyades.test.core.services.AbstractAgentControllerVerificationService extends org.eclipse.hyades.automation.server.AbstractRelaunchableService implements Serializable

Serialized Fields

connectionSpecifier

java.lang.String connectionSpecifier
Specifies the connection string to use to attempt connection with the agent controller

Class org.eclipse.hyades.test.core.services.AbstractResourceContentsExtractionService extends org.eclipse.hyades.automation.server.AbstractRelaunchableService implements Serializable

Class org.eclipse.hyades.test.core.services.AbstractTestExecutionService extends org.eclipse.hyades.automation.server.AbstractProjectSensitiveService implements Serializable

Serialized Fields

classpathSpecifier

java.lang.String classpathSpecifier
The classpath specifier, if specified, specifies the classpath that will be prepended to any previously associated classpath with the test execution of interest.


configurationSelector

java.lang.String configurationSelector
The configuration selector, if specified, specifies the launch configuration to be used as the starting point for this test execution. It is possible that this selector identifies more than one configuration. The concrete services interpret how to use the selector assigned.


connectionSpecifier

java.lang.String connectionSpecifier
The connection specifier, if specified, shadows the previously associated and store connection-related state, this specifier can suggest scheme, server class, host, port and server instance. Scheme is almost always set to "TPTP" whereas, server class is "RAC, IAC, etc" and host is the network host name and port is the port number to connect to the agent controller on, the server instance is "default"


deploymentSelector

java.lang.String deploymentSelector
The deployment selector, if specified, identifies one to potentially many deployments involved in this test execution, the concrete service determines how to use the selector specified.


results

java.util.List results
Result list to return to callers of the service


overwriteSpecifier

boolean overwriteSpecifier
The overwrite specifier, indicates if results should be overwritten each time or if result names will be generated in order to preserve the original results and not overwrite them.


resultsSpecifier

java.lang.String resultsSpecifier
The results specifier, if specified, indicates zero to one specified values for this the results, the concrete service determines how to use the specified value (used as input and not necessarily the concrete file names of the results)


suiteSelector

java.util.List suiteSelector
The test suite selector, if specified, identifies one to potentially many test suites involved in this test execution, the concrete service determines how to use the selector specified. The suite selector is a list of strings.

Class org.eclipse.hyades.test.core.services.AbstractTestResultsInterrogationService extends org.eclipse.hyades.automation.server.AbstractProjectSensitiveService implements Serializable

Serialized Fields

results

java.util.List results
The results, to interrogate, will be stored as a list, even if only one result is specified


verdict

java.lang.String verdict
The verdict out property that takes the value of any valid verdicts

Class org.eclipse.hyades.test.core.services.AbstractTestResultsPublicationService extends org.eclipse.hyades.automation.server.AbstractProjectSensitiveService implements Serializable

Serialized Fields

results

java.util.List results
List of results on which to report


report

java.lang.String report
Path to file where report should be written


resultPaths

java.lang.String[] resultPaths

startDate

long startDate
optional start time range for report


endDate

long endDate
optional end time range for report


reportTemplateLocation

java.lang.String reportTemplateLocation
optional location of BIRT report template


Package org.eclipse.hyades.test.core.testgen

Class org.eclipse.hyades.test.core.testgen.TestgenException extends java.lang.Exception implements Serializable

serialVersionUID: 4106476283860669989l

Serialized Fields

exception

java.lang.Exception exception


Package org.eclipse.hyades.test.http.runner

Class org.eclipse.hyades.test.http.runner.HttpCookieCache.InvalidCookieException extends java.lang.Exception implements Serializable

serialVersionUID: 0l

Serialized Fields

message

java.lang.String message


Package org.eclipse.hyades.test.manual.runner.ui

Class org.eclipse.hyades.test.manual.runner.ui.RemoteAppFrame extends javax.swing.JFrame implements Serializable

serialVersionUID: -7391429379128153755l

Serialized Fields

mainSplitPane

javax.swing.JSplitPane mainSplitPane
Deprecated. 

detailSplitPane

javax.swing.JSplitPane detailSplitPane
Deprecated. 

treePanel

TestSuiteTreePanel treePanel
Deprecated. 

attributePanel

javax.swing.JPanel attributePanel
Deprecated. 

executionPanel

javax.swing.JPanel executionPanel
Deprecated. 

nodeExpandAllMenuItem

javax.swing.JMenuItem nodeExpandAllMenuItem
Deprecated. 

nodeCollapseAllMenuItem

javax.swing.JMenuItem nodeCollapseAllMenuItem
Deprecated. 

detailSplitPosition

int detailSplitPosition
Deprecated. 


Package org.eclipse.hyades.test.manual.runner.ui.panel

Class org.eclipse.hyades.test.manual.runner.ui.panel.BasePanel extends javax.swing.JPanel implements Serializable

Serialized Fields

currentData

java.lang.Object currentData
Deprecated. 

Class org.eclipse.hyades.test.manual.runner.ui.panel.EmptyPanel extends javax.swing.JPanel implements Serializable

serialVersionUID: 7501272459811696908l

Class org.eclipse.hyades.test.manual.runner.ui.panel.LoopPanel extends org.eclipse.hyades.test.manual.runner.ui.panel.ActionPanel implements Serializable

serialVersionUID: -6842641856671821983l

Class org.eclipse.hyades.test.manual.runner.ui.panel.TestCasePanel extends org.eclipse.hyades.test.manual.runner.ui.panel.NamedElementPanel implements Serializable

serialVersionUID: 1906501189721454497l

Class org.eclipse.hyades.test.manual.runner.ui.panel.TestInvocationExecutionPanel extends BasePanel implements Serializable

serialVersionUID: 2902938229116709940l

Serialized Fields

verdictCombo

javax.swing.JComboBox verdictCombo
Deprecated. 

infoText

javax.swing.JTextArea infoText
Deprecated. 

doneButton

javax.swing.JButton doneButton
Deprecated. 

Class org.eclipse.hyades.test.manual.runner.ui.panel.TestInvocationPanel extends org.eclipse.hyades.test.manual.runner.ui.panel.ActionPanel implements Serializable

serialVersionUID: 4490007906952997112l

Class org.eclipse.hyades.test.manual.runner.ui.panel.TestSuitePanel extends org.eclipse.hyades.test.manual.runner.ui.panel.NamedElementPanel implements Serializable

serialVersionUID: -5320182623189849883l

Serialized Fields

remoteAppFrame

RemoteAppFrame remoteAppFrame
Deprecated. 

locationText

javax.swing.JTextField locationText
Deprecated. 

buttonPanel

javax.swing.JPanel buttonPanel
Deprecated. 

finishButton

javax.swing.JButton finishButton
Deprecated. 


Package org.eclipse.hyades.test.manual.runner.ui.tree

Class org.eclipse.hyades.test.manual.runner.ui.tree.TestSuiteTreePanel extends javax.swing.JPanel implements Serializable

serialVersionUID: -396831839385886292l

Serialized Fields

testSuiteModel

TestSuiteTreeModel testSuiteModel
Deprecated. 


Package org.eclipse.hyades.test.manual.runner.ui.util

Class org.eclipse.hyades.test.manual.runner.ui.util.BaseCardLayout extends java.awt.CardLayout implements Serializable

serialVersionUID: -4942060894009579504l

Serialized Fields

tab

java.util.Map tab
Deprecated. 


Package org.eclipse.hyades.test.tools.core.services

Class org.eclipse.hyades.test.tools.core.services.AgentControllerVerificationService extends AbstractAgentControllerVerificationService implements Serializable

serialVersionUID: 801702791043246227l

Class org.eclipse.hyades.test.tools.core.services.ResourceContentsExtractionService extends AbstractResourceContentsExtractionService implements Serializable

serialVersionUID: 801702799998046227l

Class org.eclipse.hyades.test.tools.core.services.TestExecutionService extends AbstractTestExecutionService implements Serializable

serialVersionUID: 1017028791118646227l

Class org.eclipse.hyades.test.tools.core.services.TestResultsInterrogationService extends AbstractTestResultsInterrogationService implements Serializable

serialVersionUID: 801702791018046227l


Package org.eclipse.hyades.test.ui.navigator

Class org.eclipse.hyades.test.ui.navigator.ProxyNeedToBeRebuiltException extends java.lang.RuntimeException implements Serializable

serialVersionUID: 3256728368312497456l


Package org.eclipse.tptp.test.report.birt.services

Class org.eclipse.tptp.test.report.birt.services.TestResultsPublicationService extends AbstractTestResultsPublicationService implements Serializable

serialVersionUID: 987702791018046227l

Class org.eclipse.tptp.test.report.birt.services.TestSuitesPublicationService extends AbstractTestResultsPublicationService implements Serializable

serialVersionUID: 4818822171715009038l

Class org.eclipse.tptp.test.report.birt.services.TestSuitesTabularPublicationService extends AbstractTestResultsPublicationService implements Serializable

serialVersionUID: 4818822171715009038l


TPTP 4.2.0 Testing Tools Project
Public API Specification