Info
Version: | 0.2.0 |
Author(s): | Tyler Austen |
Last Update: | Wednesday, September 4, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/tausten/Ease.Repository |
NuGet Url: | https://www.nuget.org/packages/Ease.Repository.Test |
Install
Install-Package Ease.Repository.Test
dotnet add package Ease.Repository.Test
paket add Ease.Repository.Test
Ease.Repository.Test Download (Unzip the "nupkg" after downloading)
Dependencies
- Ease.Repository(>= 0.2.0)
- AutoFixture.AutoFakeItEasy(>= 4.11.0)
- FluentAssertions(>= 5.9.0)
Tags
The abstract base classes provide a set of baseline tests as protected *_Impl(...) methods that you delegate to in trivial overrides. This provides the benefit of a default set of tests for repository classes without forcing one particular test framework or another on you.