<?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: Configure your IDE to run your tests automatically</title>
	<atom:link href="http://misko.hevery.com/2009/05/07/configure-your-ide-to-run-your-tests-automatically/feed/" rel="self" type="application/rss+xml" />
	<link>http://misko.hevery.com/2009/05/07/configure-your-ide-to-run-your-tests-automatically/</link>
	<description>Testability Explorer</description>
	<lastBuildDate>Tue, 09 Mar 2010 04:29:26 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Yauheni</title>
		<link>http://misko.hevery.com/2009/05/07/configure-your-ide-to-run-your-tests-automatically/comment-page-1/#comment-2554</link>
		<dc:creator>Yauheni</dc:creator>
		<pubDate>Mon, 07 Dec 2009 13:13:31 +0000</pubDate>
		<guid isPermaLink="false">http://misko.hevery.com/?p=471#comment-2554</guid>
		<description>I shared my experience of integration JsTestDriver in Visual Studio here: http://slmoloch.blogspot.com/2009/08/how-to-run-jstestdriver-with-visual_02.html</description>
		<content:encoded><![CDATA[<p>I shared my experience of integration JsTestDriver in Visual Studio here: <a href="http://slmoloch.blogspot.com/2009/08/how-to-run-jstestdriver-with-visual_02.html" rel="nofollow">http://slmoloch.blogspot.com/2009/08/how-to-run-jstestdriver-with-visual_02.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JUnit4 continuous testing builder &#171; A Place In The Queue</title>
		<link>http://misko.hevery.com/2009/05/07/configure-your-ide-to-run-your-tests-automatically/comment-page-1/#comment-1972</link>
		<dc:creator>JUnit4 continuous testing builder &#171; A Place In The Queue</dc:creator>
		<pubDate>Thu, 01 Oct 2009 20:27:00 +0000</pubDate>
		<guid isPermaLink="false">http://misko.hevery.com/?p=471#comment-1972</guid>
		<description>[...] da acerisara il 1 Ottobre 2009   Just a little upgrade to what M. Hevery has explained in his blog. If you want to use JUnit4, change your tests suite like [...]</description>
		<content:encoded><![CDATA[<p>[...] da acerisara il 1 Ottobre 2009   Just a little upgrade to what M. Hevery has explained in his blog. If you want to use JUnit4, change your tests suite like [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Carr &#187; Blog Archive &#187; links for 2009-08-15</title>
		<link>http://misko.hevery.com/2009/05/07/configure-your-ide-to-run-your-tests-automatically/comment-page-1/#comment-1665</link>
		<dc:creator>James Carr &#187; Blog Archive &#187; links for 2009-08-15</dc:creator>
		<pubDate>Sat, 15 Aug 2009 13:02:33 +0000</pubDate>
		<guid isPermaLink="false">http://misko.hevery.com/?p=471#comment-1665</guid>
		<description>[...] Configure your IDE to run your tests automatically     Share and Enjoy: [...]</description>
		<content:encoded><![CDATA[<p>[...] Configure your IDE to run your tests automatically     Share and Enjoy: [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Software Testing Categorization</title>
		<link>http://misko.hevery.com/2009/05/07/configure-your-ide-to-run-your-tests-automatically/comment-page-1/#comment-1390</link>
		<dc:creator>Software Testing Categorization</dc:creator>
		<pubDate>Tue, 14 Jul 2009 19:28:15 +0000</pubDate>
		<guid isPermaLink="false">http://misko.hevery.com/?p=471#comment-1390</guid>
		<description>[...] is that you want to run ALL (thousands)  of your unit-tests every time you modify anything, preferably on each save. My patience is two seconds max. In two seconds I want to make sure that all of my unit tests ran [...]</description>
		<content:encoded><![CDATA[<p>[...] is that you want to run ALL (thousands)  of your unit-tests every time you modify anything, preferably on each save. My patience is two seconds max. In two seconds I want to make sure that all of my unit tests ran [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas Erker</title>
		<link>http://misko.hevery.com/2009/05/07/configure-your-ide-to-run-your-tests-automatically/comment-page-1/#comment-1105</link>
		<dc:creator>Thomas Erker</dc:creator>
		<pubDate>Sun, 24 May 2009 11:18:15 +0000</pubDate>
		<guid isPermaLink="false">http://misko.hevery.com/?p=471#comment-1105</guid>
		<description>For command line use on Linux: the inotify syscall allows one to monitor file system events.Write your own little C-program or use one of the available wrappers: http://inotify-tools.sourceforge.net/ for shells, http://pyinotify.sourceforge.net/ for Python, or http://search.cpan.org/~mlehmann/Linux-Inotify2-1.2/ for Perl. (I&#039;ve only tried the Python wrapper.)</description>
		<content:encoded><![CDATA[<p>For command line use on Linux: the inotify syscall allows one to monitor file system events.Write your own little C-program or use one of the available wrappers: <a href="http://inotify-tools.sourceforge.net/" rel="nofollow">http://inotify-tools.sourceforge.net/</a> for shells, <a href="http://pyinotify.sourceforge.net/" rel="nofollow">http://pyinotify.sourceforge.net/</a> for Python, or <a href="http://search.cpan.org/~mlehmann/Linux-Inotify2-1.2/" rel="nofollow">http://search.cpan.org/~mlehmann/Linux-Inotify2-1.2/</a> for Perl. (I&#8217;ve only tried the Python wrapper.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: misko</title>
		<link>http://misko.hevery.com/2009/05/07/configure-your-ide-to-run-your-tests-automatically/comment-page-1/#comment-994</link>
		<dc:creator>misko</dc:creator>
		<pubDate>Sun, 10 May 2009 04:15:14 +0000</pubDate>
		<guid isPermaLink="false">http://misko.hevery.com/?p=471#comment-994</guid>
		<description>WOW thanks to all which pointed me to http://www.infinitest.org. It is perfect and a way better than my quick hack!</description>
		<content:encoded><![CDATA[<p>WOW thanks to all which pointed me to <a href="http://www.infinitest.org" rel="nofollow">http://www.infinitest.org</a>. It is perfect and a way better than my quick hack!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bartosz Majsak</title>
		<link>http://misko.hevery.com/2009/05/07/configure-your-ide-to-run-your-tests-automatically/comment-page-1/#comment-986</link>
		<dc:creator>Bartosz Majsak</dc:creator>
		<pubDate>Fri, 08 May 2009 17:35:10 +0000</pubDate>
		<guid isPermaLink="false">http://misko.hevery.com/?p=471#comment-986</guid>
		<description>Hi Misko,first of all I would like to thank you for the inspiring talk at GeeCON yesterday. I hope that your voice emission is back to normal :)Regarding &quot;after-save automated testing&quot; there is also a plugin for eclipse/idea, maybe you&#039;ll find it useful http://code.google.com/p/infinitest/</description>
		<content:encoded><![CDATA[<p>Hi Misko,first of all I would like to thank you for the inspiring talk at GeeCON yesterday. I hope that your voice emission is back to normal <img src='http://misko.hevery.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> Regarding &#8220;after-save automated testing&#8221; there is also a plugin for eclipse/idea, maybe you&#8217;ll find it useful <a href="http://code.google.com/p/infinitest/" rel="nofollow">http://code.google.com/p/infinitest/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Rotatori</title>
		<link>http://misko.hevery.com/2009/05/07/configure-your-ide-to-run-your-tests-automatically/comment-page-1/#comment-985</link>
		<dc:creator>Mike Rotatori</dc:creator>
		<pubDate>Fri, 08 May 2009 17:13:44 +0000</pubDate>
		<guid isPermaLink="false">http://misko.hevery.com/?p=471#comment-985</guid>
		<description>great article. It would be nice to have something that looks for all
test classes. Everytime a new test case is added, it needs to be put
into the TestSuite suite Class for AllTests</description>
		<content:encoded><![CDATA[<p>great article. It would be nice to have something that looks for all<br />
test classes. Everytime a new test case is added, it needs to be put<br />
into the TestSuite suite Class for AllTests</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Coderfriendly</title>
		<link>http://misko.hevery.com/2009/05/07/configure-your-ide-to-run-your-tests-automatically/comment-page-1/#comment-984</link>
		<dc:creator>Coderfriendly</dc:creator>
		<pubDate>Fri, 08 May 2009 15:01:08 +0000</pubDate>
		<guid isPermaLink="false">http://misko.hevery.com/?p=471#comment-984</guid>
		<description>I forgot to give you this link: it is a short post that I&#039;ve written on JUnit Max: JUnit Max : &lt;a title=&quot;JUnit Max: continuous integration goes further&quot; href=&quot;http://www.coderfriendly.com/2009/04/11/junit-max-continuous-integration-goes-further/&quot; rel=&quot;nofollow&quot;&gt;Continuous integration goes further&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>I forgot to give you this link: it is a short post that I&#8217;ve written on JUnit Max: JUnit Max : <a title="JUnit Max: continuous integration goes further" href="http://www.coderfriendly.com/2009/04/11/junit-max-continuous-integration-goes-further/" rel="nofollow">Continuous integration goes further</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Coderfriendly</title>
		<link>http://misko.hevery.com/2009/05/07/configure-your-ide-to-run-your-tests-automatically/comment-page-1/#comment-983</link>
		<dc:creator>Coderfriendly</dc:creator>
		<pubDate>Fri, 08 May 2009 14:52:28 +0000</pubDate>
		<guid isPermaLink="false">http://misko.hevery.com/?p=471#comment-983</guid>
		<description>Hello,Nice idea : you may have a look at the new project of Kent Beck: JUnit Max. It&#039;s exactly what you present here.Coderfriendly</description>
		<content:encoded><![CDATA[<p>Hello,Nice idea : you may have a look at the new project of Kent Beck: JUnit Max. It&#8217;s exactly what you present here.Coderfriendly</p>
]]></content:encoded>
	</item>
</channel>
</rss>
