Package org.apache.curator.test
Class BaseClassForTests
- java.lang.Object
-
- org.apache.curator.test.BaseClassForTests
-
- Direct Known Subclasses:
CuratorTestBase
public class BaseClassForTests extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected TestingServer
server
-
Constructor Summary
Constructors Constructor Description BaseClassForTests()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TestingCluster
createAndStartCluster(int qty)
protected void
createServer()
void
setup()
void
teardown()
-
-
-
Field Detail
-
server
protected volatile TestingServer server
-
-
Method Detail
-
createAndStartCluster
public TestingCluster createAndStartCluster(int qty) throws Exception
- Throws:
Exception
-
-