Class ListHashCodeTester<E>

  • All Implemented Interfaces:
    junit.framework.Test

    @GwtCompatible(emulated=true)
    public class ListHashCodeTester<E>
    extends AbstractListTester<E>
    Tests List.hashCode().
    Author:
    George van den Driessche
    • Method Detail

      • getHashCodeMethod

        @GwtIncompatible
        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().