JUnit 4.4 support
Any chance of getting JUnit 4.4 support in by Milestone 2? We'd like to move to it (Hamcrest matchers, yum!) but most of the folk here are sticking to milestones, rather than taking the latest EAPs.
--Dave Griffith
Please sign in to leave a comment.
On 2007-07-26 04:18:39 +0400, Dave Griffith <dave.griffith@cnn.com> said:
Yeah, it will be there.
Hm, don't you already fell the itch to write a couple of inspections or intentions to transform the old syntax to assertThat/Hamcrest?
:-D
It's trickier than you would think, because IDEA doesn't have a way of saying "static methods of these classes should be shortened via static import, if possible", and the Hamcrest doesn't make any damn sense if you don't have static imports available. That said, yeah, I'm planning automated conversion utils.
--Dave Griffith