Interface Parameters.PriorStatusParameters

All Known Subinterfaces:
Parameters.MutablePriorStatusParameters
All Known Implementing Classes:
BasicParameters, FileParameters, PriorStatusInterview
Enclosing interface:
Parameters

public static interface Parameters.PriorStatusParameters
An interface providing basic abstract access to a set of booleans which can be used to select tests according to their prior execution status.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean[]
    Get an array of booleans which identify tests to be run according to their prior execution status.
  • Method Details

    • 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: