|
IBM Rational Performance Tester SDK | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.ibm.rational.test.lt.testgen.core.TestGenerator
public class TestGenerator
A test generator is responsible for performing test generation, based on an input
test generation configuration.
| Constructor Summary | |
|---|---|
TestGenerator(TestGenerationConfiguration configuration,
IRecordingSession recordingSession,
ITestGeneratorLog log)
Instantiates a new test generator. |
|
| Method Summary | |
|---|---|
LTTest |
generateTest(IProgressMonitor monitor)
Performs test generation and returns the main output test (i.e. the test without any split). |
TestGenerationConfiguration |
getConfiguration()
Returns the test generation configuration performed by this test generator. |
List<IFile> |
getOutputFiles()
Returns the files generated by the test generation process. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TestGenerator(TestGenerationConfiguration configuration,
IRecordingSession recordingSession,
ITestGeneratorLog log)
throws CoreException
configuration - The specification of the test generation.log - A log where any message will be reported during the test generation.
CoreException| Method Detail |
|---|
public LTTest generateTest(IProgressMonitor monitor)
throws CoreException
TestGenerator.getOutputFiles().
monitor - A progress monitor.
null if the operation was cancelled.
CoreException - If a problem occurs, because of I/O issue, because the recording session
is invalid, or because a contributor (test generator or converter) reported a fatal error.public List<IFile> getOutputFiles()
TestGenerationConfiguration.NO_FILE_OUTPUT_PROPERTY).public final TestGenerationConfiguration getConfiguration()
|
IBM Rational Performance Tester SDK | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||