org.apache.accumulo.test.randomwalk
Class Fixture

java.lang.Object
  extended by org.apache.accumulo.test.randomwalk.Fixture
Direct Known Subclasses:
ConcurrentFixture, ImageFixture, MultiTableFixture, SecurityFixture, SequentialFixture, ShardFixture

public abstract class Fixture
extends Object


Field Summary
protected  org.apache.log4j.Logger log
           
 
Constructor Summary
Fixture()
           
 
Method Summary
abstract  void setUp(State state)
           
abstract  void tearDown(State state)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected final org.apache.log4j.Logger log
Constructor Detail

Fixture

public Fixture()
Method Detail

setUp

public abstract void setUp(State state)
                    throws Exception
Throws:
Exception

tearDown

public abstract void tearDown(State state)
                       throws Exception
Throws:
Exception


Copyright © 2013 Apache Accumulo Project. All Rights Reserved.