asiftasleem / nbuilder

Automatically exported from code.google.com/p/nbuilder
0 stars 0 forks source link

Add singular versions of Have(xyz) methods #8

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
You should be able to do this:

Builder<Product>.CreateListOfSize(10).WhereTheFirst(1).Has(x => x.Title =
"TheTitle").Build();

Need to have singular versions of:

Have() -> Has()
HaveDoneToThem() -> HasDoneToIt()

And any others I've missed here.

Original issue reported on code.google.com by garethdo...@googlemail.com on 29 May 2009 at 3:30

GoogleCodeExporter commented 8 years ago

Original comment by garethdo...@googlemail.com on 1 Jun 2009 at 2:35

GoogleCodeExporter commented 8 years ago

Original comment by garethdo...@googlemail.com on 6 Jun 2009 at 11:31