ニュース

モックライブラリ Moq とIoCコンテナ Autofac を使用してモック化する例です。 単体テストの基底クラスにモックの生成、検証を抽出することで、Verify 漏れを防ぎ、素早く、すっきりテストコードを書くことができます。 ※単体テストでDIコンテナを使用することの是非はここでは問いません ...
モックライブラリ Moq とDIコンテナ Unity(※1)を使用してモック化する例です。 単体テストの基底クラスにモックの生成、検証を抽出することで、Verify 漏れを防ぎ、素早く、すっきりテストコードを書くことができます。
A concise tutorial demonstrating Moq mocking framework for .NET with practical examples and complete test coverage - MinimalWindowsDev/Moq-NET-Framework-Tutorial ...
Take advantage of the Moq open source library to isolate application code from dependencies for testing.