Class MultisetEqualsTester<E>

All Implemented Interfaces:
junit.framework.Test

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

    • MultisetEqualsTester

      public MultisetEqualsTester()
  • Method Details

    • testEqualsSameContents

      public void testEqualsSameContents()
    • testNotEqualsEmpty

      public void testNotEqualsEmpty()
    • testHashCodeMatchesEntrySet

      public void testHashCodeMatchesEntrySet()
    • testEqualsMultisetWithNullValue

      public void testEqualsMultisetWithNullValue()