A test library that helps to write unit tests faster by abstractin out the boilerplate codes and let the developers focus on the actual logics of the unit tests instead.
Info
| Version: | 1.1.0 |
| Author(s): | Jacky Mo |
| Last Update: | Tuesday, January 14, 2020 |
| .NET Fiddle: | Create the first Fiddle |
| NuGet Url: | https://www.nuget.org/packages/UnitTest.TestBuilder.FakeItEasy |
Install
Install-Package UnitTest.TestBuilder.FakeItEasy
dotnet add package UnitTest.TestBuilder.FakeItEasy
paket add UnitTest.TestBuilder.FakeItEasy
UnitTest.TestBuilder.FakeItEasy Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- FakeItEasy(>= 5.5.0)
- UnitTest.TestBuilder.Core(>= 1.1.0)
- FakeItEasy(>= 5.5.0)
- UnitTest.TestBuilder.Core(>= 1.1.0)
Tags