NSubstitute is a friendly substitute for .NET mocking framekworks. It has a simple, succinct syntax to help developers write clearer tests. NSubstitute is designed for Arrange-Act-Assert (AAA) testing and with Test Driven Development (TDD) in mind.
dotnet add package NSubstitute --version 0.9.5
Install-Package NSubstitute -Version 0.9.5
| 作者 | Anthony Egerton,David Tchepak |
|---|---|
| 发布时间 | 1900-01-01 00:00:00 |
| 项目主页 | http://nsubstitute.github.com |
| 许可证 | http://www.opensource.org/licenses/bsd-license.php |