<?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: New Demo: Using JUnit in NetBeans 4.1</title>
	<atom:link href="http://www.fuzzylizard.com/archives/2005/09/22/631/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fuzzylizard.com/archives/2005/09/22/631/</link>
	<description>My thoughts on Agile, Java and Ruby on Rails (mostly)</description>
	<pubDate>Fri, 21 Nov 2008 12:18:16 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: socrates</title>
		<link>http://www.fuzzylizard.com/archives/2005/09/22/631/#comment-27162</link>
		<dc:creator>socrates</dc:creator>
		<pubDate>Sun, 27 Jul 2008 18:06:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.fuzzylizard.com/archives/2005/09/22/631/#comment-27162</guid>
		<description>Thank you for this fine tutorial. I will send my students to watch it.</description>
		<content:encoded><![CDATA[<p>Thank you for this fine tutorial. I will send my students to watch it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hebiryu</title>
		<link>http://www.fuzzylizard.com/archives/2005/09/22/631/#comment-2622</link>
		<dc:creator>hebiryu</dc:creator>
		<pubDate>Wed, 31 May 2006 19:05:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.fuzzylizard.com/archives/2005/09/22/631/#comment-2622</guid>
		<description>thankyou very much for your tutorial</description>
		<content:encoded><![CDATA[<p>thankyou very much for your tutorial</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fuzzylizard</title>
		<link>http://www.fuzzylizard.com/archives/2005/09/22/631/#comment-629</link>
		<dc:creator>fuzzylizard</dc:creator>
		<pubDate>Thu, 22 Sep 2005 17:36:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.fuzzylizard.com/archives/2005/09/22/631/#comment-629</guid>
		<description>Yep. Right now, if you use the ant scripts that NetBeans generates you can test a single class. However, if you use a free-form project, this is a very difficult thing to set up. I have looked at the NetBeans ant scripts that allow for this functionality and can't make any sense out of them. I am not sure if this is due to functionality being hidden in the xml schema that NetBeans uses or not.

It would be very nice to integrate the ability to run individual test classes into the IDE. This would make working with free-form projects a lot easier.

One project I was working on, in order to test just my code I had to switch to Eclipse. If I tried to test my code using NetBeans and my own ant scripts, the script would never get to my test cases as someone else's would fail. This inability to run single test classes (or random test classes) was the only "but" that my team came across when working with NetBeans. And it made it very difficult for people to test their own code.</description>
		<content:encoded><![CDATA[<p>Yep. Right now, if you use the ant scripts that NetBeans generates you can test a single class. However, if you use a free-form project, this is a very difficult thing to set up. I have looked at the NetBeans ant scripts that allow for this functionality and can&#8217;t make any sense out of them. I am not sure if this is due to functionality being hidden in the xml schema that NetBeans uses or not.</p>
<p>It would be very nice to integrate the ability to run individual test classes into the IDE. This would make working with free-form projects a lot easier.</p>
<p>One project I was working on, in order to test just my code I had to switch to Eclipse. If I tried to test my code using NetBeans and my own ant scripts, the script would never get to my test cases as someone else&#8217;s would fail. This inability to run single test classes (or random test classes) was the only &#8220;but&#8221; that my team came across when working with NetBeans. And it made it very difficult for people to test their own code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roumen</title>
		<link>http://www.fuzzylizard.com/archives/2005/09/22/631/#comment-628</link>
		<dc:creator>Roumen</dc:creator>
		<pubDate>Thu, 22 Sep 2005 16:20:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.fuzzylizard.com/archives/2005/09/22/631/#comment-628</guid>
		<description>Oh I see, your question is about running a single test from a free-form project, right?</description>
		<content:encoded><![CDATA[<p>Oh I see, your question is about running a single test from a free-form project, right?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roumen</title>
		<link>http://www.fuzzylizard.com/archives/2005/09/22/631/#comment-627</link>
		<dc:creator>Roumen</dc:creator>
		<pubDate>Thu, 22 Sep 2005 14:44:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.fuzzylizard.com/archives/2005/09/22/631/#comment-627</guid>
		<description>You can run the test from the projects context menu. Right-click on the test and choose Run File. This launches a single test. No need to change ant scripts for running single tests...</description>
		<content:encoded><![CDATA[<p>You can run the test from the projects context menu. Right-click on the test and choose Run File. This launches a single test. No need to change ant scripts for running single tests&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fuzzylizard</title>
		<link>http://www.fuzzylizard.com/archives/2005/09/22/631/#comment-626</link>
		<dc:creator>fuzzylizard</dc:creator>
		<pubDate>Thu, 22 Sep 2005 13:28:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.fuzzylizard.com/archives/2005/09/22/631/#comment-626</guid>
		<description>Very cool. Will there be the ability to run a single JUnit test without having to figure out how to code that capability into an Ant script?</description>
		<content:encoded><![CDATA[<p>Very cool. Will there be the ability to run a single JUnit test without having to figure out how to code that capability into an Ant script?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roumen</title>
		<link>http://www.fuzzylizard.com/archives/2005/09/22/631/#comment-625</link>
		<dc:creator>Roumen</dc:creator>
		<pubDate>Thu, 22 Sep 2005 08:04:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.fuzzylizard.com/archives/2005/09/22/631/#comment-625</guid>
		<description>Hi, graphical output for JUnit is prepared in NetBeans 5.0. I don't think it's perfect, but at least it's a step forward. You won't have to parse the plain text to find out if a test failed or not in 5.0.</description>
		<content:encoded><![CDATA[<p>Hi, graphical output for JUnit is prepared in NetBeans 5.0. I don&#8217;t think it&#8217;s perfect, but at least it&#8217;s a step forward. You won&#8217;t have to parse the plain text to find out if a test failed or not in 5.0.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
