It's faking amazing! The easy mocking framework for .NET that works great in C# and VB.NET alike. No need to know the difference between a stub, a mock or a spy, everything's a fake! The easy to use, refactoring friendly API makes faking a breeze.
dotnet add package FakeItEasy --version 4.3.0
Install-Package FakeItEasy -Version 4.3.0
| 包名 | 版本要求 |
|---|---|
| NETStandard.Library | [1.6.1, ) |
| Castle.Core | [4.2.1, ) |
| Microsoft.Extensions.DependencyModel | [1.0.0, ) |
| System.Collections.Concurrent | [4.3.0, ) |
| System.Runtime.Loader | [4.0.0, ) |
| 作者 | Patrik Hägne, FakeItEasy contributors |
|---|---|
| 发布时间 | 2017-12-06 11:47:40 |
| 项目主页 | https://fakeiteasy.github.io/ |
| 许可证 | https://github.com/FakeItEasy/FakeItEasy/blob/master/License.txt |