TPTP 4.4.0 Testing Tools Project
Internal API Specification

org.eclipse.tptp.test.manual.runner.core.internal.model
Class Test

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

public abstract class Test
extends NamedElement

Since:
1.0.2

Constructor Summary
Test()
           
 
Methods inherited from class org.eclipse.tptp.test.manual.runner.core.internal.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()

TPTP 4.4.0 Testing Tools Project
Internal API Specification