NSubstitute is a friendly substitute for .NET mocking frameworks. 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 1.2.1
Install-Package NSubstitute -Version 1.2.1
| 作者 | Anthony Egerton,David Tchepak |
|---|---|
| 发布时间 | 2011-10-10 13:04:06 |
| 项目主页 | http://nsubstitute.github.com |
| 许可证 | https://github.com/nsubstitute/NSubstitute/raw/master/LICENSE.txt |