|
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.TestgenCore
public class TestgenCore
Constants and entry points for invoking and using test generation.
Field Summary | |
---|---|
static String |
BOUNDARIES_ANNOTATION_TESTGEN_ID
The id of the Boundaries Annotation Test Generator. |
static String |
COMMENT_ANNOTATION_TESTGEN_ID
The id of the Comment Annotation Test Generator. |
static TestgenCore |
INSTANCE
The unique (singleton) instance of this class. |
static String |
PACKET_FILTER_ID
The id of the Packet Filter converter. |
static String |
PACKET_FILTER_REVERSE
The name of the boolean property that specifies whether the filtering performed by a filter should be reversed, i.e. packets that do not match the condition should be filtered. |
static String |
PACKET_SORTER_ID
The id of the Packet Sorter converter. |
static String |
TESTGEN_CONFIG_EXTENSION
The extension for Test Generation Configuration persistence files (with no leading dot). |
Constructor Summary | |
---|---|
TestgenCore()
|
Method Summary | |
---|---|
com.ibm.rational.test.lt.testgen.core.configurator.ITestGenerationConfigurator |
createTestGenerationConfigurator(IRecordingSession session)
Creates a new Test Generation Configurator for the specified recording session. |
Set<String> |
getConsumablePacketTypes(String testGeneratorId)
Returns all the packet types that can be consumed by a given test generator. |
com.ibm.rational.test.lt.testgen.core.internal.TestgenExtensionRegistry |
getExtensionRegistry()
Returns the Test Generation Core extension registry. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String TESTGEN_CONFIG_EXTENSION
public static final String COMMENT_ANNOTATION_TESTGEN_ID
public static final String BOUNDARIES_ANNOTATION_TESTGEN_ID
public static final String PACKET_SORTER_ID
public static final String PACKET_FILTER_ID
tester
. Its configuration must be of type
PacketFilterConfiguration
. It understands the following properties:
public static final String PACKET_FILTER_REVERSE
false
.
public static final TestgenCore INSTANCE
null
.
Constructor Detail |
---|
public TestgenCore()
Method Detail |
---|
public com.ibm.rational.test.lt.testgen.core.internal.TestgenExtensionRegistry getExtensionRegistry()
public com.ibm.rational.test.lt.testgen.core.configurator.ITestGenerationConfigurator createTestGenerationConfigurator(IRecordingSession session)
session
- A recording session. If it advised that the session be complete, otherwise
the configurator may return inaccurate answers if the recording session has changed
since the configurator creation.
public Set<String> getConsumablePacketTypes(String testGeneratorId)
testGeneratorId
- A test generator id.
|
IBM Rational Performance Tester SDK | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |