<?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: Setting up NUnit for C# Unit Testing with Visual Studio C# Express 2008</title>
	<atom:link href="http://www.dijksterhuis.org/setting-up-nunit-for-c-unit-testing-with-visual-studio-c-express-2008/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dijksterhuis.org/setting-up-nunit-for-c-unit-testing-with-visual-studio-c-express-2008/</link>
	<description>Information, news about programming in C#</description>
	<lastBuildDate>Sun, 21 Feb 2010 16:48:33 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Hakbor</title>
		<link>http://www.dijksterhuis.org/setting-up-nunit-for-c-unit-testing-with-visual-studio-c-express-2008/comment-page-1/#comment-2365</link>
		<dc:creator>Hakbor</dc:creator>
		<pubDate>Sun, 21 Feb 2010 16:48:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.dijksterhuis.org/?p=292#comment-2365</guid>
		<description>This works fine.
But to get the NUnit to use my current tests (and not the old ones) , it is not sufficient to Build (F6) the test project; I have to Run it (F5).
Is this the best practice, or have I missed something ?</description>
		<content:encoded><![CDATA[<p>This works fine.<br />
But to get the NUnit to use my current tests (and not the old ones) , it is not sufficient to Build (F6) the test project; I have to Run it (F5).<br />
Is this the best practice, or have I missed something ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martijn</title>
		<link>http://www.dijksterhuis.org/setting-up-nunit-for-c-unit-testing-with-visual-studio-c-express-2008/comment-page-1/#comment-1752</link>
		<dc:creator>Martijn</dc:creator>
		<pubDate>Thu, 17 Dec 2009 00:55:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.dijksterhuis.org/?p=292#comment-1752</guid>
		<description>Each project should have its own set of unit tests.</description>
		<content:encoded><![CDATA[<p>Each project should have its own set of unit tests.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hakbor</title>
		<link>http://www.dijksterhuis.org/setting-up-nunit-for-c-unit-testing-with-visual-studio-c-express-2008/comment-page-1/#comment-1750</link>
		<dc:creator>Hakbor</dc:creator>
		<pubDate>Wed, 16 Dec 2009 10:47:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.dijksterhuis.org/?p=292#comment-1750</guid>
		<description>This seems great, but one question is if there is a good idea to have one nunit project per C# project, or if there should be one nunit project for all C# projects.</description>
		<content:encoded><![CDATA[<p>This seems great, but one question is if there is a good idea to have one nunit project per C# project, or if there should be one nunit project for all C# projects.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abera</title>
		<link>http://www.dijksterhuis.org/setting-up-nunit-for-c-unit-testing-with-visual-studio-c-express-2008/comment-page-1/#comment-1678</link>
		<dc:creator>Abera</dc:creator>
		<pubDate>Sun, 29 Nov 2009 03:54:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.dijksterhuis.org/?p=292#comment-1678</guid>
		<description>Thank you guys, it was really helpful and clear guide for me</description>
		<content:encoded><![CDATA[<p>Thank you guys, it was really helpful and clear guide for me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: VuuRWerK</title>
		<link>http://www.dijksterhuis.org/setting-up-nunit-for-c-unit-testing-with-visual-studio-c-express-2008/comment-page-1/#comment-1379</link>
		<dc:creator>VuuRWerK</dc:creator>
		<pubDate>Mon, 21 Sep 2009 20:42:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.dijksterhuis.org/?p=292#comment-1379</guid>
		<description>This short (and great) guide is better then the NUnit Documentation self :)
Respect and thank you!</description>
		<content:encoded><![CDATA[<p>This short (and great) guide is better then the NUnit Documentation self <img src='http://www.dijksterhuis.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Respect and thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: B7</title>
		<link>http://www.dijksterhuis.org/setting-up-nunit-for-c-unit-testing-with-visual-studio-c-express-2008/comment-page-1/#comment-1169</link>
		<dc:creator>B7</dc:creator>
		<pubDate>Mon, 10 Aug 2009 15:33:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.dijksterhuis.org/?p=292#comment-1169</guid>
		<description>It worked! Thank you!

Using VS 2008 Standard edition and NUnit 2.5.1.</description>
		<content:encoded><![CDATA[<p>It worked! Thank you!</p>
<p>Using VS 2008 Standard edition and NUnit 2.5.1.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JP</title>
		<link>http://www.dijksterhuis.org/setting-up-nunit-for-c-unit-testing-with-visual-studio-c-express-2008/comment-page-1/#comment-1043</link>
		<dc:creator>JP</dc:creator>
		<pubDate>Fri, 03 Jul 2009 10:44:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.dijksterhuis.org/?p=292#comment-1043</guid>
		<description>When I click “NUnit” from the Tools Menu, it follows:
System.IO.FileNotFoundException, Could not load file or assembly
&#039;nunit.framework&#039; , Version=2.5.0.9122, the system can not find the file 
specified.</description>
		<content:encoded><![CDATA[<p>When I click “NUnit” from the Tools Menu, it follows:<br />
System.IO.FileNotFoundException, Could not load file or assembly<br />
&#8216;nunit.framework&#8217; , Version=2.5.0.9122, the system can not find the file<br />
specified.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://www.dijksterhuis.org/setting-up-nunit-for-c-unit-testing-with-visual-studio-c-express-2008/comment-page-1/#comment-675</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Mon, 06 Apr 2009 14:08:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.dijksterhuis.org/?p=292#comment-675</guid>
		<description>Thank you very much for this quick guide! 
I&#039;m working on a ASP.NET project at university and this article has been very helpful. Keep it up!</description>
		<content:encoded><![CDATA[<p>Thank you very much for this quick guide!<br />
I&#8217;m working on a ASP.NET project at university and this article has been very helpful. Keep it up!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martijn</title>
		<link>http://www.dijksterhuis.org/setting-up-nunit-for-c-unit-testing-with-visual-studio-c-express-2008/comment-page-1/#comment-217</link>
		<dc:creator>Martijn</dc:creator>
		<pubDate>Wed, 31 Dec 2008 05:19:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.dijksterhuis.org/?p=292#comment-217</guid>
		<description>Hi Azad, 

NUnit is distributed as an MSI file (Micrrosoft Installer archive) , just click it to install it. That should do the trick!

Cheers,
Martijn</description>
		<content:encoded><![CDATA[<p>Hi Azad, </p>
<p>NUnit is distributed as an MSI file (Micrrosoft Installer archive) , just click it to install it. That should do the trick!</p>
<p>Cheers,<br />
Martijn</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: azad</title>
		<link>http://www.dijksterhuis.org/setting-up-nunit-for-c-unit-testing-with-visual-studio-c-express-2008/comment-page-1/#comment-216</link>
		<dc:creator>azad</dc:creator>
		<pubDate>Wed, 31 Dec 2008 05:14:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.dijksterhuis.org/?p=292#comment-216</guid>
		<description>I downloaded nunit software but i dont know how to install that to my system please send a documentation to install that.</description>
		<content:encoded><![CDATA[<p>I downloaded nunit software but i dont know how to install that to my system please send a documentation to install that.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
