SimplyTestData 0.5.1.1
dotnet add package SimplyTestData --version 0.5.1.1
NuGet\Install-Package SimplyTestData -Version 0.5.1.1
<PackageReference Include="SimplyTestData" Version="0.5.1.1" />
paket add SimplyTestData --version 0.5.1.1
#r "nuget: SimplyTestData, 0.5.1.1"
// 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 | Versions 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. |
This package has no dependencies.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.5.1.1 | 261 | 7/8/2012 |
This is preliminary release.