Simply Test Data NuGet Package

It's a very subtle test data factory with flexible capabilities to customize created objects.

Permanent customizations per type can be defined in order to be always applied on-the-fly to objects being created. At the same time any number of additional ad-hoc customizations can be applied in particular test case.

Generally the syntax is extremely simple.

Since every customization is an Action<T> where T is the type of created object. This leads to the very clean and expressive test code.

Note that this micro-framework is NOT opposed to data generation libraries or frameworks such as NBuilder or AutoPoco but can nicely complement them in most of the cases.

For quick introduction you may want to refer to Getting Started wiki page at GitHub (follow Project Site link).




Got any Simply Test Data Question?





Info

Version: 0.5.1.1
Author(s): IgorToporet
Last Update: Sunday, July 8, 2012
.NET Fiddle: Create the first Fiddle
Project Url: https://github.com/igor-toporet/simply-test-data/wiki/Getting-Started
NuGet Url: https://www.nuget.org/packages/SimplyTestData


Install
Install-Package SimplyTestData
dotnet add package SimplyTestData
paket add SimplyTestData
SimplyTestData Download (Unzip the "nupkg" after downloading)



Tags



STATS

must-have-score

avg-downloads-per-day

0

days-since-last-release

4308