<?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: Using Builders in Tests</title>
	<atom:link href="http://sarahtaraporewalla.com/thoughts/testing/using-builders-in-tests/feed/" rel="self" type="application/rss+xml" />
	<link>http://sarahtaraporewalla.com/thoughts/testing/using-builders-in-tests/</link>
	<description></description>
	<lastBuildDate>Mon, 01 Feb 2010 18:01:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Mark</title>
		<link>http://sarahtaraporewalla.com/thoughts/testing/using-builders-in-tests/comment-page-1/#comment-199</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Wed, 19 Nov 2008 11:52:14 +0000</pubDate>
		<guid isPermaLink="false">http://sarahtaraporewalla.com/thoughts/?p=90#comment-199</guid>
		<description>You can reduce a bit of boilerplate using a hashmap of field name to field values and pushing them into the object with reflection.</description>
		<content:encoded><![CDATA[<p>You can reduce a bit of boilerplate using a hashmap of field name to field values and pushing them into the object with reflection.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pat</title>
		<link>http://sarahtaraporewalla.com/thoughts/testing/using-builders-in-tests/comment-page-1/#comment-198</link>
		<dc:creator>Pat</dc:creator>
		<pubDate>Wed, 19 Nov 2008 08:26:46 +0000</pubDate>
		<guid isPermaLink="false">http://sarahtaraporewalla.com/thoughts/?p=90#comment-198</guid>
		<description>I definitely like builders (actually, builder + factory here as most builders normally don&#039;t have defaults) for the reasons you mention. 

However, I think it&#039;s more important to point out their value in highlighting what is &lt;strong&gt;different&lt;/strong&gt; about this particular test.</description>
		<content:encoded><![CDATA[<p>I definitely like builders (actually, builder + factory here as most builders normally don&#8217;t have defaults) for the reasons you mention. </p>
<p>However, I think it&#8217;s more important to point out their value in highlighting what is <strong>different</strong> about this particular test.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
