Class MapGetTester<K,V>

All Implemented Interfaces:
junit.framework.Test

@GwtCompatible public class MapGetTester<K,V> extends AbstractMapTester<K,V>
A generic JUnit test which tests get operations on a map. Can't be invoked directly; please see MapTestSuiteBuilder.
Author:
Kevin Bourrillion, Chris Povirk
  • Constructor Details

    • MapGetTester

      public MapGetTester()
  • Method Details

    • testGet_yes

      public void testGet_yes()
    • testGet_no

      public void testGet_no()
    • testGet_nullNotContainedButAllowed

      public void testGet_nullNotContainedButAllowed()
    • testGet_nullNotContainedAndUnsupported

      public void testGet_nullNotContainedAndUnsupported()
    • testGet_nonNullWhenNullContained

      public void testGet_nonNullWhenNullContained()
    • testGet_nullContained

      public void testGet_nullContained()
    • testGet_wrongType

      public void testGet_wrongType()