<?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/"
	xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"	>
<channel>
	<title>Comments on: Testing: Avoid setUp and tearDown</title>
	<atom:link href="http://johannesbrodwall.com/2008/07/02/testing-avoid-setup-and-teardown/feed/" rel="self" type="application/rss+xml" />
	<link>http://johannesbrodwall.com/2008/07/02/testing-avoid-setup-and-teardown/</link>
	<description>Johannes Brodwall&#039;s Musings on Software Architecture and Programming</description>
	<lastBuildDate>Fri, 27 Jan 2012 09:40:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Christian Rørdam</title>
		<link>http://johannesbrodwall.com/2008/07/02/testing-avoid-setup-and-teardown/comment-page-1/#comment-62491</link>
		<dc:creator>Christian Rørdam</dc:creator>
		<pubDate>Thu, 03 Jul 2008 08:35:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.brodwall.com/johannes/blog/2008/07/02/testing-avoid-setup-and-teardown/#comment-62491</guid>
		<description>Agreed! I think it is important that a test method can be read as a sequence of steps, but the steps can be reusable methods. So I do extract the gory details of actually performing the step, but I usually don&#039;t extract a subsequence of steps as a new method. And of course, I try to give the methods as good names as possible, as always.</description>
		<content:encoded><![CDATA[<p>Agreed! I think it is important that a test method can be read as a sequence of steps, but the steps can be reusable methods. So I do extract the gory details of actually performing the step, but I usually don&#8217;t extract a subsequence of steps as a new method. And of course, I try to give the methods as good names as possible, as always.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anders Norås</title>
		<link>http://johannesbrodwall.com/2008/07/02/testing-avoid-setup-and-teardown/comment-page-1/#comment-62483</link>
		<dc:creator>Anders Norås</dc:creator>
		<pubDate>Thu, 03 Jul 2008 07:31:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.brodwall.com/johannes/blog/2008/07/02/testing-avoid-setup-and-teardown/#comment-62483</guid>
		<description>Agreed! I often find myself refactoring setup methods to factories called by the individual tests whenever I come across tests that need to do some prep work before they can run. Makes things much easier to grasp when you revisit the test fixtures later.</description>
		<content:encoded><![CDATA[<p>Agreed! I often find myself refactoring setup methods to factories called by the individual tests whenever I come across tests that need to do some prep work before they can run. Makes things much easier to grasp when you revisit the test fixtures later.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christian Rørdam</title>
		<link>http://johannesbrodwall.com/2008/07/02/testing-avoid-setup-and-teardown/comment-page-1/#comment-84584</link>
		<dc:creator>Christian Rørdam</dc:creator>
		<pubDate>Thu, 03 Jul 2008 06:35:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.brodwall.com/johannes/blog/2008/07/02/testing-avoid-setup-and-teardown/#comment-84584</guid>
		<description>Agreed! I think it is important that a test method can be read as a sequence of steps, but the steps can be reusable methods. So I do extract the gory details of actually performing the step, but I usually don&#039;t extract a subsequence of steps as a new method. And of course, I try to give the methods as good names as possible, as always.</description>
		<content:encoded><![CDATA[<p>Agreed! I think it is important that a test method can be read as a sequence of steps, but the steps can be reusable methods. So I do extract the gory details of actually performing the step, but I usually don&#39;t extract a subsequence of steps as a new method. And of course, I try to give the methods as good names as possible, as always.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anders Norås</title>
		<link>http://johannesbrodwall.com/2008/07/02/testing-avoid-setup-and-teardown/comment-page-1/#comment-84583</link>
		<dc:creator>Anders Norås</dc:creator>
		<pubDate>Thu, 03 Jul 2008 05:31:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.brodwall.com/johannes/blog/2008/07/02/testing-avoid-setup-and-teardown/#comment-84583</guid>
		<description>Agreed! I often find myself refactoring setup methods to factories called by the individual tests whenever I come across tests that need to do some prep work before they can run. Makes things much easier to grasp when you revisit the test fixtures later.</description>
		<content:encoded><![CDATA[<p>Agreed! I often find myself refactoring setup methods to factories called by the individual tests whenever I come across tests that need to do some prep work before they can run. Makes things much easier to grasp when you revisit the test fixtures later.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

