com.sun.javatest
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
 boolean[] getPriorStatusValues()
          Get an array of booleans which identify tests to be run according to their prior execution status.
 

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


Copyright (c) 1996, 2010, Oracle and/or its affiliates. All rights reserved.