Class ValueTypeIndexedMapTest
- java.lang.Object
-
- net.shibboleth.utilities.java.support.collection.ValueTypeIndexedMapTest
-
public class ValueTypeIndexedMapTest extends Object
ValueTypeIndexedMapunit test.
-
-
Field Summary
Fields Modifier and Type Field Description private ValueTypeIndexedMap<String,Object>mapInstance used for testing.
-
Constructor Summary
Constructors Constructor Description ValueTypeIndexedMapTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()Set up state for this test.voidtestBasic()Test basic functionality.voidtestEqualsHashCode()voidtestNullKeys()Test null key support.voidtestNullValues()Test null value support.
-
-
-
Field Detail
-
map
private ValueTypeIndexedMap<String,Object> map
Instance used for testing.
-
-
Method Detail
-
setUp
@BeforeMethod public void setUp()
Set up state for this test.
-
testBasic
public void testBasic()
Test basic functionality.
-
testNullKeys
public void testNullKeys()
Test null key support.
-
testNullValues
public void testNullValues()
Test null value support.
-
testEqualsHashCode
public void testEqualsHashCode()
-
-