<?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: Testing with factories</title>
	<atom:link href="http://blog.jteam.nl/2009/07/10/testing-with-factories/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.jteam.nl/2009/07/10/testing-with-factories/</link>
	<description>Keep updated on what we&#039;re doing!</description>
	<lastBuildDate>Wed, 28 Jul 2010 21:43:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Peter Schuler</title>
		<link>http://blog.jteam.nl/2009/07/10/testing-with-factories/comment-page-1/#comment-694</link>
		<dc:creator>Peter Schuler</dc:creator>
		<pubDate>Thu, 17 Sep 2009 08:28:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jteam.nl/?p=214#comment-694</guid>
		<description>If you want your DomeinFactory to be avaible in higher level modules in maven check out this blog:
http://www.waltercedric.com/java-j2ee-mainmenu-53/361-maven-build-system/1349-maven-reusing-test-classes-across-multi-modules-projects.html</description>
		<content:encoded><![CDATA[<p>If you want your DomeinFactory to be avaible in higher level modules in maven check out this blog:<br />
<a href="http://www.waltercedric.com/java-j2ee-mainmenu-53/361-maven-build-system/1349-maven-reusing-test-classes-across-multi-modules-projects.html" rel="nofollow">http://www.waltercedric.com/java-j2ee-mainmenu-53/361-maven-build-system/1349-maven-reusing-test-classes-across-multi-modules-projects.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Schuler</title>
		<link>http://blog.jteam.nl/2009/07/10/testing-with-factories/comment-page-1/#comment-688</link>
		<dc:creator>Peter Schuler</dc:creator>
		<pubDate>Wed, 16 Sep 2009 10:58:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jteam.nl/?p=214#comment-688</guid>
		<description>Uri Boness pointed me to this post and I think this is a very good idear and I will implement it myself.

As a point of discussion: I will put the factories into the domain/src/test/java and share them across the different unittest layers. But is this the way to go?

And can you chain your factories in order to create complex object trees needed to test high level services? Or will this make your testcode too complex?</description>
		<content:encoded><![CDATA[<p>Uri Boness pointed me to this post and I think this is a very good idear and I will implement it myself.</p>
<p>As a point of discussion: I will put the factories into the domain/src/test/java and share them across the different unittest layers. But is this the way to go?</p>
<p>And can you chain your factories in order to create complex object trees needed to test high level services? Or will this make your testcode too complex?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrea Del Bene</title>
		<link>http://blog.jteam.nl/2009/07/10/testing-with-factories/comment-page-1/#comment-345</link>
		<dc:creator>Andrea Del Bene</dc:creator>
		<pubDate>Tue, 14 Jul 2009 10:29:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jteam.nl/?p=214#comment-345</guid>
		<description>Hi Tom,

I&#039;ve adopted a similar approach in a Spring based project. I&#039;ve declared my test data entities in a Spring xml context file and loaded it in test case classes with others context file.

you can find the test entites file at thi url:

https://jugancona.dev.java.net/source/browse/jugancona/Jug4Tenda/src/org/jugancona/jug4tenda/businessServices/test/LoadDataTest.xml</description>
		<content:encoded><![CDATA[<p>Hi Tom,</p>
<p>I&#8217;ve adopted a similar approach in a Spring based project. I&#8217;ve declared my test data entities in a Spring xml context file and loaded it in test case classes with others context file.</p>
<p>you can find the test entites file at thi url:</p>
<p><a href="https://jugancona.dev.java.net/source/browse/jugancona/Jug4Tenda/src/org/jugancona/jug4tenda/businessServices/test/LoadDataTest.xml" rel="nofollow">https://jugancona.dev.java.net/source/browse/jugancona/Jug4Tenda/src/org/jugancona/jug4tenda/businessServices/test/LoadDataTest.xml</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
