2005-09-14から1日間の記事一覧

A Set of Unit Testing Rules

http://www.artima.com/weblogs/viewpost.jsp?thread=126923A test is not a unit test if: It talks to the database It communicates across the network It touches the file system It can't run at the same time as any of your other unit tests You …

Mockrunner

http://mockrunner.sourceforge.net/ とりあえず、概要説明だけ読んでみたが、JUnitの拡張とのこと。APIでモックオブジェクトの操作ができるとか云々。JUnitとEasyMockを組み合わせた場合とどう違うのでしょうか? 暇があったら評価してみようかな。

アーキテクチャの採用理由を説明できるか?

atmarkitで「アーキテクチャの採用理由を説明できるか?」という記事を見かけました。 http://www.atmarkit.co.jp/farc/rensai/28it02/28it02.htmlこの記事にはもっともらしいことが書いてあります。しかし「ITアーキテクトが説明責任を全うすべきだ」という…