com.hp.hpl.jena.util
Class TestOneToManyMap

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by com.hp.hpl.jena.util.TestOneToManyMap
All Implemented Interfaces:
junit.framework.Test

public class TestOneToManyMap
extends junit.framework.TestCase

Unit tests for one-to-many map

Version:
Release @release@ ($Id: TestOneToManyMap.java,v 1.2 2009/10/06 13:04:44 ian_dickinson Exp $)
Author:
Ian Dickinson, HP Labs (email)

Constructor Summary
TestOneToManyMap()
           
 
Method Summary
 void setUp()
           
 void tearDown()
           
 void testClear()
           
 void testConstruct0()
           
 void testConstruct1()
           
 void testContains()
           
 void testContainsKey()
           
 void testContainsValue()
           
 void testEntrySet()
           
 void testEquals()
           
 void testGet()
           
 void testGetAll()
           
 void testKeySet()
           
 void testPutAll0()
           
 void testPutAll1()
           
 void testRemove0()
           
 void testRemove1()
           
 void testSize()
           
 void testValues()
           
 
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
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestOneToManyMap

public TestOneToManyMap()
Method Detail

setUp

public void setUp()
Overrides:
setUp in class junit.framework.TestCase

tearDown

public void tearDown()
Overrides:
tearDown in class junit.framework.TestCase

testConstruct0

public void testConstruct0()

testConstruct1

public void testConstruct1()

testClear

public void testClear()

testContainsKey

public void testContainsKey()

testContainsValue

public void testContainsValue()

testContains

public void testContains()

testEntrySet

public void testEntrySet()

testEquals

public void testEquals()

testGet

public void testGet()

testGetAll

public void testGetAll()

testKeySet

public void testKeySet()

testPutAll0

public void testPutAll0()

testPutAll1

public void testPutAll1()

testRemove0

public void testRemove0()

testRemove1

public void testRemove1()

testSize

public void testSize()

testValues

public void testValues()


Copyright ? 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP