<?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: Chapter 6 : The Art of Unit Testing</title>
	<atom:link href="http://dublinalt.net/2009/10/28/chapter-6-the-art-of-unit-testing/feed/" rel="self" type="application/rss+xml" />
	<link>http://dublinalt.net/2009/10/28/chapter-6-the-art-of-unit-testing/</link>
	<description>The first ALT.NET group in Ireland</description>
	<lastBuildDate>Fri, 22 Jul 2011 14:24:08 +0000</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Billy Stack</title>
		<link>http://dublinalt.net/2009/10/28/chapter-6-the-art-of-unit-testing/comment-page-1/#comment-349</link>
		<dc:creator>Billy Stack</dc:creator>
		<pubDate>Thu, 29 Oct 2009 08:37:25 +0000</pubDate>
		<guid isPermaLink="false">http://dublinalt.net/?p=206#comment-349</guid>
		<description>We put the following tests into slow test category:

Database tests (which are integration tests)
Temporal tests (i.e. tests where thread timing/synchronisation etc is involved - these usually are not integration tests.

When you have a codebase with a couple of thousand tests, where a few hundred tests take quite a bit of time, these tests must be separated into a slow test category.

All non-slow tests are executed by developers and all non-slow tests + slow tests are executed in our automated build process with cruise control</description>
		<content:encoded><![CDATA[<p>We put the following tests into slow test category:</p>
<p>Database tests (which are integration tests)<br />
Temporal tests (i.e. tests where thread timing/synchronisation etc is involved &#8211; these usually are not integration tests.</p>
<p>When you have a codebase with a couple of thousand tests, where a few hundred tests take quite a bit of time, these tests must be separated into a slow test category.</p>
<p>All non-slow tests are executed by developers and all non-slow tests + slow tests are executed in our automated build process with cruise control</p>
]]></content:encoded>
	</item>
</channel>
</rss>

