<?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: What is a unit test?</title>
	<atom:link href="http://www.markhneedham.com/blog/2008/10/10/what-is-a-unit-test/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.markhneedham.com/blog/2008/10/10/what-is-a-unit-test/</link>
	<description>Thoughts on Software Development</description>
	<lastBuildDate>Sat, 11 Feb 2012 23:17:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: felix</title>
		<link>http://www.markhneedham.com/blog/2008/10/10/what-is-a-unit-test/comment-page-1/#comment-1739</link>
		<dc:creator>felix</dc:creator>
		<pubDate>Wed, 03 Dec 2008 16:48:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.markhneedham.com/blog/?p=473#comment-1739</guid>
		<description>&quot;A unit test has no dependencies&quot;

I find this definition rather useless. Of course your test relies on compilers, some kind of runtime environment and in most cases also on library code (consider ruby where loops are implemented in the class library).

I fear it&#039;s all down to define for your purposes, what a dependency is or to put it the original way, what a unit is.

BTW: In java you can easily work around fs dependencies by loading resources through the classloader, without making any assumptions about working directories or absolute paths.</description>
		<content:encoded><![CDATA[<p>&#8220;A unit test has no dependencies&#8221;</p>
<p>I find this definition rather useless. Of course your test relies on compilers, some kind of runtime environment and in most cases also on library code (consider ruby where loops are implemented in the class library).</p>
<p>I fear it&#8217;s all down to define for your purposes, what a dependency is or to put it the original way, what a unit is.</p>
<p>BTW: In java you can easily work around fs dependencies by loading resources through the classloader, without making any assumptions about working directories or absolute paths.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: What make a good unit test? at Mark Needham</title>
		<link>http://www.markhneedham.com/blog/2008/10/10/what-is-a-unit-test/comment-page-1/#comment-1736</link>
		<dc:creator>What make a good unit test? at Mark Needham</dc:creator>
		<pubDate>Wed, 03 Dec 2008 14:36:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.markhneedham.com/blog/?p=473#comment-1736</guid>
		<description>[...] on from my post around the definition of a unit test, a recent discussion on the Test Driven Development mailing list led me to question what my own [...]</description>
		<content:encoded><![CDATA[<p>[...] on from my post around the definition of a unit test, a recent discussion on the Test Driven Development mailing list led me to question what my own [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

