Class NoOpTestInputPrioritizer

    • Constructor Detail

      • NoOpTestInputPrioritizer

        public NoOpTestInputPrioritizer()
    • Method Detail

      • prioritize

        public List<int[]> prioritize​(Collection<int[]> testCases,
                                      TestModel model)
        Description copied from interface: TestInputPrioritizer
        Prioritizes the given test cases according to some internal prioritization criterion. This criterion should be explained in the Javadoc of the implementation.
        Specified by:
        prioritize in interface TestInputPrioritizer
        Parameters:
        testCases - the test cases to prioritize. Must not be null
        model - the model which includes additional prioritization information. Must not be null
        Returns:
        the same test cases as in the input, but ordered according to the prioritization criteria. This must NEVER include additional/remove existing test cases! Otherwise the correct behaviour of any calling class can not be guaranteed. Consequently, null is also never a valid return value
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object