test.maputils
Class IndexedOneToManyMapTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by test.maputils.IndexedOneToManyMapTest
All Implemented Interfaces:
junit.framework.Test

public class IndexedOneToManyMapTest
extends junit.framework.TestCase

Class

Version:
28 Mar 2011
Author:
Luna De Ferrari luna.deferrari-at-ed.ac.uk

Constructor Summary
IndexedOneToManyMapTest()
           
 
Method Summary
static IndexedOneToManyMap oneToManyMap1()
           
static IndexedOneToManyMap oneToManyMap2()
           
static IndexedOneToManyMap oneToManyMapEmptyKeyValue()
           
 void testAddAll()
           
 void testAddKeyValue()
           
 void testAddValueToValues()
           
 void testGetKeysOrValuesSet()
           
 void testGetKeysVectorValuesVector()
           
 void testGetNonEmptyKeysOrValues()
           
 void testGetValuesForAKey()
           
 void testMapIsFilled()
           
 void testRemoveKeyValue()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, getName, run, run, runBare, setName, 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, failNotEquals, failNotSame, failSame, format
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IndexedOneToManyMapTest

public IndexedOneToManyMapTest()
Method Detail

testAddAll

public void testAddAll()

testAddKeyValue

public void testAddKeyValue()

testAddValueToValues

public void testAddValueToValues()

testGetKeysOrValuesSet

public void testGetKeysOrValuesSet()

testGetKeysVectorValuesVector

public void testGetKeysVectorValuesVector()

testGetNonEmptyKeysOrValues

public void testGetNonEmptyKeysOrValues()

testGetValuesForAKey

public void testGetValuesForAKey()

testMapIsFilled

public void testMapIsFilled()

testRemoveKeyValue

public void testRemoveKeyValue()

oneToManyMap1

public static IndexedOneToManyMap oneToManyMap1()

oneToManyMap2

public static IndexedOneToManyMap oneToManyMap2()

oneToManyMapEmptyKeyValue

public static IndexedOneToManyMap oneToManyMapEmptyKeyValue()