org.ontobox.fast.util.test
Class CollectionsTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.ontobox.fast.util.test.CollectionsTest
All Implemented Interfaces:
junit.framework.Test

public class CollectionsTest
extends junit.framework.TestCase

Author:
Anton Malykh

Constructor Summary
CollectionsTest()
           
 
Method Summary
protected static boolean contains(int[] array, int v)
           
static void testBMapOne(BMapOneIntInt test)
           
static void testBMapOneRemoveReverse(BMapOneIntInt test)
           
 void testBooleanList()
           
 void testGeneral()
           
 void testIntByteMap()
           
 void testIntIntMap()
           
 void testIntList()
           
 void testIntObjectMap()
           
 void testIntSet()
           
static void testManyPut(BMapOneIntInt test)
           
static void testNULL(BMapOneIntInt test)
           
 void testObjectIntMap()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CollectionsTest

public CollectionsTest()
Method Detail

contains

protected static boolean contains(int[] array,
                                  int v)

testBMapOne

public static void testBMapOne(BMapOneIntInt test)

testBMapOneRemoveReverse

public static void testBMapOneRemoveReverse(BMapOneIntInt test)

testManyPut

public static void testManyPut(BMapOneIntInt test)

testNULL

public static void testNULL(BMapOneIntInt test)

testGeneral

public void testGeneral()

testIntList

public void testIntList()

testIntSet

public void testIntSet()

testIntIntMap

public void testIntIntMap()

testIntByteMap

public void testIntByteMap()

testObjectIntMap

public void testObjectIntMap()

testIntObjectMap

public void testIntObjectMap()

testBooleanList

public void testBooleanList()