Class SortedMapNavigationTester<K,V>

java.lang.Object
junit.framework.Assert
All Implemented Interfaces:
junit.framework.Test

@GwtCompatible public class SortedMapNavigationTester<K,V> extends AbstractMapTester<K,V>
A generic JUnit test which tests operations on a SortedMap. Can't be invoked directly; please see SortedMapTestSuiteBuilder.
Author:
Jesse Wilson, Louis Wasserman
  • Constructor Details

    • SortedMapNavigationTester

      public SortedMapNavigationTester()
  • Method Details

    • setUp

      public void setUp() throws Exception
      Overrides:
      setUp in class AbstractContainerTester<Map<K,V>,Map.Entry<K,V>>
      Throws:
      Exception
    • testEmptyMapFirst

      public void testEmptyMapFirst()
    • testEmptyMapLast

      public void testEmptyMapLast()
    • testSingletonMapFirst

      public void testSingletonMapFirst()
    • testSingletonMapLast

      public void testSingletonMapLast()
    • testFirst

      public void testFirst()
    • testLast

      public void testLast()
    • testHeadMapExclusive

      public void testHeadMapExclusive()
    • testTailMapInclusive

      public void testTailMapInclusive()
    • testHeadMap

      public void testHeadMap()
    • testTailMap

      public void testTailMap()
    • testSubMap

      public void testSubMap()
    • testSubMapIllegal

      public void testSubMapIllegal()
    • testOrderedByComparator

      public void testOrderedByComparator()