テスティングフレームワーク のページ
(01/03/29更新)
XUnit 本家
http://www.xprogramming.com/software.htm
wiki の別バージョン(ソースコード)
http://c2.com/cgi/wiki?TestingFramework
JUnit
http://www.junit.org/junit/doc/testinfected/testing.htm
http://www.xprogramming.com/testfram.htm
(株)永和システムマネジメントにある、上記の小野剛さんの翻訳
http://objectclub.esm.co.jp/eXtremeProgramming/TestInfected-J.html
William C. Wake の記事の、おおむらさんによる翻訳もあります。
XPにおけるテスト/コーディングサイクル: 第一部 モデル -
Test/Code Cycle in XP: Part 1, Model (訳: おおむら)
XPにおけるテスト/コーディングサイクル: 第二部 GUI -
Test/Code Cycle in XP: Part 2, GUI (訳: おおむら
JUnit3.1 (Kent Beck and Erich Gammaの元原稿)
http://www.cs.purdue.edu/homes/jv/cs510/read/junit3.1/README.html
Kent Beck Testing Framework 入門 (石井勝さんの日本語の解説)
http://member.nifty.ne.jp/masarl/article/testing-framework.html
IBM:AntとJUnitを用いた漸進的開発 単体テストでコードの品質を徐々に向上させる
http://www.jp.ibm.com/developerworks/java/010223/j_j-ant.html
豆蔵 技術資料
XPI(eXtreme Program Installed by Ronald Jeffries他著、通称ピンク本 邦訳中)14章 Rubyソース
Test First, by Intention
A code and culture translation from the original Smalltalk to Ruby
Original by Ronald Jeffries, translation by Aleksi Niemela and Dave Thomas
http://www.pragmaticprogrammer.com/ruby/articles/pink/index.html
最後の部分をカット&ペーストして実行できます。
RubyUnit(助田さん)
・RubyUnitのすすめ
Rubyを256倍使うための本のホームページ)(ascii)
Rubyを256倍使う本 極道編(助田著)は丸ごと一冊、RubyUnit の本です。ソースは上のリンクからダウンロードできます。
RubyUnit サンプルソース(上手)
BankAccount.rb
testall.rb
testTeikiYokin1nen.rb
PalmUnit
CppUnit を改造したそうで,cygwin上で動かしているそうです。
実際に燃費プログラムを作って、使い方も説明してあります。
http://www.geocities.co.jp/SiliconValley-SanJose/7344/download.html#PalmUnit
http://www.geocities.co.jp/SiliconValley-SanJose/7344/PalmUnit/index.html
(では)