Informatica ActiveVOS
- Informatica ActiveVOS 9.2.5
- All Products
<target depends="init" name="instrument"> <!-- optional <coverage activitycoverage="true" linkcoverage="true" /> --> <bunit-instrument> <filelist> <file name="../bpel/myFile.bpel"/> </filelist> </bunit-instrument>
(totalTrue + totalFalse) / (totalLinksWithConditions *2).
<typedef classname="com.activee.ant.bunit.tasks.AeBUnitTask" loaderref="bunit" classpathref="bunit.classpath" name="bunit"/> <typedef classname="com.activee.ant.bunit.coverage.AeBUnitInstrumentTask" loaderref="bunit" classpathref="bunit.classpath" name="bunit-instrument"/> <typedef classname="com.activee.ant.bunit.coverage.AeBUnitCoverageReportTask" loaderref="bunit" classpathref="bunit.classpath" name="bunit-report"/>
<bunit-instrument> <coverage activitycoverage="true" linkcoverage="true" /> <filelist> <file name="../bpel/myBEPL.bpel"/> </filelist> </bunit-instrument>
<bunit processLogging="urn:ae:full" trace="on"> <engineProperties> <engineProperty name="CustomManagers/AeBUnitCoverageManager/Class" value="com.activee.rt.bunit.coverage.AeBUnitCoverageManager"/> </engineProperties> <filelist> <file name="CancelTO.bunit"/> <file name="CreateTO.bunit"/> <file name="SubmitPO_UNI.bunit"/> <file name="SubmitUNIPO_AIFallOut.bunit"/> </filelist> </bunit>
<bunit-report reportType="HTML" destdir="/Users/User1/Downloads/bunit/html" />