Package | Description |
---|---|
org.apache.maven.surefire.testset | |
org.apache.maven.surefire.util |
Modifier and Type | Method and Description |
---|---|
RunOrder |
DirectoryScannerParameters.getRunOrder() |
Constructor and Description |
---|
DirectoryScannerParameters(File testClassesDirectory,
List includes,
List excludes,
Boolean failIfNoTests,
RunOrder runOrder) |
Modifier and Type | Field and Description |
---|---|
static RunOrder |
RunOrder.ALPHABETICAL |
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) |
Constructor and Description |
---|
DefaultDirectoryScanner(File basedir,
List includes,
List excludes,
RunOrder runOrder) |
Copyright © 2004-2012 Apache Software Foundation. All Rights Reserved.