2
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

C# でユニットテストの書き方を学ぶ本

Last updated at Posted at 2013-12-10

C# でユニットテストの書き方を学ぶ本というと THE ART OF UNIT TESTING を紹介するな。洋書だけど。
テストダブルの考え方とかこれで知った。
ユニットテスト必須と言う割りに周りも依存関係の断ち方とか知らなかったので役に立った。モックフレームワークの利用とかでかなり楽になるし。
しかしもうできちゃった所は直せないとかだったのでレガシーコード相手のテストは作られず終りレガシーコードのままメンテナンスモードになったのであった。

http://artofunittesting.com/
http://www.manning.com/osherove2/

2
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?