public abstract class ProjectTester extends Object
Constructor and Description |
---|
ProjectTester(Project project) |
Modifier and Type | Method and Description |
---|---|
void |
addTest(String test) |
boolean |
getContinuous() |
File |
getCwd() |
Project |
getProject() |
ProjectLauncher |
getProjectLauncher() |
File |
getReportDir() |
Collection<File> |
getReports() |
Collection<String> |
getTests() |
boolean |
prepare() |
void |
setContinuous(boolean b) |
void |
setCwd(File dir) |
void |
setReportDir(File reportDir) |
abstract int |
test() |
public ProjectLauncher getProjectLauncher()
public void addTest(String test)
public Collection<String> getTests()
public Collection<File> getReports()
public File getReportDir()
public void setReportDir(File reportDir)
public Project getProject()
public boolean getContinuous()
public void setContinuous(boolean b)
public File getCwd()
public void setCwd(File dir)
Copyright © 2015 aQute SARL. All rights reserved.