Hi,
I have a task that uses the junit gui that I have found convienient as a
part of development...
<target name="test-gui" depends="compile" description="Run the JUnit GUI">
<java classname="junit.swingui.TestRunner" fork="true">
<classpath refid="project.class.path" />
</java>
</target>
You have to type in the name of the test clsss yourself :)
> -----Original Message-----
> From: Chris Cuilla [mailto:chris.cuilla@cuilla.com]
> Sent: Sunday, January 14, 2001 1:23 PM
> To: ant-user@jakarta.apache.org
> Subject: junit GUI option
>
>
> Has anyone thought that having the option of the junit task
> invoking the GUI version of TestRunner would be nice?
>
|