Testing

Java Testing Framework

JUnit 4 CVS repository TestNG JTiger Test Framework Comparison / Justin Lee TestNGでJavaユニット・テストを楽々行う / Filippo Diotalevi JUnit 4の現状を紹介する / Elliotte Harold JUnit 4 の胎動 / t-wada

Unit testとは

Elfreide Dustin が http://www.ratio.co.uk/objectiveview.html#issue8 に書いているユニットテストの記事を読んで、http://d.hatena.ne.jp/yyamano/20050915#p1 に書いた、ユニットテストである条件に対する僕の感覚はXP(あるいはTDDでもいいけど)に影響さ…

A Set of Unit Testing Rules

http://www.artima.com/weblogs/viewpost.jsp?thread=126923 http://beust.com/weblog/archives/000319.html Michael Feathersは以下のようなものはユニットテストではないといっている。 * It talks to the database * It communicates across the network …