Package | Description |
---|---|
com.ibm.rational.test.lt.testgen.core2 |
Modifier and Type | Class and Description |
---|---|
class |
C2InitializationException
This exception indicates that an error occured during the initialization of
an
IC2Initializable . |
Modifier and Type | Method and Description |
---|---|
void |
IC2ProtocolHandler.complete()
This method will be called after the call to process() has been performed.
|
IC2ProtocolHandler.LoadResponse |
IC2ProtocolHandler.load(Msg msg)
This is the second method within the protocol handler that will be
called by the testgen core.
|
void |
IC2ProtocolHandler.process(LTTest ltTest)
This method will be called after all calls to load() have been performed.
|
void |
IC2ProtocolHandler.terminate()
This method may be called after the calls to load() have been performed.
|
© Copyright IBM Corp. 2013. All rights reserved.