public class RunOrder
extends Object
A RunOrder specifies the order in which the tests will be run.
- Author:
- Stefan Birkner
-
-
Method Summary
Returns the specified RunOrder
-
Field Details
-
ALPHABETICAL
public static final RunOrder ALPHABETICAL
-
-
-
-
REVERSE_ALPHABETICAL
public static final RunOrder REVERSE_ALPHABETICAL
-
-
FAILEDFIRST
public static final RunOrder FAILEDFIRST
-
-
Method Details
-
valueOfMulti
Returns the specified RunOrder
- Parameters:
values - the runorder string value
- Returns:
- an array of RunOrder objects, never null
-
-
-
-