Class SetEqualsTester<E>

  • All Implemented Interfaces:
    junit.framework.Test

    @GwtCompatible
    public class SetEqualsTester<E>
    extends AbstractSetTester<E>
    Tests Set.equals(java.lang.Object).
    • Constructor Detail

      • SetEqualsTester

        public SetEqualsTester()
    • Method Detail

      • 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()