aQute.bnd.build
Class ProjectTester
java.lang.Object
aQute.bnd.build.ProjectTester
public abstract class ProjectTester
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProjectTester
public ProjectTester(Project project)
throws Exception
- Throws:
Exception
getProjectLauncher
public ProjectLauncher getProjectLauncher()
addTest
public void addTest(String test)
getTests
public Collection<String> getTests()
getReports
public Collection<File> getReports()
getReportDir
public File getReportDir()
setReportDir
public void setReportDir(File reportDir)
getProject
public Project getProject()
getContinuous
public boolean getContinuous()
setContinuous
public void setContinuous(boolean b)
getCwd
public File getCwd()
setCwd
public void setCwd(File dir)
prepare
public boolean prepare()
throws Exception
- Throws:
Exception
test
public abstract int test()
throws Exception
- Throws:
Exception
Copyright © 2014 aQute SARL. All rights reserved.