org.apache.curator.test
Class BaseClassForTests

java.lang.Object
  extended by org.apache.curator.test.BaseClassForTests

public class BaseClassForTests
extends Object


Field Summary
protected  TestingServer server
           
 
Constructor Summary
BaseClassForTests()
           
 
Method Summary
 void beforeSuite(org.testng.ITestContext context)
           
 void setup()
           
 void teardown()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

server

protected TestingServer server
Constructor Detail

BaseClassForTests

public BaseClassForTests()
Method Detail

beforeSuite

public void beforeSuite(org.testng.ITestContext context)

setup

public void setup()
           throws Exception
Throws:
Exception

teardown

public void teardown()
              throws Exception
Throws:
Exception


Copyright © 2011–2014 The Apache Software Foundation. All rights reserved.