RE: JUnit task problem

2005-02-17 Thread Frank W. Zammetti
t; http://www.manning-source.com/books/hatcher/hatcher_ch04.pdf (sample > chapter Testing with JUnit, from Java Development with Ant). > > Kajsa Anderson > >> -Original Message- >> From: Frank W. Zammetti [mailto:[EMAIL PROTECTED] >> Sent: Thursday, February 17,

RE: JUnit task problem

2005-02-17 Thread Dominique Devienne
obably want the first formatter. ... > -Original Message- > From: Frank W. Zammetti [mailto:[EMAIL PROTECTED] > Sent: Thursday, February 17, 2005 1:45 PM > To: Ant Users List > Subject: RE: JUnit task problem > > I though

RE: JUnit task problem

2005-02-17 Thread Kajsa.Anderson
h Ant). Kajsa Anderson > -Original Message- > From: Frank W. Zammetti [mailto:[EMAIL PROTECTED] > Sent: Thursday, February 17, 2005 1:45 PM > To: Ant Users List > Subject: RE: JUnit task problem > > > I thought of that too... I wasn't sure it it was needed or

RE: JUnit task problem

2005-02-17 Thread Frank W. Zammetti
I thought of that too... I wasn't sure it it was needed or not so I left it out just to have a slightly simpler class... however, I did try putting it in and it doesn't make the error go away. I'll leave it in for now anyway, but that doesn't seem to be it. -- Frank W. Zammetti Founder and Chief

RE: JUnit task problem

2005-02-17 Thread Kajsa.Anderson
I think your test class needs a constructor (inserted below). > -Original Message- > From: Frank W. Zammetti [mailto:[EMAIL PROTECTED] > Sent: Thursday, February 17, 2005 11:29 AM > To: user@ant.apache.org > Subject: JUnit task problem > > > Hi again... having a bit of problem with my f