Class ListHashCodeTester<E>

All Implemented Interfaces:
junit.framework.Test

@GwtCompatible(emulated=true) public class ListHashCodeTester<E> extends AbstractListTester<E>
Author:
George van den Driessche
  • Constructor Details

    • ListHashCodeTester

      public ListHashCodeTester()
  • Method Details

    • testHashCode

      public void testHashCode()
    • getHashCodeMethod

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