// has a next process set
XMLProcess testable = createTestableProcess();
prepareProcessForFlowControlTest(testable);
// invoke the method being tested
testable.processingInstruction(TARGET, DATA);
// as in flow control mode ensure event was not forwarded to
// the next process
XMLProcessTestable next =
(XMLProcessTestable) testable.getNextProcess();