// need to ensure the process has been started
process.startProcess();
// invoke the method being tested
process.stopProcess();
// ensure the process registered itself with the flow control manager
assertFalse("FlowControlProcess was not unregistered with the flow " +
"control manager", flowControllers.contains(process));