aQute.bnd.build
Class ProjectTester

java.lang.Object
  extended by aQute.bnd.build.ProjectTester

public abstract class ProjectTester
extends Object


Constructor Summary
ProjectTester(Project project)
           
 
Method Summary
 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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProjectTester

public ProjectTester(Project project)
              throws Exception
Throws:
Exception
Method Detail

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.