<?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: Unit Testing Irritants in Visual Studio 2008</title>
	<atom:link href="http://elegantcode.com/2007/11/11/unit-testing-irritants-in-visual-studio-2008/feed/" rel="self" type="application/rss+xml" />
	<link>http://elegantcode.com/2007/11/11/unit-testing-irritants-in-visual-studio-2008/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=unit-testing-irritants-in-visual-studio-2008</link>
	<description></description>
	<lastBuildDate>Sun, 12 Feb 2012 18:54:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
	<item>
		<title>By: andrew</title>
		<link>http://elegantcode.com/2007/11/11/unit-testing-irritants-in-visual-studio-2008/comment-page-1/#comment-16537</link>
		<dc:creator>andrew</dc:creator>
		<pubDate>Wed, 19 Dec 2007 19:42:03 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2007/11/11/unit-testing-irritants-in-visual-studio-2008/#comment-16537</guid>
		<description>Is there a good tutorial article on how to do this in VS 2008? I&#039;ve found this one but it is for VS 2005:

http://msdn2.microsoft.com/en-us/library/ms379625(VS.80).aspx</description>
		<content:encoded><![CDATA[<p>Is there a good tutorial article on how to do this in VS 2008? I&#8217;ve found this one but it is for VS 2005:</p>
<p><a href="http://msdn2.microsoft.com/en-us/library/ms379625(VS.80).aspx" rel="nofollow">http://msdn2.microsoft.com/en-us/library/ms379625(VS.80).aspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Elegant Code &#187; Unit Testing Bliss in Visual Studio 2008</title>
		<link>http://elegantcode.com/2007/11/11/unit-testing-irritants-in-visual-studio-2008/comment-page-1/#comment-16026</link>
		<dc:creator>Elegant Code &#187; Unit Testing Bliss in Visual Studio 2008</dc:creator>
		<pubDate>Fri, 23 Nov 2007 19:11:29 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2007/11/11/unit-testing-irritants-in-visual-studio-2008/#comment-16026</guid>
		<description>[...] This post seems appropriate to counter my original post, Unit Testing Irritants in Visual Studio 2008. [...]</description>
		<content:encoded><![CDATA[<p>[...] This post seems appropriate to counter my original post, Unit Testing Irritants in Visual Studio 2008. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Starr</title>
		<link>http://elegantcode.com/2007/11/11/unit-testing-irritants-in-visual-studio-2008/comment-page-1/#comment-16025</link>
		<dc:creator>David Starr</dc:creator>
		<pubDate>Fri, 23 Nov 2007 19:00:47 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2007/11/11/unit-testing-irritants-in-visual-studio-2008/#comment-16025</guid>
		<description>Richard, 

I owe you a beer. That was the single best tip I have received in weeks. Thank you! Thank you! Thank you!

CTRL+F5 executes without the debugger.

You are the man! THE MAN, I say!</description>
		<content:encoded><![CDATA[<p>Richard, </p>
<p>I owe you a beer. That was the single best tip I have received in weeks. Thank you! Thank you! Thank you!</p>
<p>CTRL+F5 executes without the debugger.</p>
<p>You are the man! THE MAN, I say!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://elegantcode.com/2007/11/11/unit-testing-irritants-in-visual-studio-2008/comment-page-1/#comment-16023</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Fri, 23 Nov 2007 18:39:26 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2007/11/11/unit-testing-irritants-in-visual-studio-2008/#comment-16023</guid>
		<description>If you have the project with the tests set as the Startup project then Ctrl-F5 (or F5) will run all the tests.</description>
		<content:encoded><![CDATA[<p>If you have the project with the tests set as the Startup project then Ctrl-F5 (or F5) will run all the tests.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Starr</title>
		<link>http://elegantcode.com/2007/11/11/unit-testing-irritants-in-visual-studio-2008/comment-page-1/#comment-15078</link>
		<dc:creator>David Starr</dc:creator>
		<pubDate>Mon, 12 Nov 2007 03:28:02 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2007/11/11/unit-testing-irritants-in-visual-studio-2008/#comment-15078</guid>
		<description>I am not using R# for this exercise on purpose even though I love the user experience of unit testing (not to mentio all the other stuff) using R#. 

Firstly, I using the MSUnit testing capabilites instead of NUnit and while R# has an open extension point to hook into MSUnit, I don&#039;t know that anyone has actually done that yet.

Secondly, there are compelling reasons to stick to a standard, vendor-issued tool in a large scale environment. Open source licensing on your unit testing framework can actually end up being problematic in distribution or commercial environment. At $300 a pop, a 100 person dev shop starts to wonder whether resharper is really the best option.

And laslty, I just want to see how the other half lives :).</description>
		<content:encoded><![CDATA[<p>I am not using R# for this exercise on purpose even though I love the user experience of unit testing (not to mentio all the other stuff) using R#. </p>
<p>Firstly, I using the MSUnit testing capabilites instead of NUnit and while R# has an open extension point to hook into MSUnit, I don&#8217;t know that anyone has actually done that yet.</p>
<p>Secondly, there are compelling reasons to stick to a standard, vendor-issued tool in a large scale environment. Open source licensing on your unit testing framework can actually end up being problematic in distribution or commercial environment. At $300 a pop, a 100 person dev shop starts to wonder whether resharper is really the best option.</p>
<p>And laslty, I just want to see how the other half lives <img src='http://elegantcode.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://elegantcode.com/2007/11/11/unit-testing-irritants-in-visual-studio-2008/comment-page-1/#comment-15035</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Sun, 11 Nov 2007 15:41:42 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2007/11/11/unit-testing-irritants-in-visual-studio-2008/#comment-15035</guid>
		<description>All that I have to say is two letters (OK I have to actualy say more than that because I need to explain that my reply is very short):

R#</description>
		<content:encoded><![CDATA[<p>All that I have to say is two letters (OK I have to actualy say more than that because I need to explain that my reply is very short):</p>
<p>R#</p>
]]></content:encoded>
	</item>
</channel>
</rss>

