public class ZookeeperTestEnvironment extends Object implements TestEnvironment
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_ZK_TEMP_DIR |
static String |
ZK_PROPERTY_NAME |
protected String |
zookeeper |
Modifier and Type | Method and Description |
---|---|
TestEnvironment[] |
getDependentEnvironments() |
static ZookeeperTestEnvironment |
getInstance() |
String |
getZookeeper() |
void |
setup() |
void |
tearDown() |
protected String zookeeper
public static final String ZK_PROPERTY_NAME
public static final String DEFAULT_ZK_TEMP_DIR
public static ZookeeperTestEnvironment getInstance()
public void setup() throws Exception
setup
in interface TestEnvironment
Exception
public void tearDown() throws Exception
tearDown
in interface TestEnvironment
Exception
public String getZookeeper()
public TestEnvironment[] getDependentEnvironments()
getDependentEnvironments
in interface TestEnvironment
Copyright © 2013–2020. All rights reserved.