@After public void tearDown() throws InterruptedException { TestUtils.shutdownAll(server); }
@BeforeClass public static void beforeClass() { Hazelcast.shutdownAll(); serverInstance = TestUtils.newServerInstance(); clientInstance = TestUtils.newClientInstance(); }