public class TestgenCore extends Object
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
TestgenCore() |
Modifier and Type | Method and Description |
---|---|
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.
|
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
.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.© Copyright IBM Corp. 2013. All rights reserved.