rice.persistence.testing
Class MemoryStorageTest
java.lang.Object
rice.persistence.testing.Test
rice.persistence.testing.MemoryStorageTest
- Direct Known Subclasses:
- PersistentStorageTest
- public class MemoryStorageTest
- extends Test
This class is a class which tests the Storage class
in the rice.persistence package.
Constructor Summary |
MemoryStorageTest(boolean store)
Builds a MemoryMemoryStorageTest |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
storage
protected Storage storage
store
protected boolean store
MemoryStorageTest
public MemoryStorageTest(boolean store)
- Builds a MemoryMemoryStorageTest
setUp
public void setUp(Continuation c)
testRetreival
public void testRetreival(Continuation c)
testExists
public void testExists(Continuation c)
start
public void start()
- Specified by:
start
in class Test
main
public static void main(java.lang.String[] args)