<?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: AbstractTransactionalSpringContextTests meets TestNG</title>
	<atom:link href="http://blog.centuryminds.com/2006/12/abstracttransactionalspringcontexttests-meets-testng/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.centuryminds.com/2006/12/abstracttransactionalspringcontexttests-meets-testng/</link>
	<description></description>
	<pubDate>Mon, 21 May 2012 01:03:08 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Rubén Barroso</title>
		<link>http://blog.centuryminds.com/2006/12/abstracttransactionalspringcontexttests-meets-testng/#comment-184</link>
		<dc:creator>Rubén Barroso</dc:creator>
		<pubDate>Tue, 27 Feb 2007 14:55:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.centuryminds.com/2006/12/12/abstracttransactionalspringcontexttests-meets-testng/#comment-184</guid>
		<description>Glad to hear that, Hani! I'll check them out and see how they can fit to our needs. Thanks very much</description>
		<content:encoded><![CDATA[<p>Glad to hear that, Hani! I&#8217;ll check them out and see how they can fit to our needs. Thanks very much</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hani Suleiman</title>
		<link>http://blog.centuryminds.com/2006/12/abstracttransactionalspringcontexttests-meets-testng/#comment-183</link>
		<dc:creator>Hani Suleiman</dc:creator>
		<pubDate>Tue, 27 Feb 2007 13:03:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.centuryminds.com/2006/12/12/abstracttransactionalspringcontexttests-meets-testng/#comment-183</guid>
		<description>Hi there,

All of the spring test heirarchy exists in testng, in the org.testng.spring package! Unfortunately there are no builds for this, so if you grab the source andgo to the spring directory, run ant, you'll end up with a jar file that has classes matching all of the names of the ones that Spring ships, without any JUnit dependencies.

You can even do stuff like annotate test methods with @Transactional if you want.</description>
		<content:encoded><![CDATA[<p>Hi there,</p>
<p>All of the spring test heirarchy exists in testng, in the org.testng.spring package! Unfortunately there are no builds for this, so if you grab the source andgo to the spring directory, run ant, you&#8217;ll end up with a jar file that has classes matching all of the names of the ones that Spring ships, without any JUnit dependencies.</p>
<p>You can even do stuff like annotate test methods with @Transactional if you want.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GojiraDeMonstah</title>
		<link>http://blog.centuryminds.com/2006/12/abstracttransactionalspringcontexttests-meets-testng/#comment-182</link>
		<dc:creator>GojiraDeMonstah</dc:creator>
		<pubDate>Wed, 21 Feb 2007 19:32:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.centuryminds.com/2006/12/12/abstracttransactionalspringcontexttests-meets-testng/#comment-182</guid>
		<description>The JUnit dependency is unfortunate, but I think the solution as a whole is fantastic. I just  googled on combining TestNG and Spring on a whim and found this article - it's *exactly* what I needed. The nice goodies the testNG Eclipse plugin gives you with the heavy duty IOC and transaction management from Spring - it is the best of both worlds.

Nice work Rubén!</description>
		<content:encoded><![CDATA[<p>The JUnit dependency is unfortunate, but I think the solution as a whole is fantastic. I just  googled on combining TestNG and Spring on a whim and found this article - it&#8217;s *exactly* what I needed. The nice goodies the testNG Eclipse plugin gives you with the heavy duty IOC and transaction management from Spring - it is the best of both worlds.</p>
<p>Nice work Rubén!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rubén Barroso</title>
		<link>http://blog.centuryminds.com/2006/12/abstracttransactionalspringcontexttests-meets-testng/#comment-181</link>
		<dc:creator>Rubén Barroso</dc:creator>
		<pubDate>Mon, 29 Jan 2007 19:44:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.centuryminds.com/2006/12/12/abstracttransactionalspringcontexttests-meets-testng/#comment-181</guid>
		<description>Nico, thanks for your comments. In relation to the issue with the JUnit dependency, I think you´re right. As you say, it would be great to count on such features in Spring. In fact, Hani/Cédric told us there are some classes in the new Spring release (2.0) to cope with that, but after taking a peek at it, as of that time those classes didn´t use the annotations facility, but the commons´ javadoc tags.
Anyway, the actual point to take into account is the one you state: to get rid of the JUnit dependency whenever you want to use TestNG. Let´s see if we come along with this in the sort term :)</description>
		<content:encoded><![CDATA[<p>Nico, thanks for your comments. In relation to the issue with the JUnit dependency, I think you´re right. As you say, it would be great to count on such features in Spring. In fact, Hani/Cédric told us there are some classes in the new Spring release (2.0) to cope with that, but after taking a peek at it, as of that time those classes didn´t use the annotations facility, but the commons´ javadoc tags.<br />
Anyway, the actual point to take into account is the one you state: to get rid of the JUnit dependency whenever you want to use TestNG. Let´s see if we come along with this in the sort term <img src='http://blog.centuryminds.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nico</title>
		<link>http://blog.centuryminds.com/2006/12/abstracttransactionalspringcontexttests-meets-testng/#comment-185</link>
		<dc:creator>nico</dc:creator>
		<pubDate>Thu, 18 Jan 2007 13:45:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.centuryminds.com/2006/12/12/abstracttransactionalspringcontexttests-meets-testng/#comment-185</guid>
		<description>First drawback i see is that this way of joining spring and testNG, keeps in your system the dependency with JUnit framework... which as you 're trying to use testNG is quite undesireable.

Possible solution is to replicate spring mock test classes eliminating its dependency on junit, although the best solution would be that spring fellows put some classes right out-of-the-box which 've no dependency on junit.., and then subclass them to add the junit dependency.</description>
		<content:encoded><![CDATA[<p>First drawback i see is that this way of joining spring and testNG, keeps in your system the dependency with JUnit framework&#8230; which as you &#8216;re trying to use testNG is quite undesireable.</p>
<p>Possible solution is to replicate spring mock test classes eliminating its dependency on junit, although the best solution would be that spring fellows put some classes right out-of-the-box which &#8216;ve no dependency on junit.., and then subclass them to add the junit dependency.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

