|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.surefire.testset.DirectoryScannerParameters
public class DirectoryScannerParameters
Constructor Summary | |
---|---|
DirectoryScannerParameters(File testClassesDirectory,
List includes,
List excludes,
List specificTests,
Boolean failIfNoTests,
String runOrder)
|
Method Summary | |
---|---|
List |
getExcludes()
The excludes pattern list, as specified on the plugin includes parameter. |
List |
getIncludes()
The includes pattern list, as specified on the plugin includes parameter. |
RunOrder[] |
getRunOrder()
|
List |
getSpecificTests()
|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DirectoryScannerParameters(File testClassesDirectory, List includes, List excludes, List specificTests, Boolean failIfNoTests, String runOrder)
Method Detail |
---|
public List getSpecificTests()
public File getTestClassesDirectory()
public List getIncludes()
public List getExcludes()
public Boolean isFailIfNoTests()
public RunOrder[] getRunOrder()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |