<?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: Three reasons why you don&#8217;t want to use a Spring context in unit tests</title>
	<atom:link href="http://maxheapsize.com/2009/02/25/three-reasons-why-you-dont-want-to-use-a-spring-context-in-unit-tests/feed/" rel="self" type="application/rss+xml" />
	<link>http://maxheapsize.com/2009/02/25/three-reasons-why-you-dont-want-to-use-a-spring-context-in-unit-tests/</link>
	<description>Oliver Wehrens on Programming and Agile</description>
	<lastBuildDate>Sun, 24 Jul 2011 10:50:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
	<item>
		<title>By: Oliver Wehrens</title>
		<link>http://maxheapsize.com/2009/02/25/three-reasons-why-you-dont-want-to-use-a-spring-context-in-unit-tests/comment-page-1/#comment-4272</link>
		<dc:creator>Oliver Wehrens</dc:creator>
		<pubDate>Thu, 04 Feb 2010 23:00:37 +0000</pubDate>
		<guid isPermaLink="false">http://maxheapsize.com/?p=90#comment-4272</guid>
		<description>For integration tests, absolutely. 

You need some tests in the end which ensure everything is working together. But this should be just a handful of tests covering the most critical paths of your applications.</description>
		<content:encoded><![CDATA[<p>For integration tests, absolutely. </p>
<p>You need some tests in the end which ensure everything is working together. But this should be just a handful of tests covering the most critical paths of your applications.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Otavio Macedo</title>
		<link>http://maxheapsize.com/2009/02/25/three-reasons-why-you-dont-want-to-use-a-spring-context-in-unit-tests/comment-page-1/#comment-4265</link>
		<dc:creator>Otavio Macedo</dc:creator>
		<pubDate>Thu, 04 Feb 2010 13:40:21 +0000</pubDate>
		<guid isPermaLink="false">http://maxheapsize.com/?p=90#comment-4265</guid>
		<description>I agree with you. Unit tests should be as simple as possible. On the other hand, using Spring in integration tests is a good idea. Especially those tests that interact with databases. Spring has some base classes for test cases that handle transactions, bean caching etc.</description>
		<content:encoded><![CDATA[<p>I agree with you. Unit tests should be as simple as possible. On the other hand, using Spring in integration tests is a good idea. Especially those tests that interact with databases. Spring has some base classes for test cases that handle transactions, bean caching etc.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

