public interface ISckVerificationPoint
ISckEventDetailsProvider
can also be implemented in order to provide
additionnal information to the Test Log.Modifier and Type | Method and Description |
---|---|
String |
getText()
Called after the test() method, as a chance for the end-user to provide a message
explaining the verdict.
|
int |
test(com.ibm.rational.test.lt.kernel.services.ITestExecutionServices tes,
ISckReceiveAction receiveAction)
This method is called after the parent receive action is run.
|
int test(com.ibm.rational.test.lt.kernel.services.ITestExecutionServices tes, ISckReceiveAction receiveAction)
receiveAction.getConnectionHolder().getFinallyReceivedBytesCount()
and receiveAction.getConnectionHolder().getFinallyReceivedBytes()
methods.tes
- the reference to the ITestExecutionServices, that allows to log custom events in
the Test Log amongst other thingsreceiveAction
- the reference to the receive action this verification point belongs toString getText()
© Copyright IBM Corp. 2013. All rights reserved.