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.Moq |
Install
Install-Package UnitTest.TestBuilder.Moq
dotnet add package UnitTest.TestBuilder.Moq
paket add UnitTest.TestBuilder.Moq
UnitTest.TestBuilder.Moq Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- Moq(>= 4.13.1)
- UnitTest.TestBuilder.Core(>= 1.1.0)
- Moq(>= 4.13.1)
- UnitTest.TestBuilder.Core(>= 1.1.0)
Tags