Package com.github.dreamhead.moco.bootstrap.tasks

Examples of com.github.dreamhead.moco.bootstrap.tasks.ShutdownTask


            assertThat(helper.get(root()), is("foo"));
        } catch (HttpHostConnectException e) {
            fail(e.getMessage());
        }

        ShutdownTask task = new ShutdownTask(SHUTDOWN_MOCO_KEY);
        task.run(new String[]{"-s", Integer.toString(SHUTDOWN_PORT)});

        waitChangeHappens();
        helper.get(root());
    }
View Full Code Here

TOP

Related Classes of com.github.dreamhead.moco.bootstrap.tasks.ShutdownTask

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.