Class SetHashCodeTester<E>

  • All Implemented Interfaces:
    junit.framework.Test

    public class SetHashCodeTester<E>
    extends AbstractSetTester<E>
    Tests Set.hashCode().
    • Constructor Detail

      • SetHashCodeTester

        public SetHashCodeTester()
    • Method Detail

      • testHashCode

        public void testHashCode()
      • testHashCode_containingNull

        public void testHashCode_containingNull()
      • getHashCodeMethods

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