Class SetEqualsTester<E>

All Implemented Interfaces:
junit.framework.Test

@GwtCompatible public class SetEqualsTester<E> extends AbstractSetTester<E>
Author:
George van den Driessche
  • Constructor Details

    • SetEqualsTester

      public SetEqualsTester()
  • Method Details

    • testEquals_otherSetWithSameElements

      public void testEquals_otherSetWithSameElements()
    • testEquals_otherSetWithDifferentElements

      public void testEquals_otherSetWithDifferentElements()
    • testEquals_containingNull

      public void testEquals_containingNull()
    • testEquals_otherContainsNull

      public void testEquals_otherContainsNull()
    • testEquals_smallerSet

      public void testEquals_smallerSet()
    • testEquals_largerSet

      public void testEquals_largerSet()
    • testEquals_list

      public void testEquals_list()