Which JUnit version?

2011-02-19 Thread Patricia Shanahan
I'm converting my own informal tests of my FastList implementation into a JUnit test that can be checked in for regression testing. Can I use JUnit 4, or are we limited to JUnit 3? Patricia

Re: Which JUnit version?

2011-02-19 Thread Greg Trasuk
On Sat, 2011-02-19 at 13:11, Patricia Shanahan wrote: > I'm converting my own informal tests of my FastList implementation into > a JUnit test that can be checked in for regression testing. Can I use > JUnit 4, or are we limited to JUnit 3? > > Patricia I don't see any problem with JUnit 4, si

Re: Which JUnit version?

2011-02-19 Thread Peter Firmstone
I think someone also mentioned TestNG, which sounded promising, I was happy to convert my junit tests, although I haven't done so yet. Cheers, Peter. Greg Trasuk wrote: On Sat, 2011-02-19 at 13:11, Patricia Shanahan wrote: I'm converting my own informal tests of my FastList implementation

Re: Which JUnit version?

2011-02-19 Thread Konstantin Boudnik
On Sat, Feb 19, 2011 at 07:51PM, Greg Trasuk wrote: > > On Sat, 2011-02-19 at 13:11, Patricia Shanahan wrote: > > I'm converting my own informal tests of my FastList implementation into > > a JUnit test that can be checked in for regression testing. Can I use > > JUnit 4, or are we limited to JU