Set flowControllers = (Set) PrivateAccessor.getField(manager,
"flowControllers");
// invoke the method being tested
process.startProcess();
// ensure the process registered itself with the flow control manager
assertTrue("FlowControlProcess was not registered with the flow " +
"control manager", flowControllers.contains(process));