org.apache.accumulo.test.randomwalk
Class Fixture
java.lang.Object
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
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
protected final org.apache.log4j.Logger log
Fixture
public Fixture()
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.