public class DirectoryScannerParameters extends Object
Constructor and Description |
---|
DirectoryScannerParameters(File testClassesDirectory,
List<String> includes,
List<String> excludes,
List<String> specificTests,
String runOrder) |
Modifier and Type | Method and Description |
---|---|
List<String> |
getExcludes()
Deprecated.
|
List<String> |
getIncludes()
Deprecated.
|
RunOrder[] |
getRunOrder() |
List<String> |
getSpecificTests()
Deprecated.
|
File |
getTestClassesDirectory()
Returns the directory of the compiled classes, normally ${project.build.testOutputDirectory}
|
public DirectoryScannerParameters(File testClassesDirectory, @Deprecated List<String> includes, @Deprecated List<String> excludes, @Deprecated List<String> specificTests, String runOrder)
@Deprecated public List<String> getSpecificTests()
public File getTestClassesDirectory()
@Deprecated public List<String> getIncludes()
@Deprecated public List<String> getExcludes()
public RunOrder[] getRunOrder()
Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.