Class MultisetEqualsTester<E>

  • All Implemented Interfaces:
    junit.framework.Test

    @GwtCompatible
    public class MultisetEqualsTester<E>
    extends AbstractMultisetTester<E>
    Tests for Multiset.equals and Multiset.hashCode.
    • Constructor Detail

      • MultisetEqualsTester

        public MultisetEqualsTester()
    • Method Detail

      • testEqualsSameContents

        public void testEqualsSameContents()
      • testNotEqualsEmpty

        public void testNotEqualsEmpty()
      • testHashCodeMatchesEntrySet

        public void testHashCodeMatchesEntrySet()
      • testEqualsMultisetWithNullValue

        public void testEqualsMultisetWithNullValue()