Test framework abstracts the boilerplate required to use an auto mocking container in a unit test project.
Info
Version: | 1.1.0 |
Author(s): | Kevin Kuszyk |
Last Update: | Tuesday, October 20, 2015 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/kevinkuszyk/test-framework |
NuGet Url: | https://www.nuget.org/packages/TestFramework.NUnit.Ninject.NSubstitute |
Install
Install-Package TestFramework.NUnit.Ninject.NSubstitute
dotnet add package TestFramework.NUnit.Ninject.NSubstitute
paket add TestFramework.NUnit.Ninject.NSubstitute
TestFramework.NUnit.Ninject.NSubstitute Download (Unzip the "nupkg" after downloading)
Dependencies
- Ninject.MockingKernel.NSubstitute(3.2.0.0)
- NUnit(2.6.3)
Tags