Class MultimapSizeTester<K extends @Nullable Object,V extends @Nullable Object>

java.lang.Object
junit.framework.Assert
junit.framework.TestCase
com.google.common.collect.testing.AbstractTester<OneSizeTestContainerGenerator<com.google.common.collect.Multimap<K,V>,Map.Entry<K,V>>>
com.google.common.collect.testing.AbstractContainerTester<com.google.common.collect.Multimap<K,V>,Map.Entry<K,V>>
com.google.common.collect.testing.google.AbstractMultimapTester<K,V,com.google.common.collect.Multimap<K,V>>
com.google.common.collect.testing.google.MultimapSizeTester<K,V>
All Implemented Interfaces:
junit.framework.Test

@GwtCompatible @NullMarked public class MultimapSizeTester<K extends @Nullable Object,V extends @Nullable Object> extends AbstractMultimapTester<K,V,com.google.common.collect.Multimap<K,V>>
Tester for the size methods of Multimap and its views.
Author:
Louis Wasserman
  • Constructor Details

    • MultimapSizeTester

      public MultimapSizeTester()
  • Method Details

    • testSize

      public void testSize()
    • testIsEmptyYes

      public void testIsEmptyYes()
    • testIsEmptyNo

      public void testIsEmptyNo()
    • testSizeNullKey

      public void testSizeNullKey()
    • testSizeNullValue

      public void testSizeNullValue()
    • testSizeNullKeyAndValue

      public void testSizeNullKeyAndValue()
    • testSizeMultipleValues

      public void testSizeMultipleValues()