Package net.sourceforge.cobertura.ant

Examples of net.sourceforge.cobertura.ant.InstrumentTask.addFileset()


    InstrumentTask task = new InstrumentTask();
    task.setTaskName("instr");
    task.setProject(mxtest.getProject());
    task.init();
   
    task.addFileset(fileSet);
    task.setDataFile(mxtest.getCoberturaData().getAbsolutePath());
    task.setToDir(mxtest.getInstrumentedBuild());
    task.execute();
  }
 
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.