Part 1 of this two-part series covered the mechanics of using the new assertion facility introduced in J2SE, (Java 2 Platform, Standard Edition) 1.4. This installment discusses the methodology behind ...
Anthony Goubard氏がJavalobbyにおいてThe Top 10 Unused Features in Javaというタイトルのもと、Javaで使われていない機能を紹介している。Javaの歴史を感じられるおもしろい記事だ。紹介されている使われていない機能を簡単にまとめると次のとおり。 アサーション。
18日(米国時間)、JUnitの最新版となるJUnit 4.4が公開された。JUnitはJavaで開発されたユニットテストフレームワーク。Common Public License Version 1.0のもとに公開されているテストフレームワークで、ユニットテスト用のフレームワークとしては事実上の標準。