Error!
Success!

NBuilder - fluent, rapid generation of test objects

0
kicks

NBuilder - fluent, rapid generation of test objects  (Unpublished)

Through a fluent, extensible interface, NBuilder allows you to rapidly create test data, automatically assigning values to properties and public fields that are of type of the built in .NET data types (int, string etc). NBuilder allows you to override for properties you are interested in using lambda expressions. Builder<Product>.CreateListOfSize(10) .WhereRandom(5) .Have(x => x.Price = 12.51m) .Persist();


Kicked By:
Drop Kicked By: