Rice Pastry API

rice.persistence.testing
Class Test

java.lang.Object
  extended by rice.persistence.testing.Test
Direct Known Subclasses:
LRUCacheTest, MemoryStorageTest

public abstract class Test
extends java.lang.Object

This class is a class which tests the Storage class in the rice.persistence package.


Field Summary
protected  Environment environment
           
protected static java.lang.String FAILURE
           
protected static int PAD_SIZE
           
protected static java.lang.String SUCCESS
           
 
Constructor Summary
Test(Environment env)
           
 
Method Summary
protected  void sectionEnd()
           
protected  void sectionStart(java.lang.String name)
           
abstract  void start()
           
protected  void stepDone(java.lang.String status)
           
protected  void stepDone(java.lang.String status, java.lang.String message)
           
protected  void stepException(java.lang.Exception e)
           
protected  void stepStart(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SUCCESS

protected static final java.lang.String SUCCESS
See Also:
Constant Field Values

FAILURE

protected static final java.lang.String FAILURE
See Also:
Constant Field Values

PAD_SIZE

protected static final int PAD_SIZE
See Also:
Constant Field Values

environment

protected Environment environment
Constructor Detail

Test

public Test(Environment env)
Method Detail

start

public abstract void start()

sectionStart

protected void sectionStart(java.lang.String name)

sectionEnd

protected void sectionEnd()

stepStart

protected void stepStart(java.lang.String name)

stepDone

protected void stepDone(java.lang.String status)

stepDone

protected void stepDone(java.lang.String status,
                        java.lang.String message)

stepException

protected void stepException(java.lang.Exception e)

Rice Pastry API

Copyright © 2001-2005 - Rice Pastry.


Imprint-Dataprotection