[Java]Jester

http://jester.sourceforge.net/

Jester is different than code coverage tools, because it can find code that is executed by the running of tests but not actually tested. However, Jester is not meant as a replacement for code coverage tools, merely as a complementary approach.

スンマセン。まだツールのすごさが理解できない。テストに使うテストケース自体がプログラムの不具合を検出可能なものか判断する??

いろいろ調べてみると
http://www.objectclub.jp/ml-arch/extremeprogramming-jp/3600/3622.html

「コードの一部を書き換えたらUnit Testが失敗するはず。書き換えてテストしたのにテストが失敗しなかったらなんかおかしい」

というのが根拠で、テスト対象のコードを書き換えて、どのぐらい書き換えてもテストが通ってしまうかをレポートしてくれるツールみたい。

面白い視点だ。