<?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"
	>
<channel>
	<title>Comments on: Fixture instances in DUnit vs. NUnit</title>
	<atom:link href="http://blog.excastle.com/2006/04/29/fixture-instances-in-dunit-vs-nunit/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.excastle.com/2006/04/29/fixture-instances-in-dunit-vs-nunit/</link>
	<description>Life, .NET, and Cats</description>
	<pubDate>Sat, 11 Oct 2008 09:19:04 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: Joe White</title>
		<link>http://blog.excastle.com/2006/04/29/fixture-instances-in-dunit-vs-nunit/#comment-5573</link>
		<dc:creator>Joe White</dc:creator>
		<pubDate>Sun, 30 Apr 2006 21:59:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.excastle.com/2006/04/29/fixture-instances-in-dunit-vs-nunit/#comment-5573</guid>
		<description>If you initialize *all* of your state in SetUp, then yep, you're fine. It's when you start making assumptions that you can get into trouble. Unfortunately, it's all too easy not to notice you're making assumptions...
</description>
		<content:encoded><![CDATA[<p>If you initialize *all* of your state in SetUp, then yep, you&#8217;re fine. It&#8217;s when you start making assumptions that you can get into trouble. Unfortunately, it&#8217;s all too easy not to notice you&#8217;re making assumptions&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Samuel</title>
		<link>http://blog.excastle.com/2006/04/29/fixture-instances-in-dunit-vs-nunit/#comment-5572</link>
		<dc:creator>Samuel</dc:creator>
		<pubDate>Sun, 30 Apr 2006 21:05:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.excastle.com/2006/04/29/fixture-instances-in-dunit-vs-nunit/#comment-5572</guid>
		<description>The real moral of this story is that you should always use SetUp to initialize all of your test state.  In both styles, that is guaranteed to take care of this.
</description>
		<content:encoded><![CDATA[<p>The real moral of this story is that you should always use SetUp to initialize all of your test state.  In both styles, that is guaranteed to take care of this.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
