Package | Description |
---|---|
org.apache.maven.surefire.testset | |
org.apache.maven.surefire.util |
Modifier and Type | Method and Description |
---|---|
RunOrder[] |
RunOrderParameters.getRunOrder() |
RunOrder[] |
DirectoryScannerParameters.getRunOrder() |
Constructor and Description |
---|
RunOrderParameters(RunOrder[] runOrder,
File runStatisticsFile) |
Modifier and Type | Field and Description |
---|---|
static RunOrder |
RunOrder.ALPHABETICAL |
static RunOrder |
RunOrder.BALANCED |
static RunOrder[] |
RunOrder.DEFAULT |
static RunOrder |
RunOrder.FAILEDFIRST |
static RunOrder |
RunOrder.FILESYSTEM |
static RunOrder |
RunOrder.HOURLY |
static RunOrder |
RunOrder.RANDOM |
static RunOrder |
RunOrder.REVERSE_ALPHABETICAL |
Modifier and Type | Method and Description |
---|---|
static RunOrder |
RunOrder.valueOf(String name) |
static RunOrder[] |
RunOrder.valueOfMulti(String values)
Returns the specified RunOrder
|
Modifier and Type | Method and Description |
---|---|
static String |
RunOrder.asString(RunOrder[] runOrder) |
Copyright © 2004–2018 The Apache Software Foundation. All rights reserved.