On 02/09/2009, Brian Sweeney <[email protected]> wrote: > Hi, > > I started working on a task to run some of my junit code via jmeter. It > quickly became apparent (from the user mailing list archives) that junit 4.x > annotations weren't supported, so I put in some code to support them. Since > the user list seems to indicate since jmeter is a java 1.4 product, it > doesn't make a lot of sense to integrate a 1.5+ feature.
The next release of JMeter will target 1.5+; the trunk code has already been converted to use some features of 1.5 and now requires 1.5 to build. > But there appears to be a 1.5_prototype branch which seems more appropriate. That is rather old, and out of date, and is not a good starting point. > I've seen some posting asking for this feature on places like coderanch > (http://www.coderanch.com/t/435852/Testing/JUnit-sampler-JMeter), so I'd like > to contribute if possible. Any advice on the best way of delivering it would > be much appreciated. The normal way to contribute code is via patches as attachments to a Bugzilla issue. Before spending a lot of time on it, it would be helpful if you could briefly describe (here on the dev list) how you are planning to support JUnit 4 so the approach can be validated. > Thanks, > Brian > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
