Class TestInputGroupContext

    • Constructor Detail

      • TestInputGroupContext

        public TestInputGroupContext​(Object identifier,
                                     TestInputGroupGenerator generator)
        Creates a new context with the given identifier and generator.
        Parameters:
        identifier - a unique identifier of this test input group
        generator - the generator used to generate the test input group
    • Method Detail

      • getIdentifier

        public Object getIdentifier()
        Returns:
        the unique identifier
      • getGenerator

        public TestInputGroupGenerator getGenerator()
        Returns:
        the generator used to generate the test input group
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object