test.maputils
Class TableMapTest

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

public class TableMapTest
extends junit.framework.TestCase

Class

Version:
28 May 2008
Author:
Luna De Ferrari luna.deferrari-at-ed.ac.uk

Constructor Summary
TableMapTest()
           
 
Method Summary
static TableMap map()
           
 void testAddValue()
           
 void testFillMap()
           
 void testGetKeys()
           
 void testGetKeyValueNumber()
           
 void testGetValues()
           
 void testGetValuesForAKey()
           
 void testRemoveValue()
           
 
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

TableMapTest

public TableMapTest()
Method Detail

testAddValue

public void testAddValue()

testFillMap

public void testFillMap()

testGetKeys

public void testGetKeys()

testGetKeyValueNumber

public void testGetKeyValueNumber()

testGetValues

public void testGetValues()

testGetValuesForAKey

public void testGetValuesForAKey()

testRemoveValue

public void testRemoveValue()

map

public static TableMap map()