NBuilder website launched - Rapid generation of test objects for .NET(nbuilder.org)

submitted by garethdown44garethdown44(45) 2 years, 11 months ago

NBuilder now has a website which will serve as the home for all its documentation. http://nbuilder.org About NBuilder - 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 (e.g. ints and strings). NBuilder allows you to override for properties you are interested in using lambda expressions. Example usage: Builder<Product> .CreateListOfSize(10) .WhereTheFirst(2) .Have(x => x.Title = "special title") .And(x => x.Price = 15.24m) .Build(); NBuilder is an open source project, hosted on google code.

add a comment |category: |Views: 15

tags: another

new Add a live kick counter to your blog >> liveImage

You can even customize the image by choosing your own colors, and then clicking the button below to update the preview and the html code:

  • "Kick It" text
  • "Kick It" background
  • kick count text
  • kick count background
  • border

Simply copy and paste this HTML into your blog post.


Users who kicked this story:
Comments:

No comments so far

information Login or create an account to comment on this story