simpletest_1.0.1beta.eclipse_0.2.1リリース
SimpleTestのEclipseプラグインですが、新版がリリースされています。カバレッジ機能が追加されているようです。
ということで、試してみました。Notesにもある通り、カバレッジ機能にはXdebugが必要ですので、別途インストールしておきます。テストケースを実行する際に「構成および実行」を選択し、「Provide coverage data?」にチェックを入れて実行します。
Release Name: simpletest_1.0.1beta.eclipse_0.2.1Notes:
This release now supports Xdebug and can provide code coverage information about test runs. Documentation for how to use the code coverage will soon follow. This release should fix all bugs experienced by Eclipse 3.1.x users.Changes:
fixed 3.1 bug
added autoexpand of test tree on failure
added code coverage report
そうすると、コンソールにパーセンテージが出力されます。
。。。まだまだ微妙だな。。。