{
ServiceImplementationFactoryParameters fp = newParameters();
Module module = newModule();
ErrorHandler eh = newErrorHandler();
Log log = newLog();
Messages messages = newMessages();
ErrorLog errorLog = newErrorLog();
// Normally I try and get all the invocations into chronological
// order ... but with this refactoring, that's painful; these
// are in an order that appeases junit.