ozone core API

org.ozoneDB.DxLib.test
Class CollectionTest

java.lang.Object
  |
  +--org.ozoneDB.DxLib.test.AbstractTest
        |
        +--org.ozoneDB.DxLib.test.CollectionTest

public class CollectionTest
extends AbstractTest

Version:
$Revision: 1.1 $Date: 2001/12/18 10:31:30 $
Author:
SMB

Field Summary
(package private) static int SIZE
           
(package private)  long start
           
(package private)  long stop
           
 
Constructor Summary
CollectionTest()
           
 
Method Summary
 void add_iterate(DxCollection coll, java.lang.Object[] objs)
           
 void contains(DxCollection coll, java.lang.Object[] objs)
           
 void containsAll(DxCollection coll, java.lang.Object[] objs)
           
 void equals(DxCollection coll1, DxCollection coll2, java.lang.Object[] objs)
           
 void error()
           
static java.lang.Object[] newDxStrings()
           
static java.lang.Object[] newIntegers()
           
static java.lang.Object[] newStrings()
           
 void printTime()
           
 void remove_count_isEmpty(DxCollection coll, java.lang.Object[] objs)
           
 void removeAll(DxCollection coll, java.lang.Object[] objs)
           
 void startTimer(java.lang.String className, java.lang.String testName)
           
 void stopTimer()
           
 void toArray_clone_clear(DxCollection coll, java.lang.Object[] objs)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SIZE

static final int SIZE
See Also:
Constant Field Values

start

long start

stop

long stop
Constructor Detail

CollectionTest

public CollectionTest()
Method Detail

newStrings

public static java.lang.Object[] newStrings()

newIntegers

public static java.lang.Object[] newIntegers()

newDxStrings

public static java.lang.Object[] newDxStrings()

add_iterate

public void add_iterate(DxCollection coll,
                        java.lang.Object[] objs)
                 throws java.lang.Exception
java.lang.Exception

contains

public void contains(DxCollection coll,
                     java.lang.Object[] objs)
              throws java.lang.Exception
java.lang.Exception

containsAll

public void containsAll(DxCollection coll,
                        java.lang.Object[] objs)
                 throws java.lang.Exception
java.lang.Exception

removeAll

public void removeAll(DxCollection coll,
                      java.lang.Object[] objs)
               throws java.lang.Exception
java.lang.Exception

remove_count_isEmpty

public void remove_count_isEmpty(DxCollection coll,
                                 java.lang.Object[] objs)
                          throws java.lang.Exception
java.lang.Exception

equals

public void equals(DxCollection coll1,
                   DxCollection coll2,
                   java.lang.Object[] objs)
            throws java.lang.Exception
java.lang.Exception

toArray_clone_clear

public void toArray_clone_clear(DxCollection coll,
                                java.lang.Object[] objs)

startTimer

public void startTimer(java.lang.String className,
                       java.lang.String testName)

stopTimer

public void stopTimer()

printTime

public void printTime()

error

public void error()

ozone core API

Copyright (C) The Ozone Database Project - www.ozone-db.org. All rights reserved.