Package net.sf.jdistunit.platform

Examples of net.sf.jdistunit.platform.HostEnvironment.shutDown()


        // Test server count.
        final int testServerCount = box.getTestServerCount();
        assertEquals(2, testServerCount);

        // Shut down box and environment.
        env.shutDown();
        box.shutdown();

        // Wait for ports to be freed.
        OS.sleep(500);
    }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.