us.ihmc.robotSide
Class SideDependentListTest

java.lang.Object
  extended by us.ihmc.robotSide.SideDependentListTest

public class SideDependentListTest
extends java.lang.Object


Constructor Summary
SideDependentListTest()
           
 
Method Summary
 void testCommonUse()
           
 void testCopyConstructor()
           
 void testCreateListOfEnumMaps()
           
 void testCreateListOfHashMaps()
           
 void testIndexOutOfBoundsException()
           
 void testIteratorCannotRemove()
           
 void testSet()
           
 void testWitGenericObjects()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SideDependentListTest

public SideDependentListTest()
Method Detail

testCommonUse

public void testCommonUse()

testWitGenericObjects

public void testWitGenericObjects()

testCopyConstructor

public void testCopyConstructor()

testIndexOutOfBoundsException

public void testIndexOutOfBoundsException()

testIteratorCannotRemove

public void testIteratorCannotRemove()

testSet

public void testSet()

testCreateListOfHashMaps

public void testCreateListOfHashMaps()

testCreateListOfEnumMaps

public void testCreateListOfEnumMaps()