<?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/"
	xmlns:coop="http://www.google.com/coop/namespace"
		>
<channel>
	<title>Comments on: TestNG 5.6 and Junit 4.4 : which framework you will choose for unit testing?</title>
	<atom:link href="http://minddiary.com/2008/02/29/testng-56-and-junit-44-which-framework-you-will-choose-for-unit-testing/feed/" rel="self" type="application/rss+xml" />
	<link></link>
	<description>There is only one way to learn. It&#039;s through action!</description>
	<lastBuildDate>Sat, 05 Dec 2009 01:07:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Lijin</title>
		<link>http://minddiary.com/2008/02/29/testng-56-and-junit-44-which-framework-you-will-choose-for-unit-testing/#comment-521</link>
		<dc:creator>Lijin</dc:creator>
		<pubDate>Mon, 23 Feb 2009 13:27:28 +0000</pubDate>
		<guid isPermaLink="false">http://lijinjoseji.wordpress.com/2008/02/29/testng-56-and-junit-44-which-framework-you-will-choose-for-unit-testing/#comment-521</guid>
		<description>@Alex
Thank you very much Alex for giving your Precious Time for us.</description>
		<content:encoded><![CDATA[<p>@Alex<br />
Thank you very much Alex for giving your Precious Time for us.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Links for 7th March</title>
		<link>http://minddiary.com/2008/02/29/testng-56-and-junit-44-which-framework-you-will-choose-for-unit-testing/#comment-518</link>
		<dc:creator>Links for 7th March</dc:creator>
		<pubDate>Fri, 07 Mar 2008 23:39:43 +0000</pubDate>
		<guid isPermaLink="false">http://lijinjoseji.wordpress.com/2008/02/29/testng-56-and-junit-44-which-framework-you-will-choose-for-unit-testing/#comment-518</guid>
		<description>[...] Which Unit Test Framework will you use - here [...]</description>
		<content:encoded><![CDATA[<p>[...] Which Unit Test Framework will you use &#8211; here [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: openBlog &#187; TestNG and JUnit</title>
		<link>http://minddiary.com/2008/02/29/testng-56-and-junit-44-which-framework-you-will-choose-for-unit-testing/#comment-514</link>
		<dc:creator>openBlog &#187; TestNG and JUnit</dc:creator>
		<pubDate>Wed, 05 Mar 2008 05:07:14 +0000</pubDate>
		<guid isPermaLink="false">http://lijinjoseji.wordpress.com/2008/02/29/testng-56-and-junit-44-which-framework-you-will-choose-for-unit-testing/#comment-514</guid>
		<description>[...] and JUnit are 2 of the most popular testing frameworks in the market at the moment. I found this article comparing both frameworks interesting and would like to share with all of you. On top of that, I would like to mention a nice [...]</description>
		<content:encoded><![CDATA[<p>[...] and JUnit are 2 of the most popular testing frameworks in the market at the moment. I found this article comparing both frameworks interesting and would like to share with all of you. On top of that, I would like to mention a nice [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lijin</title>
		<link>http://minddiary.com/2008/02/29/testng-56-and-junit-44-which-framework-you-will-choose-for-unit-testing/#comment-520</link>
		<dc:creator>Lijin</dc:creator>
		<pubDate>Tue, 04 Mar 2008 04:25:39 +0000</pubDate>
		<guid isPermaLink="false">http://lijinjoseji.wordpress.com/2008/02/29/testng-56-and-junit-44-which-framework-you-will-choose-for-unit-testing/#comment-520</guid>
		<description>@Eric @Hayato
Thanks for the info friends</description>
		<content:encoded><![CDATA[<p>@Eric @Hayato<br />
Thanks for the info friends</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hayato Ijuin</title>
		<link>http://minddiary.com/2008/02/29/testng-56-and-junit-44-which-framework-you-will-choose-for-unit-testing/#comment-519</link>
		<dc:creator>Hayato Ijuin</dc:creator>
		<pubDate>Tue, 04 Mar 2008 01:28:39 +0000</pubDate>
		<guid isPermaLink="false">http://lijinjoseji.wordpress.com/2008/02/29/testng-56-and-junit-44-which-framework-you-will-choose-for-unit-testing/#comment-519</guid>
		<description>Eclipse allows to run failed tests only or last test only for JUnit. I don&#039;t know if it&#039;s a Eclipse&#039;s peculiarity or a JUnit feature, though.</description>
		<content:encoded><![CDATA[<p>Eclipse allows to run failed tests only or last test only for JUnit. I don&#8217;t know if it&#8217;s a Eclipse&#8217;s peculiarity or a JUnit feature, though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex the_mindstorm Popescu</title>
		<link>http://minddiary.com/2008/02/29/testng-56-and-junit-44-which-framework-you-will-choose-for-unit-testing/#comment-516</link>
		<dc:creator>Alex the_mindstorm Popescu</dc:creator>
		<pubDate>Mon, 03 Mar 2008 21:37:45 +0000</pubDate>
		<guid isPermaLink="false">http://lijinjoseji.wordpress.com/2008/02/29/testng-56-and-junit-44-which-framework-you-will-choose-for-unit-testing/#comment-516</guid>
		<description>Just a couple of things:

1/ @ExpectedExceptions is deprecated for a long time. Instead you should be using @Test(expectedExceptions= { /* class list */ })

2/ TestNG has introduced the notion of skipped tests. These are neither failures, nor passed, but rather tests that were supposed to run but due to some &quot;dependency&quot; error (being a configuration failure or a test dependency failure) they were not run. This will lead to cleaner reports.

3/ You can use Hamcrest support for literate assertions. JUnit support is limited in this direction too, so finally you&#039;ll have to use Hamcrest.

bests,

./alex
--
.w( the_mindstorm )p.
 TestNG co-founder
EclipseTestNG Creator</description>
		<content:encoded><![CDATA[<p>Just a couple of things:</p>
<p>1/ @ExpectedExceptions is deprecated for a long time. Instead you should be using @Test(expectedExceptions= { /* class list */ })</p>
<p>2/ TestNG has introduced the notion of skipped tests. These are neither failures, nor passed, but rather tests that were supposed to run but due to some &#8220;dependency&#8221; error (being a configuration failure or a test dependency failure) they were not run. This will lead to cleaner reports.</p>
<p>3/ You can use Hamcrest support for literate assertions. JUnit support is limited in this direction too, so finally you&#8217;ll have to use Hamcrest.</p>
<p>bests,</p>
<p>./alex<br />
&#8211;<br />
.w( the_mindstorm )p.<br />
 TestNG co-founder<br />
EclipseTestNG Creator</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Jablow</title>
		<link>http://minddiary.com/2008/02/29/testng-56-and-junit-44-which-framework-you-will-choose-for-unit-testing/#comment-515</link>
		<dc:creator>Eric Jablow</dc:creator>
		<pubDate>Mon, 03 Mar 2008 15:11:08 +0000</pubDate>
		<guid isPermaLink="false">http://lijinjoseji.wordpress.com/2008/02/29/testng-56-and-junit-44-which-framework-you-will-choose-for-unit-testing/#comment-515</guid>
		<description>I&#039;ve seen but never used Log4Unit, hosted at http://www.openfuture.de/Log4Unit/.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve seen but never used Log4Unit, hosted at <a href="http://www.openfuture.de/Log4Unit/" rel="nofollow">http://www.openfuture.de/Log4Unit/</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lijin</title>
		<link>http://minddiary.com/2008/02/29/testng-56-and-junit-44-which-framework-you-will-choose-for-unit-testing/#comment-517</link>
		<dc:creator>Lijin</dc:creator>
		<pubDate>Mon, 03 Mar 2008 05:16:24 +0000</pubDate>
		<guid isPermaLink="false">http://lijinjoseji.wordpress.com/2008/02/29/testng-56-and-junit-44-which-framework-you-will-choose-for-unit-testing/#comment-517</guid>
		<description>Thanks Cedric. Thanks for the Info.</description>
		<content:encoded><![CDATA[<p>Thanks Cedric. Thanks for the Info.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cedric</title>
		<link>http://minddiary.com/2008/02/29/testng-56-and-junit-44-which-framework-you-will-choose-for-unit-testing/#comment-513</link>
		<dc:creator>Cedric</dc:creator>
		<pubDate>Fri, 29 Feb 2008 20:43:25 +0000</pubDate>
		<guid isPermaLink="false">http://lijinjoseji.wordpress.com/2008/02/29/testng-56-and-junit-44-which-framework-you-will-choose-for-unit-testing/#comment-513</guid>
		<description>FYI, Ignore is supported in TestNG with @Test(enabled=false).  And also by excluding groups that your method belongs to.</description>
		<content:encoded><![CDATA[<p>FYI, Ignore is supported in TestNG with @Test(enabled=false).  And also by excluding groups that your method belongs to.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
