Interface Parameters.PriorStatusParameters

    • Method Detail

      • getPriorStatusValues

        boolean[] getPriorStatusValues()
        Get an array of booleans which identify tests to be run according to their prior execution status. The array can be indexed by the constants Status.PASSED, Status.FAILED, Status.ERROR, and Status.NOT_RUN. For each of those values, if the corresponding boolean in the array is true, a test will be selected if its status matches the index. If the array is null, all tests will be selected.
        Returns:
        an array of booleans which identifying tests to be run according to their prior execution status, or null if no such criteria is required.
        See Also:
        Parameters.getPriorStatusValues()