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:[EMAIL PROTECTED]]
> Sent: Sunday, January 14, 2001 1:23 PM
> To: [EMAIL PROTECTED]
> Subject: junit GUI option
> 
> 
> Has anyone thought that having the option of the junit task 
> invoking the GUI version of TestRunner would be nice?
> 

Reply via email to