作者 Mike Bria, 翻訳者 編集部 投稿日 2008年7月16日 午前12時34分 コミュニティ .NET, Java, Agile トピック Artifacts & Tools, ユニットテスト タグ C++ 近ごろGoogleは、C++開発向けxUnit(リンク)ベースのテストフレームワークをオープンソース化した。プ... 続きを読む
jQueryのSubversionリポジトリにtestフォルダがあって、jQuery自身のテストが納められていたのですが、そこで使われているテスティングフレームワークがQUnitとしてトップレベルのプロジェクトになったようです。 QUnit - jQuery JavaScript Library これを使う... 続きを読む
I've updated my posts on creating and debugging unit tests for for Cocoa applications and frameworks for Xcode 3.0. If you have any additional questions about how unit testing works in Xcode, don't hesitate to ask! Here are pointers to the up... 続きを読む
If you’re writing C/C++ code, it’s natural to write your unit tests in the same language (or use C++ for your C test code). All the well-known unit testing tools take this approach. I think we can agree that neither language offers the best... 続きを読む