<?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: ReSharper, day 5: Integrated unit-test runner</title>
	<atom:link href="http://blog.excastle.com/2007/02/05/resharper-day-5-integrated-unit-test-runner/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.excastle.com/2007/02/05/resharper-day-5-integrated-unit-test-runner/</link>
	<description>Life, .NET, and Cats</description>
	<pubDate>Mon, 13 Oct 2008 18:03:37 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: d</title>
		<link>http://blog.excastle.com/2007/02/05/resharper-day-5-integrated-unit-test-runner/#comment-5553</link>
		<dc:creator>d</dc:creator>
		<pubDate>Thu, 28 Jun 2007 14:14:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.excastle.com/2007/02/05/resharper-day-5-integrated-unit-test-runner/#comment-5553</guid>
		<description>Expanding on the gutter theme, you can actually bind keystrokes to run/debug just the unit test/fixture in context.  Don't even have to take your hands off the keyboard to run the unit test.
</description>
		<content:encoded><![CDATA[<p>Expanding on the gutter theme, you can actually bind keystrokes to run/debug just the unit test/fixture in context.  Don&#8217;t even have to take your hands off the keyboard to run the unit test.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Izzy</title>
		<link>http://blog.excastle.com/2007/02/05/resharper-day-5-integrated-unit-test-runner/#comment-5552</link>
		<dc:creator>Izzy</dc:creator>
		<pubDate>Mon, 09 Apr 2007 17:44:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.excastle.com/2007/02/05/resharper-day-5-integrated-unit-test-runner/#comment-5552</guid>
		<description>I am using csUnit and I installed the UnitRunner only and it wont run my tests. It sees everything  but always says Tests have not run.  Any idea why? They run fine with csUnit.
</description>
		<content:encoded><![CDATA[<p>I am using csUnit and I installed the UnitRunner only and it wont run my tests. It sees everything  but always says Tests have not run.  Any idea why? They run fine with csUnit.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe White</title>
		<link>http://blog.excastle.com/2007/02/05/resharper-day-5-integrated-unit-test-runner/#comment-5551</link>
		<dc:creator>Joe White</dc:creator>
		<pubDate>Wed, 21 Mar 2007 00:21:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.excastle.com/2007/02/05/resharper-day-5-integrated-unit-test-runner/#comment-5551</guid>
		<description>Debugging seems to work fine for me. It didn't quite do what I expected when exceptions were thrown -- I think it assumes they're actually handled exceptions, even if they're not handled inside the test method. But I can set breakpoints and it'll stop when I start the test method with the debugger.
</description>
		<content:encoded><![CDATA[<p>Debugging seems to work fine for me. It didn&#8217;t quite do what I expected when exceptions were thrown &#8212; I think it assumes they&#8217;re actually handled exceptions, even if they&#8217;re not handled inside the test method. But I can set breakpoints and it&#8217;ll stop when I start the test method with the debugger.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bruce Hoang</title>
		<link>http://blog.excastle.com/2007/02/05/resharper-day-5-integrated-unit-test-runner/#comment-5550</link>
		<dc:creator>Bruce Hoang</dc:creator>
		<pubDate>Tue, 20 Mar 2007 12:18:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.excastle.com/2007/02/05/resharper-day-5-integrated-unit-test-runner/#comment-5550</guid>
		<description>I've been using Resharper 2.5 with VSTS2k5 for awhile now.  We've been doing test driven development and therefore have numerous test methods.  I love unit runner as we use nUnit.&lt;br&gt;&lt;br&gt;However, I've been trying to get the Debug function to work but have been unable to do so.  Any suggestions?
</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been using Resharper 2.5 with VSTS2k5 for awhile now.  We&#8217;ve been doing test driven development and therefore have numerous test methods.  I love unit runner as we use nUnit.</p>
<p>However, I&#8217;ve been trying to get the Debug function to work but have been unable to do so.  Any suggestions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen Harrison</title>
		<link>http://blog.excastle.com/2007/02/05/resharper-day-5-integrated-unit-test-runner/#comment-5549</link>
		<dc:creator>Stephen Harrison</dc:creator>
		<pubDate>Fri, 02 Mar 2007 14:54:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.excastle.com/2007/02/05/resharper-day-5-integrated-unit-test-runner/#comment-5549</guid>
		<description>I used to have an add-in for VB6 that ran unit tests from the IDE which was fantastic, I really missed it and my use of unit tests faltered somewhat badly when I moved to C# and had to open NUnit and find the dll and run the test and well you know [I’m lazy!].  &lt;br&gt;&lt;br&gt;I love this feature in ReSharper, esp. the shortcuts in the gutter.  I didn’t realise you could get a free version of the test runner – if for some crazy reason your not going to buy ReSharper then at least get the unit test runner, life becomes much more pleasant and you will get an idea how much better your IDE would be with ReSharper!&lt;br&gt;
</description>
		<content:encoded><![CDATA[<p>I used to have an add-in for VB6 that ran unit tests from the IDE which was fantastic, I really missed it and my use of unit tests faltered somewhat badly when I moved to C# and had to open NUnit and find the dll and run the test and well you know [I’m lazy!].  </p>
<p>I love this feature in ReSharper, esp. the shortcuts in the gutter.  I didn’t realise you could get a free version of the test runner – if for some crazy reason your not going to buy ReSharper then at least get the unit test runner, life becomes much more pleasant and you will get an idea how much better your IDE would be with ReSharper!<br />
</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luciano Bargmann</title>
		<link>http://blog.excastle.com/2007/02/05/resharper-day-5-integrated-unit-test-runner/#comment-5548</link>
		<dc:creator>Luciano Bargmann</dc:creator>
		<pubDate>Fri, 23 Feb 2007 12:03:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.excastle.com/2007/02/05/resharper-day-5-integrated-unit-test-runner/#comment-5548</guid>
		<description>Wow! Thats something new! I use ReSharper since its beta of version 1, and Im glad you showed this new family member!
</description>
		<content:encoded><![CDATA[<p>Wow! Thats something new! I use ReSharper since its beta of version 1, and Im glad you showed this new family member!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
