public class DirectoryScannerParameters extends Object
| Constructor and Description | 
|---|
DirectoryScannerParameters(File testClassesDirectory,
                          List<String> includes,
                          List<String> excludes,
                          List<String> specificTests,
                          boolean failIfNoTests,
                          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} 
 | 
boolean | 
isFailIfNoTests()
Indicates if lack of runable tests should fail the entire build 
 | 
public DirectoryScannerParameters(File testClassesDirectory, @Deprecated List<String> includes, @Deprecated List<String> excludes, @Deprecated List<String> specificTests, boolean failIfNoTests, String runOrder)
@Deprecated public List<String> getSpecificTests()
public File getTestClassesDirectory()
@Deprecated public List<String> getIncludes()
@Deprecated public List<String> getExcludes()
public boolean isFailIfNoTests()
public RunOrder[] getRunOrder()
Copyright © 2004–2018 The Apache Software Foundation. All rights reserved.