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

0
3 comments

On 2007-07-26 04:18:39 +0400, Dave Griffith <dave.griffith@cnn.com> said:

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


Yeah, it will be there.

0

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

0

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

0

Please sign in to leave a comment.