May 08, 2006
JUnit 4.1 リリース
JUnit 4.1 がリリースされた。 README.html によると、4.0 からの変更点は
だそうだ。 特に大きな変更は無い模様。
- Bug fix: listeners now get a correct test running time, rather than always being told 0 secs.
- The @RunWith annotation is now inherited by subclasses: all subclasses of an abstract test class will be run by the same runner.
- The build script fails if the JUnit unit tests fail
- The faq has been updated
- Javadoc has been improved, with more internal links, and package descriptions added (Thanks, Matthias Schmidt!)
- An acknowledgements.txt file has been created to credit outside contributions
- The Enclosed runner, which runs all of the static inner classes of a given class, has been added to org.junit.runners.
ついでに JUnit4 の素敵な紹介記事を発見したのでメモ。
- developerWorks - JUnit 4の現状を紹介する
- http://www-06.ibm.com/jp/developerworks/java/051007/j_j-junit4.shtml
TrackBack ping me at
http://www.in-vitro.jp/blog/index.cgi/Library/20060508_01.trackback
writeback message: Ready to post a comment.
