public class DirectoryScannerParameters
extends java.lang.Object
| Constructor and Description |
|---|
DirectoryScannerParameters(java.io.File testClassesDirectory,
java.util.List includes,
java.util.List excludes,
java.lang.Boolean failIfNoTests,
java.lang.String runOrder) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List |
getExcludes()
The excludes pattern list, as specified on the plugin includes parameter.
|
java.util.List |
getIncludes()
The includes pattern list, as specified on the plugin includes parameter.
|
java.lang.String |
getRunOrder() |
java.io.File |
getTestClassesDirectory()
Returns the directory of the compiled classes, normally ${project.build.testOutputDirectory}
|
java.lang.Boolean |
isFailIfNoTests()
Indicates if lack of runable tests should fail the entire build
|
public DirectoryScannerParameters(java.io.File testClassesDirectory,
java.util.List includes,
java.util.List excludes,
java.lang.Boolean failIfNoTests,
java.lang.String runOrder)
public java.io.File getTestClassesDirectory()
public java.util.List getIncludes()
public java.util.List getExcludes()
public java.lang.Boolean isFailIfNoTests()
public java.lang.String getRunOrder()
Copyright © 2004-2016 The Apache Software Foundation. All Rights Reserved.