Learn Entity Framework Core: https://www.learnentityframeworkcore.com/
Entity Framework Core Tutorial: https://entityframeworkcore.com/
Entity Framework 6 Tutorial: https://entityframework.net/
Info
Version: | 1.0.10 |
Author(s): | Eddie Wassef |
Last Update: | Friday, September 30, 2016 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://www.github.com/ewassef/EFUnitTestsExtensions |
NuGet Url: | https://www.nuget.org/packages/EntityFramework.Testing.Helpers |
Install
Install-Package EntityFramework.Testing.Helpers
dotnet add package EntityFramework.Testing.Helpers
paket add EntityFramework.Testing.Helpers
EntityFramework.Testing.Helpers Download (Unzip the "nupkg" after downloading)
Dependencies
- Castle.Core(>= 3.3.3)
- EntityFramework(>= 6.1.3)
- Moq(>= 4.5.21)
Tags
This helper uses the guidance from the EF team and wraps it in a helper class that allows it to return Moq objects for unit testing.
Its really just a way to hide the cruft so we can all do better testing.