SimplyTestData 0.5.1.1
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).
Install-Package SimplyTestData -Version 0.5.1.1
dotnet add package SimplyTestData --version 0.5.1.1
<PackageReference Include="SimplyTestData" Version="0.5.1.1" />
paket add SimplyTestData --version 0.5.1.1
Release Notes
This is preliminary release.
Dependencies
This package has no dependencies.
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated |
---|---|---|
0.5.1.1 | 2,242 | 7/8/2012 |