Class SetHashCodeTester<E>

  • All Implemented Interfaces:
    junit.framework.Test

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

      • getHashCodeMethods

        @GwtIncompatible
        public static java.lang.reflect.Method[] getHashCodeMethods()
        Returns the Method instances for the test methods in this class which call hashCode() on the set values so that set tests on unhashable objects can suppress it with FeatureSpecificTestSuiteBuilder.suppressing().