TPTP 4.3.0 Testing Tools Project
Public API Specification

org.eclipse.hyades.execution.testgen.http
Class Testgen

java.lang.Object
  extended byorg.eclipse.hyades.test.core.testgen.TestGenerator
      extended byorg.eclipse.hyades.execution.testgen.http.Testgen
All Implemented Interfaces:
java.lang.Runnable

Deprecated. should not be public API. Will be changed to internal in TPTP 5.

public class Testgen
extends TestGenerator


Nested Class Summary
 class Testgen.ProgressUpdater
          Deprecated.  
 
Field Summary
 
Fields inherited from class org.eclipse.hyades.test.core.testgen.TestGenerator
monitor, outputFileName, recModelFile
 
Constructor Summary
Testgen()
          Deprecated.  
 
Method Summary
 boolean runTestGen()
          Deprecated. method called to begin test generation
 boolean showProgress()
          Deprecated. method called to determine whether or not a progress dialog should be shown with test generation.
 
Methods inherited from class org.eclipse.hyades.test.core.testgen.TestGenerator
closeProgressDialog, getJobTitle, getOutputFileName, initialize, initialize, isSuccess, run, runTestGen, setMessage, setProgress
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Testgen

public Testgen()
Deprecated. 
Method Detail

runTestGen

public boolean runTestGen()
                   throws TestgenException
Deprecated. 
Description copied from class: TestGenerator
method called to begin test generation

Specified by:
runTestGen in class TestGenerator
Returns:
Throws:
TestgenException

showProgress

public boolean showProgress()
Deprecated. 
Description copied from class: TestGenerator
method called to determine whether or not a progress dialog should be shown with test generation.

Specified by:
showProgress in class TestGenerator
Returns:

TPTP 4.3.0 Testing Tools Project
Public API Specification