<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Giordano Scalzo&#039;s Personal Blog &#187; infinitest</title>
	<atom:link href="http://giordano.scalzo.biz/tag/infinitest/feed/" rel="self" type="application/rss+xml" />
	<link>http://giordano.scalzo.biz</link>
	<description>Just another useless weblog</description>
	<lastBuildDate>Fri, 09 Jul 2010 09:41:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Infinitest: an autotest for Eclipse</title>
		<link>http://giordano.scalzo.biz/2009/09/09/infinitest-an-autotest-for-eclipse/</link>
		<comments>http://giordano.scalzo.biz/2009/09/09/infinitest-an-autotest-for-eclipse/#comments</comments>
		<pubDate>Wed, 09 Sep 2009 17:00:07 +0000</pubDate>
		<dc:creator>giordano scalzo</dc:creator>
				<category><![CDATA[agile]]></category>
		<category><![CDATA[bdd]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[infinitest]]></category>
		<category><![CDATA[tdd]]></category>

		<guid isPermaLink="false">http://giordano.scalzo.biz/?p=70</guid>
		<description><![CDATA[In my experimental trips in Ruby world, other than the elegance of the language, the Bdd as default and the lot of new exciting things created by the community, a thing I liked a lot was autotest , a little gem that launches our testsuite when we change a source file.
It could seem a silly [...]]]></description>
			<content:encoded><![CDATA[<p>In my experimental trips in Ruby world, other than the elegance of the language, the Bdd as default and the lot of new exciting things created by the community, a thing I liked a lot was <a href="http://www.zenspider.com/ZSS/Products/ZenTest/" target="_blank">autotest</a> , a little gem that launches our testsuite when we change a source file.<br />
It could seem a silly utility, but I can assure it&#8217;s a really time saver and can take us in a high productive mental flow: I really missed it in Java world.</p>
<p>Of course, I&#8217;ve heard about <a href="http://www.threeriversinstitute.org/junitmax/subscribe.html" target="_blank">Junit Max</a>, the Kent Beck&#8217;s attempt to create a product, but my laziness delayed me to try it, until Kent got bored and dismiss the project <img src='http://giordano.scalzo.biz/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> .</p>
<p>Today while reading distractedly the Twitterverse, I bumped into <a href="http://infinitest.org" target="_blank">Infinitest</a>, that seems exactly what I was looking for.<br />
<a href="http://infinitest.org" target="_blank">Infinitest</a> isn&#8217;t open source, but for personal use it should be possible get a free of charge <a href="http://improvingworks.com/products/infinitest/for-individuals/" target="_blank">individual license</a>.</p>
<p>The installation is straightforward as usual, just add <code>http://update.improvingworks.com </code>to Eclipse&#8217;s software updates, and we are ready to start!</p>
<p><a href="http://infinitest.org" target="_blank">Infinitest</a> stay in the right bottom of Eclipse, waiting far some changes:</p>
<p><img class="aligncenter size-full wp-image-71" title="waiting for changes" src="http://giordano.scalzo.biz/wp-content/uploads/2009/09/waiting.png" alt="waiting for changes" width="441" height="43" /></p>
<p>When we save some file <a href="http://infinitest.org" target="_blank">Infinitest</a> starts and show the results of all test it founds in the project:</p>
<p><img class="aligncenter size-full wp-image-74" title="red test" src="http://giordano.scalzo.biz/wp-content/uploads/2009/09/red.png" alt="red test" width="507" height="199" /></p>
<p>A nice feature is the yellow bar when there is some error in the workspace and tests can&#8217;t run:</p>
<p><img class="aligncenter size-full wp-image-76" title="yellow bar" src="http://giordano.scalzo.biz/wp-content/uploads/2009/09/ytest.png" alt="yellow bar" width="716" height="359" /></p>
<p>That&#8217;s all!<br />
I have to try it more, but it seems very promising and useful.</p>

<!-- start wp-tags-to-technorati 1.01 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/bdd' rel='tag' target='_self'>bdd</a>, <a class='technorati-link' href='http://technorati.com/tag/eclipse' rel='tag' target='_self'>eclipse</a>, <a class='technorati-link' href='http://technorati.com/tag/infinitest' rel='tag' target='_self'>infinitest</a>, <a class='technorati-link' href='http://technorati.com/tag/java' rel='tag' target='_self'>java</a>, <a class='technorati-link' href='http://technorati.com/tag/tdd' rel='tag' target='_self'>tdd</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://giordano.scalzo.biz/2009/09/09/infinitest-an-autotest-for-eclipse/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
