Class ListHashCodeTester<E>

  • All Implemented Interfaces:
    junit.framework.Test

    public class ListHashCodeTester<E>
    extends AbstractListTester<E>
    Tests List.hashCode().
    • Constructor Detail

      • ListHashCodeTester

        public ListHashCodeTester()
    • Method Detail

      • testHashCode

        public void testHashCode()
      • getHashCodeMethod

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