<?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: TestNG 5.6 and Junit 4.4 : which framework you will choose for unit testing?</title>
	<atom:link href="http://lijinjoseji.wordpress.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>http://lijinjoseji.wordpress.com/2008/02/29/testng-56-and-junit-44-which-framework-you-will-choose-for-unit-testing/</link>
	<description>The future belongs to those who believe in the beauty of their dreams.</description>
	<pubDate>Fri, 04 Jul 2008 16:41:42 +0000</pubDate>
	<generator>http://wordpress.org/?v=MU</generator>
		<item>
		<title>By: Links for 7th March</title>
		<link>http://lijinjoseji.wordpress.com/2008/02/29/testng-56-and-junit-44-which-framework-you-will-choose-for-unit-testing/#comment-10924</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-10924</guid>
		<description>[...] Which Unit Test Framework will you use - here [...]</description>
		<content:encoded><![CDATA[<p>[...] Which Unit Test Framework will you use - here [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: openBlog &#187; TestNG and JUnit</title>
		<link>http://lijinjoseji.wordpress.com/2008/02/29/testng-56-and-junit-44-which-framework-you-will-choose-for-unit-testing/#comment-10912</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-10912</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://lijinjoseji.wordpress.com/2008/02/29/testng-56-and-junit-44-which-framework-you-will-choose-for-unit-testing/#comment-10903</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-10903</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: Lijin</title>
		<link>http://lijinjoseji.wordpress.com/2008/02/29/testng-56-and-junit-44-which-framework-you-will-choose-for-unit-testing/#comment-10902</link>
		<dc:creator>Lijin</dc:creator>
		<pubDate>Tue, 04 Mar 2008 04:25:04 +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-10902</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: Hayato Ijuin</title>
		<link>http://lijinjoseji.wordpress.com/2008/02/29/testng-56-and-junit-44-which-framework-you-will-choose-for-unit-testing/#comment-10899</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-10899</guid>
		<description>Eclipse allows to run failed tests only or last test only for JUnit. I don't know if it's a Eclipse'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://lijinjoseji.wordpress.com/2008/02/29/testng-56-and-junit-44-which-framework-you-will-choose-for-unit-testing/#comment-10898</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-10898</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 "dependency" 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'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://lijinjoseji.wordpress.com/2008/02/29/testng-56-and-junit-44-which-framework-you-will-choose-for-unit-testing/#comment-10897</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-10897</guid>
		<description>I'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://lijinjoseji.wordpress.com/2008/02/29/testng-56-and-junit-44-which-framework-you-will-choose-for-unit-testing/#comment-10893</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-10893</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://lijinjoseji.wordpress.com/2008/02/29/testng-56-and-junit-44-which-framework-you-will-choose-for-unit-testing/#comment-10876</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-10876</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>
