Rice Pastry API

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.


Field Summary
protected  rice.persistence.Storage storage
           
protected  boolean store
           
 
Fields inherited from class rice.persistence.testing.Test
FAILURE, PAD_SIZE, SUCCESS
 
Constructor Summary
MemoryStorageTest(boolean store)
          Builds a MemoryMemoryStorageTest
 
Method Summary
static void main(java.lang.String[] args)
           
 void setUp(rice.Continuation c)
           
 void start()
           
 void testExists(rice.Continuation c)
           
 void testRetreival(rice.Continuation c)
           
 
Methods inherited from class rice.persistence.testing.Test
sectionEnd, sectionStart, stepDone, stepDone, stepException, stepStart
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

storage

protected rice.persistence.Storage storage

store

protected boolean store
Constructor Detail

MemoryStorageTest

public MemoryStorageTest(boolean store)
Builds a MemoryMemoryStorageTest

Method Detail

setUp

public void setUp(rice.Continuation c)

testRetreival

public void testRetreival(rice.Continuation c)

testExists

public void testExists(rice.Continuation c)

start

public void start()
Specified by:
start in class Test

main

public static void main(java.lang.String[] args)

Rice Pastry API

Copyright © 2001 - Rice Pastry.


Imprint-Dataprotection