Class ListEqualsTester<E>

  • All Implemented Interfaces:
    junit.framework.Test

    @GwtCompatible
    public class ListEqualsTester<E>
    extends AbstractListTester<E>
    Tests List.equals(java.lang.Object).
    • Constructor Detail

      • ListEqualsTester

        public ListEqualsTester()
    • Method Detail

      • testEquals_otherListWithSameElements

        public void testEquals_otherListWithSameElements()
      • testEquals_otherListWithDifferentElements

        public void testEquals_otherListWithDifferentElements()
      • testEquals_otherListContainingNull

        public void testEquals_otherListContainingNull()
      • testEquals_containingNull

        public void testEquals_containingNull()
      • testEquals_shorterList

        public void testEquals_shorterList()
      • testEquals_longerList

        public void testEquals_longerList()
      • testEquals_set

        public void testEquals_set()