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)
Dependencies
Tags
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).