public interface ISckCustomSend
setup() method.| Modifier and Type | Method and Description |
|---|---|
byte[] |
onAfterSubstitution(byte[] data)
Called after the substitutions are applied on the data to be sent.
|
byte[] |
onBeforeSubstitution(byte[] data)
Called before the substitutions are applied on the data to be sent
|
void |
setup(com.ibm.rational.test.lt.kernel.services.ITestExecutionServices tesRef,
ISckSendAction sendActionRef)
Setup is called before the customized send action is executed.
|
void setup(com.ibm.rational.test.lt.kernel.services.ITestExecutionServices tesRef,
ISckSendAction sendActionRef)
tesRef - the reference to the ITestExecutionServices, that allows to log custom events in
the Test Log amongst other thingssendActionRef - the reference to the customized send actionbyte[] onBeforeSubstitution(byte[] data)
data - byte[] onAfterSubstitution(byte[] data)
data - © Copyright IBM Corp. 2013. All rights reserved.