<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Use Fluent Builders In Your Tests &#8211; C#	</title>
	<atom:link href="https://www.cognim.co.uk/use-fluent-builders-in-your-tests/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.cognim.co.uk/use-fluent-builders-in-your-tests/</link>
	<description>Enterprise system implementation. Making the complex simple</description>
	<lastBuildDate>Tue, 15 Sep 2015 11:37:03 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Darren Hall		</title>
		<link>https://www.cognim.co.uk/use-fluent-builders-in-your-tests/#comment-144</link>

		<dc:creator><![CDATA[Darren Hall]]></dc:creator>
		<pubDate>Tue, 15 Sep 2015 11:37:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.cognim.co.uk/?p=5107#comment-144</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.cognim.co.uk/use-fluent-builders-in-your-tests/#comment-63&quot;&gt;Fergal Coffey&lt;/a&gt;.

Thanks Fergal.
AutoFixture is excellent although I prefer the specificity that custom builders give you
&lt;code&gt;    
var booking = new BookingBuilder()
                        .FromFirstDay(&quot;2015/08/15&quot;)
                        .ToLastDay(&quot;2015/08/19&quot;)
                        .ForCustomer(customer)
                        .AtCostPerDay(10);
&lt;/code&gt;

Darren]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.cognim.co.uk/use-fluent-builders-in-your-tests/#comment-63">Fergal Coffey</a>.</p>
<p>Thanks Fergal.<br />
AutoFixture is excellent although I prefer the specificity that custom builders give you<br />
<code><br />
var booking = new BookingBuilder()<br />
                        .FromFirstDay("2015/08/15")<br />
                        .ToLastDay("2015/08/19")<br />
                        .ForCustomer(customer)<br />
                        .AtCostPerDay(10);<br />
</code></p>
<p>Darren</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Fergal Coffey		</title>
		<link>https://www.cognim.co.uk/use-fluent-builders-in-your-tests/#comment-63</link>

		<dc:creator><![CDATA[Fergal Coffey]]></dc:creator>
		<pubDate>Fri, 07 Aug 2015 07:38:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.cognim.co.uk/?p=5107#comment-63</guid>

					<description><![CDATA[Nice article; check out Autofixture which does exactly this without the need for custom builders https://github.com/AutoFixture/AutoFixture]]></description>
			<content:encoded><![CDATA[<p>Nice article; check out Autofixture which does exactly this without the need for custom builders <a href="https://github.com/AutoFixture/AutoFixture" rel="nofollow ugc">https://github.com/AutoFixture/AutoFixture</a></p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
