Package org.h2.test.utils

Utility classes used by the tests.

See:
          Description

Interface Summary
Recorder A recorder for the recording file system.
 

Class Summary
DebugFileObject A debugging file that logs all operations.
DebugFileSystem A debugging file system that logs all operations.
MemoryFootprint Calculate the memory footprint of various objects.
OutputCatcher A tool to capture the output of System.out and System.err.
RecordingFileObject A file object that records all write operations and can re-play them.
RecordingFileSystem A file system that records all write operations and can re-play them.
SelfDestructor This is a self-destructor class to kill a long running process automatically after a pre-defined time.
 

Package org.h2.test.utils Description

Utility classes used by the tests.