Define the Ant task for running JUnit and generating reports: <target name="test-html"> <junit fork="yes" printsummary="no" haltonfailure="no"> <batchtest ...
確定! 回上一頁