// has a next process set
XMLProcess testable = createTestableProcess();
prepareProcessForFlowControlTest(testable);
// invoke the method being tested
testable.warning(EXCEPTION);
// even in flow control mode warnings should be forwarded
XMLProcessTestable next =
(XMLProcessTestable) testable.getNextProcess();
next.assertWarningInvoked(EXCEPTION);