<?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 automatic test runs after compilation in VS2010</title>
	<atom:link href="http://lostechies.com/erichexter/2010/06/17/setting-up-automatic-test-runs-after-compilation-in-vs2010/feed/" rel="self" type="application/rss+xml" />
	<link>http://lostechies.com/erichexter/2010/06/17/setting-up-automatic-test-runs-after-compilation-in-vs2010/</link>
	<description></description>
	<lastBuildDate>Wed, 19 Jun 2013 06:32:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
	<item>
		<title>By: Eric Hexter</title>
		<link>http://lostechies.com/erichexter/2010/06/17/setting-up-automatic-test-runs-after-compilation-in-vs2010/#comment-652</link>
		<dc:creator>Eric Hexter</dc:creator>
		<pubDate>Tue, 21 May 2013 00:49:00 +0000</pubDate>
		<guid isPermaLink="false">/blogs/hex/archive/2010/06/17/setting-up-automatic-test-runs-after-compilation-in-vs2010.aspx#comment-652</guid>
		<description>dang it looks like the snippets from the site were deleted.</description>
		<content:encoded><![CDATA[<p>dang it looks like the snippets from the site were deleted.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Vanderkley</title>
		<link>http://lostechies.com/erichexter/2010/06/17/setting-up-automatic-test-runs-after-compilation-in-vs2010/#comment-651</link>
		<dc:creator>Mike Vanderkley</dc:creator>
		<pubDate>Mon, 20 May 2013 22:20:00 +0000</pubDate>
		<guid isPermaLink="false">/blogs/hex/archive/2010/06/17/setting-up-automatic-test-runs-after-compilation-in-vs2010.aspx#comment-651</guid>
		<description>I tried to do this. However, your CodePaste link is broken. So I was only able to manually type up everything except what is in the &quot;Automattically generated code, do not modify&quot;. So my macro is still not working. Please let me know what i am missing.</description>
		<content:encoded><![CDATA[<p>I tried to do this. However, your CodePaste link is broken. So I was only able to manually type up everything except what is in the &#8220;Automattically generated code, do not modify&#8221;. So my macro is still not working. Please let me know what i am missing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Markus Johansson</title>
		<link>http://lostechies.com/erichexter/2010/06/17/setting-up-automatic-test-runs-after-compilation-in-vs2010/#comment-566</link>
		<dc:creator>Markus Johansson</dc:creator>
		<pubDate>Sat, 19 Jan 2013 20:37:00 +0000</pubDate>
		<guid isPermaLink="false">/blogs/hex/archive/2010/06/17/setting-up-automatic-test-runs-after-compilation-in-vs2010.aspx#comment-566</guid>
		<description>Where do I put this code to get it to run? In Visual Studio? Where in VS?</description>
		<content:encoded><![CDATA[<p>Where do I put this code to get it to run? In Visual Studio? Where in VS?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Edwards</title>
		<link>http://lostechies.com/erichexter/2010/06/17/setting-up-automatic-test-runs-after-compilation-in-vs2010/#comment-309</link>
		<dc:creator>Chris Edwards</dc:creator>
		<pubDate>Tue, 22 Jun 2010 02:39:32 +0000</pubDate>
		<guid isPermaLink="false">/blogs/hex/archive/2010/06/17/setting-up-automatic-test-runs-after-compilation-in-vs2010.aspx#comment-309</guid>
		<description>I posted something last week along very similar lines. How to have Visual Studio automatically kick off  a Persona CI sever to run your tests for you each time you build or test your code. &lt;a href=&quot;http://www.chrisedwards.dreamhosters.com/blog/2010/06/13/extreme-continuous-integration-a-personal-ci-build-for-visual-studio-part-1/&quot;&gt;Extreme Continuous Integration: A Personal CI Build For Visual Studio – Part 1&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>I posted something last week along very similar lines. How to have Visual Studio automatically kick off  a Persona CI sever to run your tests for you each time you build or test your code. <a href="http://www.chrisedwards.dreamhosters.com/blog/2010/06/13/extreme-continuous-integration-a-personal-ci-build-for-visual-studio-part-1/">Extreme Continuous Integration: A Personal CI Build For Visual Studio – Part 1</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Steele</title>
		<link>http://lostechies.com/erichexter/2010/06/17/setting-up-automatic-test-runs-after-compilation-in-vs2010/#comment-308</link>
		<dc:creator>Michael Steele</dc:creator>
		<pubDate>Fri, 18 Jun 2010 14:34:11 +0000</pubDate>
		<guid isPermaLink="false">/blogs/hex/archive/2010/06/17/setting-up-automatic-test-runs-after-compilation-in-vs2010.aspx#comment-308</guid>
		<description>If you are using NUnit, you can just add a build event to the VS project through the project properties screen. Use it to run nunit-console.exe with the name of the assembly as the argument and it outputs the results to the Output window on successful build.</description>
		<content:encoded><![CDATA[<p>If you are using NUnit, you can just add a build event to the VS project through the project properties screen. Use it to run nunit-console.exe with the name of the assembly as the argument and it outputs the results to the Output window on successful build.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Conery</title>
		<link>http://lostechies.com/erichexter/2010/06/17/setting-up-automatic-test-runs-after-compilation-in-vs2010/#comment-307</link>
		<dc:creator>Rob Conery</dc:creator>
		<pubDate>Fri, 18 Jun 2010 04:09:49 +0000</pubDate>
		<guid isPermaLink="false">/blogs/hex/archive/2010/06/17/setting-up-automatic-test-runs-after-compilation-in-vs2010.aspx#comment-307</guid>
		<description>If you use NUnit&#039;s TestRunner you can go into Tools/Options and Assembly Reload (I think that&#039;s what it&#039;s called) and there&#039;s a checkbox: Rerun last set of tests.

The cool thing is that it doesn&#039;t require code :) and runs when the assembly is compiled and reloaded....</description>
		<content:encoded><![CDATA[<p>If you use NUnit&#8217;s TestRunner you can go into Tools/Options and Assembly Reload (I think that&#8217;s what it&#8217;s called) and there&#8217;s a checkbox: Rerun last set of tests.</p>
<p>The cool thing is that it doesn&#8217;t require code <img src='http://lostechies.com/erichexter/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  and runs when the assembly is compiled and reloaded&#8230;.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
