<?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: JUnit 4 can&#8217;t tell the test its name!</title>
	<atom:link href="http://grahamis.com/blog/2007/05/22/junit-4-cant-tell-the-test-its-name/feed/" rel="self" type="application/rss+xml" />
	<link>http://grahamis.com/blog/2007/05/22/junit-4-cant-tell-the-test-its-name/</link>
	<description>It&#039;s too real to be true</description>
	<lastBuildDate>Sat, 07 May 2011 05:40:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Johnny Clark</title>
		<link>http://grahamis.com/blog/2007/05/22/junit-4-cant-tell-the-test-its-name/comment-page-1/#comment-477</link>
		<dc:creator>Johnny Clark</dc:creator>
		<pubDate>Thu, 29 Jul 2010 21:42:10 +0000</pubDate>
		<guid isPermaLink="false">http://grahamis.com/blog/2007/05/22/junit-4-cant-tell-the-test-its-name/#comment-477</guid>
		<description>Thanks for the code, it saved me a lot of time!  I found a small bug, which I figure you&#039;ve already found, but I thought I&#039;d mention it just in case.  In your testFinished method, you have the following check:
if (getTestName() != null) {

Well I don&#039;t think getTestName() will ever return null, instead it will return the String &quot;null(null)&quot; due to the usage of String.format().

Thanks again.</description>
		<content:encoded><![CDATA[<p>Thanks for the code, it saved me a lot of time!  I found a small bug, which I figure you&#8217;ve already found, but I thought I&#8217;d mention it just in case.  In your testFinished method, you have the following check:<br />
if (getTestName() != null) {</p>
<p>Well I don&#8217;t think getTestName() will ever return null, instead it will return the String &#8220;null(null)&#8221; due to the usage of String.format().</p>
<p>Thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh Graham</title>
		<link>http://grahamis.com/blog/2007/05/22/junit-4-cant-tell-the-test-its-name/comment-page-1/#comment-392</link>
		<dc:creator>Josh Graham</dc:creator>
		<pubDate>Wed, 23 May 2007 05:29:04 +0000</pubDate>
		<guid isPermaLink="false">http://grahamis.com/blog/2007/05/22/junit-4-cant-tell-the-test-its-name/#comment-392</guid>
		<description>Yeah, the VB6 and Sybase procs were too tough ;-)</description>
		<content:encoded><![CDATA[<p>Yeah, the VB6 and Sybase procs were too tough <img src='http://grahamis.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JG</title>
		<link>http://grahamis.com/blog/2007/05/22/junit-4-cant-tell-the-test-its-name/comment-page-1/#comment-391</link>
		<dc:creator>JG</dc:creator>
		<pubDate>Wed, 23 May 2007 04:06:15 +0000</pubDate>
		<guid isPermaLink="false">http://grahamis.com/blog/2007/05/22/junit-4-cant-tell-the-test-its-name/#comment-391</guid>
		<description>Whoah! Life beyond . Does that mean you now have time to code your own stuff?</description>
		<content:encoded><![CDATA[<p>Whoah! Life beyond . Does that mean you now have time to code your own stuff?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

