Class CountingMapTest


  • public class CountingMapTest
    extends Object
    Author:
    luke
    • Constructor Detail

      • CountingMapTest

        public CountingMapTest()
    • Method Detail

      • testCount

        public void testCount()
        Test method for ca.elmonline.util.CountingMap#count(java.lang.Object).
      • testIncrement

        public void testIncrement()
        Test method for ca.elmonline.util.CountingMap#increment(java.lang.Object).
      • testSeen

        public void testSeen()
        Test method for ca.elmonline.util.CountingMap#seen(java.lang.Object).
      • testSortedKeyList

        public void testSortedKeyList()
        Test method for ca.elmonline.util.CountingMap#sortedEntrySet(java.lang.Object).
      • testSortedKeyListBoolean

        public void testSortedKeyListBoolean()
        Test method for ca.elmonline.util.CountingMap#sortedEntrySet(boolean).
      • testSummation

        public void testSummation()