org.springframework.osgi.util
Class MapBasedDictionaryTest
java.lang.Object
junit.framework.Assert
junit.framework.TestCase
org.springframework.osgi.util.MapBasedDictionaryTest
- All Implemented Interfaces:
- Test
public class MapBasedDictionaryTest
- extends TestCase
Test for the Dictionary contract of MapBasedDictionary
.
- Author:
- Costin Leau
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 |
MapBasedDictionaryTest
public MapBasedDictionaryTest()
setUp
protected void setUp()
throws Exception
- Overrides:
setUp
in class TestCase
- Throws:
Exception
tearDown
protected void tearDown()
throws Exception
- Overrides:
tearDown
in class TestCase
- Throws:
Exception
testDictionaryWithNullMap
public void testDictionaryWithNullMap()
testElements
public void testElements()
testKeys
public void testKeys()
testGetObject
public void testGetObject()
testGetNullObject
public void testGetNullObject()
testRemoveObject
public void testRemoveObject()
testRemoveNullObject
public void testRemoveNullObject()
testPutObjectObject
public void testPutObjectObject()
testPutNullValue
public void testPutNullValue()
testPutNullKey
public void testPutNullKey()
testSize
public void testSize()
testDictionaryWithDictionary
public void testDictionaryWithDictionary()
testPutAllDictionary
public void testPutAllDictionary()
testValues
public void testValues()
throws Exception
- Throws:
Exception
testClear
public void testClear()
throws Exception
- Throws:
Exception
testContainsKey
public void testContainsKey()
throws Exception
- Throws:
Exception
testValue
public void testValue()
throws Exception
- Throws:
Exception
testHashCode
public void testHashCode()
throws Exception
- Throws:
Exception
Copyright © 2006-2011 Spring Framework. All Rights Reserved.