エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
Maintainable Swift Mocks · Masilotti.com
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
Maintainable Swift Mocks · Masilotti.com
Tests shouldn't be hard to maintain! With some help from the Darwin framework we can create simpl... Tests shouldn't be hard to maintain! With some help from the Darwin framework we can create simple, maintainable Swift mocks.Mocks are an invaluable tool in your testing toolkit. They can be used to stub behavior and keep track of function calls. When used effectively, they enable unit tests that interact solely with the subject under test, and nothing else. However, maintaining manually created m