<?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: Adventures in NUnit test categorization</title>
	<atom:link href="http://thediscoblog.com/2006/06/09/adventures-in-nunit-test-categorization/feed/" rel="self" type="application/rss+xml" />
	<link>http://thediscoblog.com/2006/06/09/adventures-in-nunit-test-categorization/</link>
	<description>Can you dig it man?</description>
	<pubDate>Sat, 22 Nov 2008 03:48:59 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Greg Finzer</title>
		<link>http://thediscoblog.com/2006/06/09/adventures-in-nunit-test-categorization/#comment-26675</link>
		<dc:creator>Greg Finzer</dc:creator>
		<pubDate>Fri, 28 Sep 2007 16:17:06 +0000</pubDate>
		<guid isPermaLink="false">http://thediscoblog.com/2006/06/09/adventures-in-nunit-test-categorization/#comment-26675</guid>
		<description>Thanks Andy, any feedback is appreciated.  The next version of the NUnit Test Generator will have the ability to create min/max/null testing.</description>
		<content:encoded><![CDATA[<p>Thanks Andy, any feedback is appreciated.  The next version of the NUnit Test Generator will have the ability to create min/max/null testing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://thediscoblog.com/2006/06/09/adventures-in-nunit-test-categorization/#comment-26639</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Thu, 27 Sep 2007 15:09:30 +0000</pubDate>
		<guid isPermaLink="false">http://thediscoblog.com/2006/06/09/adventures-in-nunit-test-categorization/#comment-26639</guid>
		<description>Thanks, Greg! This generator is slick.</description>
		<content:encoded><![CDATA[<p>Thanks, Greg! This generator is slick.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg Finzer</title>
		<link>http://thediscoblog.com/2006/06/09/adventures-in-nunit-test-categorization/#comment-26633</link>
		<dc:creator>Greg Finzer</dc:creator>
		<pubDate>Thu, 27 Sep 2007 12:25:26 +0000</pubDate>
		<guid isPermaLink="false">http://thediscoblog.com/2006/06/09/adventures-in-nunit-test-categorization/#comment-26633</guid>
		<description>This is a great article.  Categories are especially useful when your code base matches more closely with the database model than the domain model.  Our current project is like this since we have generated most of our code and we are using a table-class to interact with NHibernate.  We are using a tool to generate our NUnit tests as well.

http://www.kellermansoftware.com/p-30-nunit-test-generator.aspx</description>
		<content:encoded><![CDATA[<p>This is a great article.  Categories are especially useful when your code base matches more closely with the database model than the domain model.  Our current project is like this since we have generated most of our code and we are using a table-class to interact with NHibernate.  We are using a tool to generate our NUnit tests as well.</p>
<p><a href="http://www.kellermansoftware.com/p-30-nunit-test-generator.aspx" rel="nofollow">http://www.kellermansoftware.com/p-30-nunit-test-generator.aspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Test Early &#187; Out of the box test categorization in JUnit 4</title>
		<link>http://thediscoblog.com/2006/06/09/adventures-in-nunit-test-categorization/#comment-2780</link>
		<dc:creator>Test Early &#187; Out of the box test categorization in JUnit 4</dc:creator>
		<pubDate>Wed, 10 Jan 2007 05:38:25 +0000</pubDate>
		<guid isPermaLink="false">http://thediscoblog.com/2006/06/09/adventures-in-nunit-test-categorization/#comment-2780</guid>
		<description>[...] The newest version of JUnit does not contain a category annotation, like its rival TestNG or its distant cousin NUnit; however, this doesn&#8217;t mean you can&#8217;t easily categorize your tests. Much like pre-JUnit 4, the solution involves the use of suites; however, as anyone who is actually using JUnit 4 knows, suites, as we used to them, are history&#8211; they&#8217;ve been replaced with annotations. [...]</description>
		<content:encoded><![CDATA[<p>[...] The newest version of JUnit does not contain a category annotation, like its rival TestNG or its distant cousin NUnit; however, this doesn&#8217;t mean you can&#8217;t easily categorize your tests. Much like pre-JUnit 4, the solution involves the use of suites; however, as anyone who is actually using JUnit 4 knows, suites, as we used to them, are history&#8211; they&#8217;ve been replaced with annotations. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Cogley</title>
		<link>http://thediscoblog.com/2006/06/09/adventures-in-nunit-test-categorization/#comment-418</link>
		<dc:creator>Jonathan Cogley</dc:creator>
		<pubDate>Sun, 11 Jun 2006 16:13:17 +0000</pubDate>
		<guid isPermaLink="false">http://thediscoblog.com/2006/06/09/adventures-in-nunit-test-categorization/#comment-418</guid>
		<description>Andy,

Great post!

This is exactly what we use!  We use the Category attribute to differentiate between database read and DatabaseWrite tests (as DatabaseWrite tests are much more costly since the database needs to be reset) - we also mark Mock tests since they run much more quickly.  This gives us a quick way to separate tests based on their execution speed without splitting up their logical organization - for example, having the tests for Authentication split across multiple unit test projects makes it difficult to navigate when adding new features.

J</description>
		<content:encoded><![CDATA[<p>Andy,</p>
<p>Great post!</p>
<p>This is exactly what we use!  We use the Category attribute to differentiate between database read and DatabaseWrite tests (as DatabaseWrite tests are much more costly since the database needs to be reset) - we also mark Mock tests since they run much more quickly.  This gives us a quick way to separate tests based on their execution speed without splitting up their logical organization - for example, having the tests for Authentication split across multiple unit test projects makes it difficult to navigate when adding new features.</p>
<p>J</p>
]]></content:encoded>
	</item>
</channel>
</rss>
