Class ListEqualsTester<E>

All Implemented Interfaces:
junit.framework.Test

public class ListEqualsTester<E> extends AbstractListTester<E>
  • Constructor Details

    • ListEqualsTester

      public ListEqualsTester()
  • Method Details

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