JUnit TestResult

とやらでテストの結果にアクセスできるようだ。
RepeatedTest なんてのも。
Kent Beck Testing Framework 入門 http://homepage3.nifty.com/masarl/article/testing-framework.html
主要なクラスと使い方 http://www.ki.rim.or.jp/~kuro/Java/JUnit/JUnit-05.html
JUnit 実践講座 http://homepage3.nifty.com/masarl/article/junit.html

そういえば、「変化ヲ抱擁セヨ」のあの妙にクールなページってどこだっけ?ObjectClub?
ObjectClub - XP_jp_TOP http://www.objectclub.jp/community/XP-jp/index_html

俺式XP http://www.ne.jp/asahi/e/yamane/software/engineering/xp/

XMLでテスト・データ・セットを作成する
JXUnit http://www.metabolics.co.jp/XP/JXUnit2.0.0/
同じロジックに対してexpected,actualを用意するとして、エラーコードが帰ってきたときはエラーコードのexpectedが必要になるねぇ。
expected,actual,errors ってところか?

eXtreme Programming,eXtreme.


キーワード
・LOC
・クラス数
・テストケース数
指標値になるもの。