import java.util.concurrent.atomic.AtomicReference;
public class ShutdownTestCase extends AbstractTestCase {
public void testCreate() throws Exception {
Shell shell = new BaseShell();
CommandQueue commands = new CommandQueue();
AsyncShell asyncShell = new AsyncShell(commands, shell);
asyncShell.close();
try {
asyncShell.createProcess("foo");