Package aQute.bnd.build
Class ProjectTester
java.lang.Object
aQute.bnd.build.ProjectTester
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate boolean
private final ProjectLauncher
private final Project
private File
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
boolean
getCwd()
getTests()
boolean
prepare()
void
void
setContinuous
(boolean b) void
void
setReportDir
(File reportDir) abstract int
test()
protected void
-
Field Details
-
project
-
launcher
-
tests
-
reportDir
-
continuous
private boolean continuous
-
-
Constructor Details
-
ProjectTester
- Throws:
Exception
-
-
Method Details
-
getProjectLauncher
-
addTest
-
getTests
-
getReports
-
getReportDir
-
setReportDir
-
getProject
-
getContinuous
public boolean getContinuous() -
setContinuous
public void setContinuous(boolean b) -
getCwd
-
setCwd
-
prepare
- Throws:
Exception
-
updateFromProject
- Throws:
Exception
-
test
- Throws:
Exception
-
registerForNotifications
-