<?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: TestNG Migration</title>
	<atom:link href="http://www.philvarner.com/blog/2008/01/30/testng-migration/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.philvarner.com/blog/2008/01/30/testng-migration/</link>
	<description>mostly technical stuff</description>
	<lastBuildDate>Thu, 22 Jul 2010 23:21:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Thomas</title>
		<link>http://www.philvarner.com/blog/2008/01/30/testng-migration/comment-page-1/#comment-1089</link>
		<dc:creator>Thomas</dc:creator>
		<pubDate>Thu, 04 Feb 2010 20:48:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.philvarner.com/blog/2008/01/30/testng-migration/#comment-1089</guid>
		<description>Phil - thanks for the post, the hit on &quot;cannot load class from file&quot; helped me realize my omission of the test classes themselves from the classpath, doh!  To add to your post, we&#039;ve been using TestNG for several years now, when JUnit 3.x wasn&#039;t supporting &#039;groups&#039;...it was for this reason we switched over, now we&#039;re able to classify subsets of tests and run those easily.  We have lots of fast &#039;unit&#039; tests that all developers run for each local build, then the CI machine runs the db-heavy &#039;integration&#039; tests nightly against our code in SVN.  Very very helful...</description>
		<content:encoded><![CDATA[<p>Phil &#8211; thanks for the post, the hit on &#034;cannot load class from file&#034; helped me realize my omission of the test classes themselves from the classpath, doh!  To add to your post, we&#039;ve been using TestNG for several years now, when JUnit 3.x wasn&#039;t supporting &#039;groups&#039;&#8230;it was for this reason we switched over, now we&#039;re able to classify subsets of tests and run those easily.  We have lots of fast &#039;unit&#039; tests that all developers run for each local build, then the CI machine runs the db-heavy &#039;integration&#039; tests nightly against our code in SVN.  Very very helful&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rajesh</title>
		<link>http://www.philvarner.com/blog/2008/01/30/testng-migration/comment-page-1/#comment-1072</link>
		<dc:creator>rajesh</dc:creator>
		<pubDate>Mon, 02 Nov 2009 17:39:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.philvarner.com/blog/2008/01/30/testng-migration/#comment-1072</guid>
		<description>it works.thanks</description>
		<content:encoded><![CDATA[<p>it works.thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick Peralta</title>
		<link>http://www.philvarner.com/blog/2008/01/30/testng-migration/comment-page-1/#comment-1050</link>
		<dc:creator>Patrick Peralta</dc:creator>
		<pubDate>Tue, 26 May 2009 22:52:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.philvarner.com/blog/2008/01/30/testng-migration/#comment-1050</guid>
		<description>Thanks for this post...helped me with some issues I was having with Ant &amp; TestNG!</description>
		<content:encoded><![CDATA[<p>Thanks for this post&#8230;helped me with some issues I was having with Ant &amp; TestNG!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bhaskar</title>
		<link>http://www.philvarner.com/blog/2008/01/30/testng-migration/comment-page-1/#comment-1048</link>
		<dc:creator>Bhaskar</dc:creator>
		<pubDate>Thu, 23 Apr 2009 04:03:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.philvarner.com/blog/2008/01/30/testng-migration/#comment-1048</guid>
		<description>You just have to specify a parameter of type java.lang.reflect.Method in your @BeforeMethod and you will get the executed test method.</description>
		<content:encoded><![CDATA[<p>You just have to specify a parameter of type java.lang.reflect.Method in your @BeforeMethod and you will get the executed test method.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pavan</title>
		<link>http://www.philvarner.com/blog/2008/01/30/testng-migration/comment-page-1/#comment-1047</link>
		<dc:creator>pavan</dc:creator>
		<pubDate>Wed, 08 Apr 2009 11:37:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.philvarner.com/blog/2008/01/30/testng-migration/#comment-1047</guid>
		<description>Hi, Thanks for the info. During migration, I&#039;m facing this problem. In JUint setup() i can get the name of the testcase just by calling getName(), how can i get the same within the @BeforeMethod ?


Thanks</description>
		<content:encoded><![CDATA[<p>Hi, Thanks for the info. During migration, I&#039;m facing this problem. In JUint setup() i can get the name of the testcase just by calling getName(), how can i get the same within the @BeforeMethod ?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ron DiFrango</title>
		<link>http://www.philvarner.com/blog/2008/01/30/testng-migration/comment-page-1/#comment-1026</link>
		<dc:creator>Ron DiFrango</dc:creator>
		<pubDate>Wed, 11 Feb 2009 20:07:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.philvarner.com/blog/2008/01/30/testng-migration/#comment-1026</guid>
		<description>Thanks, I was coming to the same conclusion myself.  The TestNG docs could us a little bit a work when it comes to ANT integration.</description>
		<content:encoded><![CDATA[<p>Thanks, I was coming to the same conclusion myself.  The TestNG docs could us a little bit a work when it comes to ANT integration.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Froberg</title>
		<link>http://www.philvarner.com/blog/2008/01/30/testng-migration/comment-page-1/#comment-892</link>
		<dc:creator>Froberg</dc:creator>
		<pubDate>Fri, 22 Feb 2008 17:29:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.philvarner.com/blog/2008/01/30/testng-migration/#comment-892</guid>
		<description>Thanks! Excellent entry, saved the day for me. All and all, gotta love TestNG.
Cheers,

Kantorn</description>
		<content:encoded><![CDATA[<p>Thanks! Excellent entry, saved the day for me. All and all, gotta love TestNG.<br />
Cheers,</p>
<p>Kantorn</p>
]]></content:encoded>
	</item>
</channel>
</rss>
