public interface IPacketTester
context.| Modifier and Type | Method and Description |
|---|---|
boolean |
evaluate(IRecorderPacket packet)
Evaluates the condition on a recorder packet and returns the evaluation result.
|
GenericEvaluationResult |
evaluatePacketType(String packetType)
Returns a generic evaluation for all packets of a given type.
|
void |
initialize(IPacketTesterContext context)
Initializes the tester with the specified context.
|
void initialize(IPacketTesterContext context) throws CoreException
context - CoreException - If the packet tester cannot initialize and operate.GenericEvaluationResult evaluatePacketType(String packetType)
packetType - A packet type.boolean evaluate(IRecorderPacket packet)
packet - A recorder packet.true or false on the
packet.© Copyright IBM Corp. 2016. All rights reserved.