rice.persistence.testing
Class Test
java.lang.Object
rice.persistence.testing.Test
- Direct Known Subclasses:
- LRUCacheTest, MemoryStorageTest
public abstract class Test
- extends Object
This class is a class which tests the Storage class
in the rice.persistence package.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SUCCESS
protected static final String SUCCESS
- See Also:
- Constant Field Values
FAILURE
protected static final String FAILURE
- See Also:
- Constant Field Values
PAD_SIZE
protected static final int PAD_SIZE
- See Also:
- Constant Field Values
environment
protected Environment environment
Test
public Test(Environment env)
start
public abstract void start()
sectionStart
protected void sectionStart(String name)
sectionEnd
protected void sectionEnd()
stepStart
protected void stepStart(String name)
stepDone
protected void stepDone(String status)
stepDone
protected void stepDone(String status,
String message)
stepException
protected void stepException(Exception e)
Copyright © 2010. All Rights Reserved.