org.apache.blur.zookeeper
Class ZkUtilsTest

java.lang.Object
  extended by org.apache.blur.zookeeper.ZkUtilsTest

public class ZkUtilsTest
extends Object


Constructor Summary
ZkUtilsTest()
           
 
Method Summary
 void setUp()
           
static void setupZookeeper()
           
 void tearDown()
           
static void tearDownZookeeper()
           
 void testMkNodesStrWhenNoNodesExist()
           
 void testMkNodesStrWhenSomeNodesExist()
           
 void testMkNodesWhenNoNodesExist()
           
 void testMkNodesWhenSomeNodesExist()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ZkUtilsTest

public ZkUtilsTest()
Method Detail

setupZookeeper

public static void setupZookeeper()

tearDownZookeeper

public static void tearDownZookeeper()

setUp

public void setUp()
           throws IOException,
                  InterruptedException
Throws:
IOException
InterruptedException

tearDown

public void tearDown()
              throws Exception
Throws:
Exception

testMkNodesStrWhenNoNodesExist

public void testMkNodesStrWhenNoNodesExist()
                                    throws Exception
Throws:
Exception

testMkNodesStrWhenSomeNodesExist

public void testMkNodesStrWhenSomeNodesExist()
                                      throws Exception
Throws:
Exception

testMkNodesWhenNoNodesExist

public void testMkNodesWhenNoNodesExist()
                                 throws Exception
Throws:
Exception

testMkNodesWhenSomeNodesExist

public void testMkNodesWhenSomeNodesExist()
                                   throws Exception
Throws:
Exception


Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.