tests
Class DMTest

java.lang.Object
  extended by tests.TestDriver
      extended by tests.DMTest
All Implemented Interfaces:
GlobalConst

 class DMTest
extends TestDriver

Test suite for the diskmgr layer.


Nested Class Summary
 
Nested classes/interfaces inherited from class tests.TestDriver
TestDriver.CountData
 
Field Summary
private  PageId runStart
          Identifies the first page in the test run of pages.
private static java.lang.String TEST_NAME
          The display name of the test suite.
 
Fields inherited from class tests.TestDriver
BUF_POLICY, BUF_SIZE, counts, DB_PATH, DB_SIZE, FAIL, PASS, random
 
Fields inherited from interface global.GlobalConst
EMPTY_SLOT, FIRST_PAGEID, INVALID_PAGEID, MAX_COLSIZE, MAX_TUPSIZE, NAME_MAXLEN, PAGE_SIZE, PIN_DISKIO, PIN_MEMCPY, UNPIN_CLEAN, UNPIN_DIRTY
 
Constructor Summary
DMTest()
           
 
Method Summary
static void main(java.lang.String[] argv)
          Test application entry point; runs all tests.
protected  boolean test1()
           
protected  boolean test2()
           
protected  boolean test3()
           
protected  boolean test4()
           
 
Methods inherited from class tests.TestDriver
create_minibase, delete_minibase, initCounts, initRandom, load_minibase, printCounters, printSummary, saveCounts
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TEST_NAME

private static final java.lang.String TEST_NAME
The display name of the test suite.

See Also:
Constant Field Values

runStart

private PageId runStart
Identifies the first page in the test run of pages.

Constructor Detail

DMTest

DMTest()
Method Detail

main

public static void main(java.lang.String[] argv)
Test application entry point; runs all tests.


test1

protected boolean test1()

test2

protected boolean test2()

test3

protected boolean test3()

test4

protected boolean test4()