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