Class ListHashCodeTester<E>

All Implemented Interfaces:
junit.framework.Test

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

    • ListHashCodeTester

      public ListHashCodeTester()
  • Method Details

    • testHashCode

      public void testHashCode()
    • getHashCodeMethod

      public static Method getHashCodeMethod()
      Returns the Method instance for testHashCode() so that list tests on unhashable objects can suppress it with FeatureSpecificTestSuiteBuilder.suppressing().