Class SetHashCodeTester<E>

    • Constructor Detail

      • SetHashCodeTester

        public SetHashCodeTester()
    • Method Detail

      • testHashCode

        public void testHashCode()
      • testHashCode_containingNull

        public void testHashCode_containingNull()
      • 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().