TPTP 4.1.0 Testing Tools Project
Public API Specification

org.eclipse.hyades.test.manual.runner.model
Class Test

java.lang.Object
  extended byorg.eclipse.hyades.test.manual.runner.model.NamedElement
      extended byorg.eclipse.hyades.test.manual.runner.model.Test
Direct Known Subclasses:
TestCase, TestSuite

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

public abstract class Test
extends NamedElement

Since:
1.0.2

Constructor Summary
Test()
          Deprecated.  
 
Methods inherited from class org.eclipse.hyades.test.manual.runner.model.NamedElement
dispose, getDescription, getExecutionId, getId, getIteration, getName, setDescription, setExecutionId, setId, setIteration, setName, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Test

public Test()
Deprecated. 

TPTP 4.1.0 Testing Tools Project
Public API Specification