• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: JUnit testing outside Eclipse
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: JUnit testing outside Eclipse


  • Subject: Re: JUnit testing outside Eclipse
  • From: Paul Hoadley <email@hidden>
  • Date: Tue, 10 Aug 2010 11:07:10 +0930

On 10/08/2010, at 10:40 AM, Q wrote:

This is how I currently do it:

<wounit printsummary="yes" haltonfailure="yes" showoutput="yes" dir="${dest.dir}/${project.name}.${appextension}">
<classpath refid="test.classpath" />
<formatter type="xml" />
<batchtest fork="yes" todir="${reports.tests}">
<fileset dir="${src.tests}">
<include name="**/*Tests.java" />
<exclude name="**/*TestSuite.java" />
<exclude name="**/AllTests.java" />
</fileset>
</batchtest>
<sysproperty key="user.name" value="testing" />
</wounit>


Thanks Q.  What does the 'wounit' task add to 'junit'?


-- 
Paul.

http://logicsquad.net/


 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: JUnit testing outside Eclipse
      • From: Q <email@hidden>
References: 
 >JUnit testing outside Eclipse (From: Paul Hoadley <email@hidden>)
 >Re: JUnit testing outside Eclipse (From: Chuck Hill <email@hidden>)
 >Re: JUnit testing outside Eclipse (From: Paul Hoadley <email@hidden>)
 >Re: JUnit testing outside Eclipse (From: Paul Hoadley <email@hidden>)
 >Re: JUnit testing outside Eclipse (From: Chuck Hill <email@hidden>)
 >Re: JUnit testing outside Eclipse (From: Paul Hoadley <email@hidden>)
 >Re: JUnit testing outside Eclipse (From: Q <email@hidden>)

  • Prev by Date: Re: JUnit testing outside Eclipse
  • Next by Date: Re: JUnit testing outside Eclipse
  • Previous by thread: Re: JUnit testing outside Eclipse
  • Next by thread: Re: JUnit testing outside Eclipse
  • Index(es):
    • Date
    • Thread