Re: [configuration] JUnit 4

2009-10-08 Thread Ralph Goers
On Oct 8, 2009, at 3:53 AM, sebb wrote: I'm in the process of adding JUnit4 to JMeter, and the jar works fine with JUnit3 tests. However, JUnit4 requires Java 1.5+ which I assume is OK? Yes. configuration2 is specifically for 1.5+. Ralph -

Re: [configuration] JUnit 4

2009-10-08 Thread sebb
On 08/10/2009, Ralph Goers wrote: > > On Oct 7, 2009, at 11:14 PM, Oliver Heger wrote: > > > > I would like to switch to JUnit 4.x in the configuration2 branch. > > > > While I think it does not make a big difference, I use it in my day job > and have grown comfortable with some of the features.

Re: [configuration] JUnit 4

2009-10-07 Thread Ralph Goers
On Oct 7, 2009, at 11:14 PM, Oliver Heger wrote: I would like to switch to JUnit 4.x in the configuration2 branch. While I think it does not make a big difference, I use it in my day job and have grown comfortable with some of the features. Especially when testing expected exceptions it sa