Info
Version: | 2.3.0 |
Author(s): | Pure Krome |
Last Update: | Sunday, May 10, 2015 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/PureKrome/WorldDomination.Raven |
NuGet Url: | https://www.nuget.org/packages/WorldDomination.Raven.Tests.Helpers |
Install
Install-Package WorldDomination.Raven.Tests.Helpers
dotnet add package WorldDomination.Raven.Tests.Helpers
paket add WorldDomination.Raven.Tests.Helpers
WorldDomination.Raven.Tests.Helpers Download (Unzip the "nupkg" after downloading)
Dependencies
- WorldDomination.Raven.Client(>= 2.2.0 && < 3.0.0)
Tags
- RavenDbTestBase to remove the large amount of test code ceremony.
- Quick access to multiple Document Sessions.
- Indexes are always indexed before any queries can be executed.
------------------------------------------------
There is a fair bit of ceremony required when creating some A/A/A test code when you're leveraging RavenDb (Embedded).
Lets reduce the time it takes to write that code.
This library helps do that!
By inheriting from the RaveDbTestBase class, most of this verbose code is now done for you in the base class :).