Class CountingMapTest

java.lang.Object
ubic.basecode.dataStructure.CountingMapTest

public class CountingMapTest extends Object
Author:
luke
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Test method for
    invalid reference
    ca.elmonline.util.CountingMap#count(java.lang.Object)
    .
    void
    Test method for
    invalid reference
    ca.elmonline.util.CountingMap#increment(java.lang.Object)
    .
    void
    Test method for
    invalid reference
    ca.elmonline.util.CountingMap#seen(java.lang.Object)
    .
    void
    Test method for
    invalid reference
    ca.elmonline.util.CountingMap#sortedEntrySet(java.lang.Object)
    .
    void
    Test method for
    invalid reference
    ca.elmonline.util.CountingMap#sortedEntrySet(boolean)
    .
    void
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • CountingMapTest

      public CountingMapTest()
  • Method Details

    • testCount

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

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

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

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

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

      public void testSummation()