• Home
  • Raw
  • Download

Lines Matching full:junit

249     <target name="test-init-junit-dependency" depends="init-ivy">
253 <target name="init" depends="test-init-junit-dependency"
288 <delete dir="${junit.out.dir}/checkTest"/>
289 <mkdir dir="${junit.out.dir}/checkTest"/>
291 <junit printsummary="yes" fork="yes">
296 <path refid="junit.jars"/>
297 <path refid="junit.icu.jars"/>
299 …<test name="${testclass}" todir="${junit.out.dir}/checkTest" outfile="checkTest" methods="${testna…
302 …<test name="${testclass}" todir="${junit.out.dir}/checkTest" outfile="checkTest" if="testaction.cl…
305 </junit>
307 <junitreport todir="${junit.out.dir}/checkTest">
308 <fileset dir="${junit.out.dir}/checkTest">
311 <report format="frames" todir="${junit.out.dir}/checkTest/html"/>
325 …<echo>Execute JUnit testing using -Dtestclass='class-name' -Dtestnames='test-name1>, test-name2, .…
328 <!-- Junit Targets -->
329 <macrodef name="icu-junit">
332 <attribute name="classpath" default="junit.icu.jars"/>
334 <element name="junit-fileset"/>
335 <element name="junit-parameters" optional="true"/>
341 <delete dir="${junit.out.dir}/@{test-name}"/>
342 <mkdir dir="${junit.out.dir}/@{test-name}"/>
344 <junit fork="yes" forkmode="once" printsummary="yes" haltonfailure="no"
345 failureproperty="@{failure-status}" tempdir="${junit.out.dir}">
352 <junit-parameters/>
354 <path refid="junit.jars"/>
360 <batchtest todir="${junit.out.dir}/@{test-name}">
361 <junit-fileset/>
363 </junit>
365 <junitreport tofile="@{test-name}-TestSuite.xml" todir="${junit.out.dir}/@{test-name}">
366 <fileset dir="${junit.out.dir}/@{test-name}">
369 <report format="frames" todir="${junit.out.dir}/@{test-name}/html"/>
377 <property name="junit.out.dir" value="${out.dir}/junit-results"/>
378 <property name="junit.core.jar" value="${external-jars}/junit-4.12.jar"/>
379 <property name="junit.hamcrest.jar" value="${external-jars}/hamcrest-core-1.3.jar"/>
380 <property name="junit.junitparams.jar" value="${external-jars}/JUnitParams-1.0.5.jar"/>
381 <path id="junit.jars">
382 <pathelement path="${junit.core.jar}"/>
383 <pathelement path="${junit.hamcrest.jar}"/>
384 <pathelement path="${junit.junitparams.jar}"/>
387 <path id="junit.icu.jars">
406 <path id="junit.icu.release.jars">
412 <path id="junit.icu.localespi-tests.jars">
417 <path id="junit.icu.localespi-tests.java9.jars">
485 <fail message="test failed" if="icu-junit-failure" />
490 <fail message="test failed" if="icu-junit-failure" />
495 <fail message="test failed" if="icu-junit-failure" />
499 <icu-junit test-name="releaseJarCheck"
500 classpath="junit.icu.release.jars"
501 failure-status="icu-junit-failure">
502 <junit-fileset>
506 </junit-fileset>
507 </icu-junit>
508 <fail message="test failed - icu4j/icu4j-charset" if="icu-junit-failure" />
516 <icu-junit test-name="releaseJarCheck-localespi"
517 classpath="junit.icu.localespi-tests.jars"
519 failure-status="icu-junit-failure">
520 <junit-fileset>
524 </junit-fileset>
525 </icu-junit>
526 <fail message="test failed - icu4j-localespi" if="icu-junit-failure" />
530 <icu-junit test-name="timeZoneCheck"
532 failure-status="icu-junit-failure">
533 <junit-fileset>
537 </junit-fileset>
538 </icu-junit>
539 <fail message="test failed" if="icu-junit-failure" />
548 <path id="junit.icu.jars.PackagingCheckNoLangData">
556 <path id="junit.icu.jars.PackagingCheckNoRegionData">
564 <path id="junit.icu.jars.PackagingCheckNoLangNorRegionData">
573 <icu-junit test-name="packaging-NoLangData"
574 classpath="junit.icu.jars.PackagingCheckNoLangData"
575 failure-status="icu-junit-failure">
576 <junit-fileset>
580 </junit-fileset>
581 </icu-junit>
586 <icu-junit test-name="packaging-NoRegionData"
587 classpath="junit.icu.jars.PackagingCheckNoRegionData"
588 failure-status="icu-junit-failure">
589 <junit-fileset>
593 </junit-fileset>
594 </icu-junit>
599 <icu-junit test-name="packaging-NoLangNorRegionData"
600 classpath="junit.icu.jars.PackagingCheckNoLangNorRegionData"
601 failure-status="icu-junit-failure">
602 <junit-fileset>
606 </junit-fileset>
607 </icu-junit>
614 <fail message="test failed" if="icu-junit-failure" />
618 <icu-junit test-name="core" failure-status="icu-junit-failure">
619 <junit-fileset>
623 </junit-fileset>
624 </icu-junit>
629 <fail message="test failed" if="icu-junit-failure" />
633 <icu-junit test-name="charset" failure-status="icu-junit-failure">
634 <junit-fileset>
638 </junit-fileset>
639 </icu-junit>
644 <fail message="test failed" if="icu-junit-failure" />
648 <icu-junit test-name="collate" failure-status="icu-junit-failure">
649 <junit-fileset>
653 </junit-fileset>
654 </icu-junit>
659 <fail message="test failed" if="icu-junit-failure" />
663 <icu-junit test-name="translit" failure-status="icu-junit-failure">
664 <junit-fileset>
668 </junit-fileset>
669 </icu-junit>
674 <fail message="test failed" if="icu-junit-failure" />
678 <icu-junit test-name="localespi"
679 classpath="junit.icu.localespi-tests.jars"
681 failure-status="icu-junit-failure">
682 <junit-fileset>
686 </junit-fileset>
687 </icu-junit>
691 <icu-junit test-name="localespi"
692 classpath="junit.icu.localespi-tests.java9.jars"
694 failure-status="icu-junit-failure">
695 <junit-fileset>
699 </junit-fileset>
700 </icu-junit>
706 <fail message="test failed" if="icu-junit-failure" />
710 <icu-junit test-name="secureCheck"
711 classpath="junit.icu.release.jars"
713 failure-status="icu-junit-failure">
714 <junit-fileset>
718 </junit-fileset>
719 </icu-junit>
720 <fail message="test failed" if="icu-junit-failure" />
1247 <reference refid="junit.jars"/>
1253 <reference refid="junit.jars"/>
1259 <reference refid="junit.jars"/>
1265 <reference refid="junit.jars"/>
1271 <reference refid="junit.jars"/>
1277 <reference refid="junit.jars"/>
1283 <reference refid="junit.jars"/>
1537 <junit fork="yes" forkmode="once" printsummary="yes" haltonfailure="no">
1541 <path refid="junit.jars"/>
1542 <path refid="junit.icu.jars"/>
1545 <batchtest todir="${junit.out.dir}/core">
1550 </junit>
1555 <junit fork="yes" forkmode="once" printsummary="yes" haltonfailure="no">
1559 <path refid="junit.jars"/>
1560 <path refid="junit.icu.jars"/>
1563 <batchtest todir="${junit.out.dir}/charset">
1568 </junit>
1573 <junit fork="yes" forkmode="once" printsummary="yes" haltonfailure="no">
1577 <path refid="junit.jars"/>
1578 <path refid="junit.icu.jars"/>
1581 <batchtest todir="${junit.out.dir}/collate">
1586 </junit>
1591 <junit fork="yes" forkmode="once" printsummary="yes" haltonfailure="no">
1595 <path refid="junit.jars"/>
1596 <path refid="junit.icu.jars"/>
1599 <batchtest todir="${junit.out.dir}/translit">
1604 </junit>