SimplyTestData 0.5.1.1

dotnet add package SimplyTestData --version 0.5.1.1
NuGet\Install-Package SimplyTestData -Version 0.5.1.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="SimplyTestData" Version="0.5.1.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SimplyTestData --version 0.5.1.1
#r "nuget: SimplyTestData, 0.5.1.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install SimplyTestData as a Cake Addin
#addin nuget:?package=SimplyTestData&version=0.5.1.1

// Install SimplyTestData as a Cake Tool
#tool nuget:?package=SimplyTestData&version=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).

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.5.1.1 3,266 7/8/2012

This is preliminary release.