org.openmobileis.database.fastobjectdb.db.test
Class TestFastObjectDB

java.lang.Object
  extended byorg.openmobileis.database.fastobjectdb.db.test.TestFastObjectDB

public final class TestFastObjectDB
extends java.lang.Object

Test application use to test FODB. Present all functionality of FODB. Base code to see how to use FODB

Since:
JDK 1.1
Version:
1.0.
Author:
Philippe Delrieu

Constructor Summary
TestFastObjectDB()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void openDB()
           
 void testDataWithArray()
           
 void TestDBAndIndex()
           
 void testDBSearch()
           
 void testFindLike(Array inputDataList, FastObjectDB db)
           
 void testMultipleIndex(Array inputDataList, FastObjectDB db)
           
 void testMultithread()
           
protected  void testRomvedTree(Array inputDataList, FastObjectDB db)
           
protected  void testTree(Array inputDataList, FastObjectDB db)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestFastObjectDB

public TestFastObjectDB()
Method Detail

testTree

protected void testTree(Array inputDataList,
                        FastObjectDB db)
                 throws FODBException
Throws:
FODBException

testRomvedTree

protected void testRomvedTree(Array inputDataList,
                              FastObjectDB db)
                       throws FODBException
Throws:
FODBException

testFindLike

public void testFindLike(Array inputDataList,
                         FastObjectDB db)
                  throws FODBException
Throws:
FODBException

testMultipleIndex

public void testMultipleIndex(Array inputDataList,
                              FastObjectDB db)
                       throws FODBException
Throws:
FODBException

openDB

public void openDB()

testDBSearch

public void testDBSearch()

TestDBAndIndex

public void TestDBAndIndex()

testDataWithArray

public void testDataWithArray()

testMultithread

public void testMultithread()

main

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


Copyright 2005 e-Care. All Rights Reserved.