<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>andreas-schlapsi.com &#187; TDD</title>
	<atom:link href="http://www.andreas-schlapsi.com/category/tdd/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.andreas-schlapsi.com</link>
	<description>Assert.That(this, Is.TheTruth());</description>
	<lastBuildDate>Sun, 13 Jun 2010 09:27:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>.NET TDD Roundup #1</title>
		<link>http://www.andreas-schlapsi.com/2010/04/26/net-tdd-roundup-1/</link>
		<comments>http://www.andreas-schlapsi.com/2010/04/26/net-tdd-roundup-1/#comments</comments>
		<pubDate>Mon, 26 Apr 2010 20:48:18 +0000</pubDate>
		<dc:creator>aschlapsi</dc:creator>
				<category><![CDATA[.NET Development]]></category>
		<category><![CDATA[TDD]]></category>

		<guid isPermaLink="false">http://www.andreas-schlapsi.com/?p=174</guid>
		<description><![CDATA[This is .NET TDD roundup #1. The .NET TDD roundup aggregates information of interest to .NET developers using TDD/BDD. If you have something interesting you have done or have run across, please send me the URL with a brief description via the contact link on my blog. Test-Driven Development Writing Testable Code &#8211; Isa Goksu [...]]]></description>
			<content:encoded><![CDATA[<p>This is .NET TDD roundup #1.</p>
<p>The .NET TDD roundup aggregates information of interest to .NET developers using TDD/BDD. If you have something interesting you have done or have run across, please send me the URL with a brief description via the <a href="http://www.andreas-schlapsi.com/contact/">contact link</a> on my blog.<br />
<span id="more-174"></span></p>
<h2>Test-Driven Development</h2>
<ul>
<li><a href="http://www.methodsandtools.com/archive/archive.php?id=103">Writing Testable Code</a> &#8211; Isa Goksu writes about writing testable code.</li>
<li><a href="http://agile.dzone.com/videos/moving-tdd-and-exploring">Moving to Test-Driven Development and Exploring Language Paradigms</a> &#8211; Eric Hagan interviews Michael Feathers.</li>
<li><a href="http://blog.ezyang.com/2010/04/the-problem-with-xunit/">The Problem with xUnit</a> &#8211; Edward Z. Yang writes about why he believes that xUnit test frameworks lead to more boilerplate code and how to use Haskell to create DSL-like tests with <a href="http://en.wikipedia.org/wiki/QuickCheck">QuickCheck</a>.</li>
<li><a href="http://blog.objectmentor.com/articles/2010/03/30/some-rough-draft-tdd-demonstration-videos">Some Rough Draft TDD Demonstration Videos</a> &#8211; Brett Schuchert is doing a series of video on TDD. He already published <a href="http://blog.objectmentor.com/articles/2010/04/05/first-pass-completed-rough-draft-tdd-demonstration-videos">rough drafts of his videos</a>.</li>
</ul>
<h2>Unit Test Frameworks</h2>
<h3>NUnit</h3>
<ul>
<li><a href="http://groups.google.com/group/nunit-discuss/browse_thread/thread/1d1953c34a2aaa05#">NUnit 2.5.5 released</a> &#8211; Charlie Poole released version 2.5.5 of <a href="http://nunit.org">NUnit</a> last Friday. It can be downloaded from <a href="http://nunit.org/index.php?p=download">here</a>.</li>
<li><a href="http://www.nuclex.org/downloads/tools/39-nunit-template-for-asp-net-mvc-2">NUnit Template for ASP.NET MVC 2</a> &#8211; Markus Ewald ported the MSTest unit test templates for ASP.NET MVC 2 to NUnit. It isn&#8217;t ready though: it doesn&#8217;t add a reference to the ASP.NET project. <a href="http://groups.google.com/group/nunit-discuss/browse_thread/thread/24d7e086ef784a72#">Details</a> can be found on the <a href="http://groups.google.com/group/nunit-discuss">NUnit-Discuss mailing list</a>.</li>
</ul>
<h3>MbUnit</h3>
<ul>
<li><a href="http://interfacingreality.blogspot.com/2010/04/xml-assertions-in-mbunit-v3.html">XML Assertions in MbUnit v3</a> &#8211; Yann Trévin writes about new assertions in the upcoming MbUnit 3.2 which will help with testing XML output.</a></li>
</ul>

<!-- start wp-tags-to-technorati 1.01 -->

<p class='technorati-tags'>Technorati Tags <a class='technorati-link' href='http://technorati.com/tag/TDD' rel='tag' target='_self'>TDD</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://www.andreas-schlapsi.com/2010/04/26/net-tdd-roundup-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>When Is a Test a Unit Test?</title>
		<link>http://www.andreas-schlapsi.com/2009/09/20/when-is-a-test-a-unit-test/</link>
		<comments>http://www.andreas-schlapsi.com/2009/09/20/when-is-a-test-a-unit-test/#comments</comments>
		<pubDate>Sun, 20 Sep 2009 19:54:03 +0000</pubDate>
		<dc:creator>aschlapsi</dc:creator>
				<category><![CDATA[.NET Development]]></category>
		<category><![CDATA[Software Development]]></category>
		<category><![CDATA[TDD]]></category>
		<category><![CDATA[unit-testing]]></category>

		<guid isPermaLink="false">http://www.andreas-schlapsi.com/?p=163</guid>
		<description><![CDATA[Developers write their tests usually with a unit test framework. Often those tests are slow and unreadable. Almost always the tests communicate with a database, a file system, a web service or other external resources. Developers stop executing the tests regularly and further they stop writing tests entirely, because &#8220;unit tests&#8221; are so slow and [...]]]></description>
			<content:encoded><![CDATA[<p>Developers write their tests usually with a unit test framework. Often those tests are slow and unreadable. Almost always the tests communicate with a database, a file system, a web service or other external resources. Developers stop executing the tests regularly and further they stop writing tests entirely, because &#8220;unit tests&#8221; are so slow and hard to maintain.</p>
<p><a title="Homepage of Micheal Feathers" href="http://www.michaelfeathers.com/">Michael Feathers</a> has already summarized <a title="A Set of Unit Testing Rules" href="http://www.artima.com/weblogs/viewpost.jsp?thread=126923">the criteria for unit tests in September 2005</a>:</p>
<blockquote><p>&#8220;A test is not a unit test if:</p>
<ul>
<li>It talks to the database</li>
<li>It communicates across the network</li>
<li>It touches the file system</li>
<li>It can&#8217;t run at the same time as any of your other unit tests</li>
<li>You have to do special things to your environment (such as editing config files) to run it.</li>
</ul>
<p>Tests that do these things aren&#8217;t bad. Often they are worth writing, and they can be written in a unit test harness. However, it is important to be able to separate them from true unit tests so that we can keep a set of tests that we can run fast whenever we make our changes.&#8221;</p></blockquote>
<p>Developers often even do not write unit tests! They are writing integration tests instead. Sometimes it takes more than knowing the test attributes of the used unit test framework to write real unit tests!</p>

<!-- start wp-tags-to-technorati 1.01 -->

<p class='technorati-tags'>Technorati Tags <a class='technorati-link' href='http://technorati.com/tag/TDD' rel='tag' target='_self'>TDD</a>, <a class='technorati-link' href='http://technorati.com/tag/unit-testing' rel='tag' target='_self'>unit-testing</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://www.andreas-schlapsi.com/2009/09/20/when-is-a-test-a-unit-test/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>RowTest Extension 1.2.3</title>
		<link>http://www.andreas-schlapsi.com/2008/09/30/rowtest-extension-123/</link>
		<comments>http://www.andreas-schlapsi.com/2008/09/30/rowtest-extension-123/#comments</comments>
		<pubDate>Mon, 29 Sep 2008 22:38:17 +0000</pubDate>
		<dc:creator>aschlapsi</dc:creator>
				<category><![CDATA[.NET Development]]></category>
		<category><![CDATA[TDD]]></category>
		<category><![CDATA[NUnit]]></category>
		<category><![CDATA[nunitaddin]]></category>
		<category><![CDATA[rowtest]]></category>
		<category><![CDATA[unit-testing]]></category>

		<guid isPermaLink="false">http://www.andreas-schlapsi.com/?p=50</guid>
		<description><![CDATA[I released a new version of the RowTest Extension. I made following changes: The description of a Row attribute will be copied to the created test case. You can download it from the RowTest Extension page. Technorati Tags NUnit, nunitaddin, rowtest, unit-testing]]></description>
			<content:encoded><![CDATA[<p>I released a new version of the RowTest Extension. I made following changes:</p>
<ul>
<li>The description of a Row attribute will be copied to the created test case.</li>
</ul>
<p>You can download it from the <a href="http://www.andreas-schlapsi.com/projects/rowtest-extension-for-nunit/">RowTest Extension page</a>.</p>

<!-- start wp-tags-to-technorati 1.01 -->

<p class='technorati-tags'>Technorati Tags <a class='technorati-link' href='http://technorati.com/tag/NUnit' rel='tag' target='_self'>NUnit</a>, <a class='technorati-link' href='http://technorati.com/tag/nunitaddin' rel='tag' target='_self'>nunitaddin</a>, <a class='technorati-link' href='http://technorati.com/tag/rowtest' rel='tag' target='_self'>rowtest</a>, <a class='technorati-link' href='http://technorati.com/tag/unit-testing' rel='tag' target='_self'>unit-testing</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://www.andreas-schlapsi.com/2008/09/30/rowtest-extension-123/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Detecting Testability Problems</title>
		<link>http://www.andreas-schlapsi.com/2008/07/07/detecting-testability-problems/</link>
		<comments>http://www.andreas-schlapsi.com/2008/07/07/detecting-testability-problems/#comments</comments>
		<pubDate>Mon, 07 Jul 2008 20:05:53 +0000</pubDate>
		<dc:creator>aschlapsi</dc:creator>
				<category><![CDATA[.NET Development]]></category>
		<category><![CDATA[TDD]]></category>
		<category><![CDATA[legacy code]]></category>
		<category><![CDATA[unit-testing]]></category>

		<guid isPermaLink="false">http://www.andreas-schlapsi.com/2008/07/07/detecting-testability-problems/</guid>
		<description><![CDATA[Roy Osherove wrote a new tool, called Depender. It inspects the types within an assembly and tries to find possible testability problems and places where you can already use seams to inject your own implementation. If you&#8217;re not familiar with the concept of seams you might want to read Michael Feather&#8217;s book &#8220;Working Effectively with [...]]]></description>
			<content:encoded><![CDATA[<p>Roy Osherove wrote a <a href="http://weblogs.asp.net/rosherove/archive/2008/07/05/introducing-depender-testability-problem-finder.aspx">new tool, called Depender</a>. It inspects the types within an assembly and tries to find possible testability problems and places where you can already use seams to inject your own implementation. If you&#8217;re not familiar with the concept of seams you might want to read Michael Feather&#8217;s book <a href="http://www.amazon.com/Working-Effectively-Legacy-Robert-Martin/dp/0131177052/ref=pd_bbs_sr_1?ie=UTF8&amp;s=books&amp;qid=1215459816&amp;sr=8-1">&#8220;Working Effectively with Legacy Code&#8221;</a>.</p>
<p>You can extend Depender by <a href="http://weblogs.asp.net/rosherove/archive/2008/07/05/extending-depender-with-your-own-custom-dependency-rules.aspx">writing your own dependency rules</a>.</p>

<!-- start wp-tags-to-technorati 1.01 -->

<p class='technorati-tags'>Technorati Tags <a class='technorati-link' href='http://technorati.com/tag/legacy+code' rel='tag' target='_self'>legacy code</a>, <a class='technorati-link' href='http://technorati.com/tag/TDD' rel='tag' target='_self'>TDD</a>, <a class='technorati-link' href='http://technorati.com/tag/unit-testing' rel='tag' target='_self'>unit-testing</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://www.andreas-schlapsi.com/2008/07/07/detecting-testability-problems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NUnit 2.4.7 includes RowTest Extension</title>
		<link>http://www.andreas-schlapsi.com/2008/03/31/nunit-247-includes-rowtest-extension/</link>
		<comments>http://www.andreas-schlapsi.com/2008/03/31/nunit-247-includes-rowtest-extension/#comments</comments>
		<pubDate>Mon, 31 Mar 2008 17:09:54 +0000</pubDate>
		<dc:creator>aschlapsi</dc:creator>
				<category><![CDATA[.NET Development]]></category>
		<category><![CDATA[TDD]]></category>
		<category><![CDATA[NUnit]]></category>
		<category><![CDATA[rowtest]]></category>
		<category><![CDATA[unit-testing]]></category>

		<guid isPermaLink="false">http://www.andreas-schlapsi.com/2008/03/31/nunit-247-includes-rowtest-extension/</guid>
		<description><![CDATA[Charlie Poole released NUnit 2.4.7 today. This release eliminates some problems related to NUnit&#8217;s interaction with log4net and various bugs are also addressed. The release notes contain more detailed information. RowTest Extension 1.2.2 is packaged in the NUnit extension assemblies. It&#8217;s the first time that an externally developed addin is included in a release of [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blogs.nunit.com/">Charlie Poole</a> released <a href="http://nunit.org/index.php?p=home">NUnit</a> 2.4.7 today. This release eliminates some problems related to NUnit&#8217;s interaction with <a href="http://logging.apache.org/log4net/index.html">log4net</a> and various bugs are also addressed. <a href="http://nunit.org/index.php?p=releaseNotes&amp;amp;r=2.4.7">The release notes</a> contain more detailed information.</p>
<p><a href="http://www.andreas-schlapsi.com/projects/rowtest-extension-for-nunit/">RowTest Extension</a> 1.2.2 is packaged in the NUnit extension assemblies. It&#8217;s the first time that an externally developed addin is included in a release of NUnit. You&#8217;ll have to change the namespace from <code>NUnitExtension.RowTest</code> to <code>NUnit.Framework.Extensions</code> if you want to port your unit tests from older versions of RowTest Extension.</p>
<p>You can download NUnit 2.4.7 from the <a href="http://nunit.org/index.php?p=download">NUnit site</a> or from <a href="http://sourceforge.net/project/showfiles.php?group_id=10749&amp;amp;package_id=89482&amp;amp;release_id=588414">Sourceforge</a>.</p>

<!-- start wp-tags-to-technorati 1.01 -->

<p class='technorati-tags'>Technorati Tags <a class='technorati-link' href='http://technorati.com/tag/NUnit' rel='tag' target='_self'>NUnit</a>, <a class='technorati-link' href='http://technorati.com/tag/rowtest' rel='tag' target='_self'>rowtest</a>, <a class='technorati-link' href='http://technorati.com/tag/unit-testing' rel='tag' target='_self'>unit-testing</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://www.andreas-schlapsi.com/2008/03/31/nunit-247-includes-rowtest-extension/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>RowTest Extension 1.2.2</title>
		<link>http://www.andreas-schlapsi.com/2008/03/30/rowtest-extension-122/</link>
		<comments>http://www.andreas-schlapsi.com/2008/03/30/rowtest-extension-122/#comments</comments>
		<pubDate>Sun, 30 Mar 2008 17:32:09 +0000</pubDate>
		<dc:creator>aschlapsi</dc:creator>
				<category><![CDATA[.NET Development]]></category>
		<category><![CDATA[TDD]]></category>
		<category><![CDATA[NUnit]]></category>
		<category><![CDATA[nunitaddin]]></category>
		<category><![CDATA[rowtest]]></category>
		<category><![CDATA[unit-testing]]></category>

		<guid isPermaLink="false">http://www.andreas-schlapsi.com/2008/03/30/rowtest-extension-122/</guid>
		<description><![CDATA[I released a new version of the RowTest Extension. I made following changes: null cannot be used as argument on .NET Framework 1.1. A new enum value SpecialValue.Null can be used instead. If the RowTest addin finds this value as argument the value will be translated to null. Fixed Bug: Common NUnit attributes like Category, [...]]]></description>
			<content:encoded><![CDATA[<p>I released a new version of the RowTest Extension. I made following changes:</p>
<ul>
<li>null cannot be used as argument on .NET Framework 1.1. A new enum value SpecialValue.Null can be used instead. If the RowTest addin finds this value as argument the value will be translated to null.</li>
<li>Fixed Bug: Common NUnit attributes like Category, Description etc. don&#8217;t work for RowTest methods.</li>
</ul>
<p>You can download it from the <a href="http://www.andreas-schlapsi.com/projects/rowtest-extension-for-nunit/">RowTest Extension page</a>.</p>

<!-- start wp-tags-to-technorati 1.01 -->

<p class='technorati-tags'>Technorati Tags <a class='technorati-link' href='http://technorati.com/tag/NUnit' rel='tag' target='_self'>NUnit</a>, <a class='technorati-link' href='http://technorati.com/tag/nunitaddin' rel='tag' target='_self'>nunitaddin</a>, <a class='technorati-link' href='http://technorati.com/tag/rowtest' rel='tag' target='_self'>rowtest</a>, <a class='technorati-link' href='http://technorati.com/tag/unit-testing' rel='tag' target='_self'>unit-testing</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://www.andreas-schlapsi.com/2008/03/30/rowtest-extension-122/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RowTest Extension 1.2.1</title>
		<link>http://www.andreas-schlapsi.com/2008/02/17/rowtest-extension-121/</link>
		<comments>http://www.andreas-schlapsi.com/2008/02/17/rowtest-extension-121/#comments</comments>
		<pubDate>Sun, 17 Feb 2008 18:42:34 +0000</pubDate>
		<dc:creator>aschlapsi</dc:creator>
				<category><![CDATA[.NET Development]]></category>
		<category><![CDATA[TDD]]></category>
		<category><![CDATA[NUnit]]></category>
		<category><![CDATA[nunitaddin]]></category>
		<category><![CDATA[rowtest]]></category>
		<category><![CDATA[unit-testing]]></category>

		<guid isPermaLink="false">http://www.andreas-schlapsi.com/2008/02/17/rowtest-extension-121/</guid>
		<description><![CDATA[I released a new version of the RowTest Extension. I made following changes: Fixed Bug: SetUp and TearDown are not called on the RowTest test suite Created new Test project for functional tests and reorganized samples. You can download it from the RowTest Extension page. Technorati Tags NUnit, nunitaddin, rowtest, unit-testing]]></description>
			<content:encoded><![CDATA[<p>I released a new version of the RowTest Extension. I made following changes:</p>
<ul>
<li>Fixed Bug: SetUp and TearDown are not called on the RowTest test suite</li>
<li>Created new Test project for functional tests and reorganized samples.</li>
</ul>
<p>You can download it from the <a href="http://www.andreas-schlapsi.com/projects/rowtest-extension-for-nunit/">RowTest Extension page</a>.</p>

<!-- start wp-tags-to-technorati 1.01 -->

<p class='technorati-tags'>Technorati Tags <a class='technorati-link' href='http://technorati.com/tag/NUnit' rel='tag' target='_self'>NUnit</a>, <a class='technorati-link' href='http://technorati.com/tag/nunitaddin' rel='tag' target='_self'>nunitaddin</a>, <a class='technorati-link' href='http://technorati.com/tag/rowtest' rel='tag' target='_self'>rowtest</a>, <a class='technorati-link' href='http://technorati.com/tag/unit-testing' rel='tag' target='_self'>unit-testing</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://www.andreas-schlapsi.com/2008/02/17/rowtest-extension-121/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>RowTest Extension 1.2.0</title>
		<link>http://www.andreas-schlapsi.com/2008/01/29/rowtest-extension-120/</link>
		<comments>http://www.andreas-schlapsi.com/2008/01/29/rowtest-extension-120/#comments</comments>
		<pubDate>Mon, 28 Jan 2008 23:35:44 +0000</pubDate>
		<dc:creator>aschlapsi</dc:creator>
				<category><![CDATA[.NET Development]]></category>
		<category><![CDATA[TDD]]></category>
		<category><![CDATA[NUnit]]></category>
		<category><![CDATA[rowtest]]></category>
		<category><![CDATA[unit-testing]]></category>

		<guid isPermaLink="false">http://www.andreas-schlapsi.com/2008/01/29/rowtest-extension-120/</guid>
		<description><![CDATA[I released a new version of the RowTest Extension. I made following changes: Added build for .NET Framework 1.1. Assemblies are now strongly named. Added ExceptionMessage property to RowAttribute. It can be used to specify the message of an expected exception. Added TestName property to RowAttribute. It is used to provide a custom name of [...]]]></description>
			<content:encoded><![CDATA[<p>I released a new version of the RowTest Extension. I made following changes:</p>
<ul>
<li>Added build for .NET Framework 1.1.</li>
<li>Assemblies are now strongly named.</li>
<li>Added ExceptionMessage property to RowAttribute. It can be used to specify the message of an expected exception.</li>
<li>Added TestName property to RowAttribute. It is used to provide a custom name of the test. If TestName is null or empty the method name will be used.</li>
<li>Fixed Bug: TestFixtureSetUp and TestFixtureTearDown are not called on the RowTest test suite (thanks to <a href="http://www.waynebrantley.com/">Wayne Brantley</a> for reporting the bug and special thanks to Jamie Cansdale for providing a fix</li>
<li>Fixed Bug: When a TestFixture contains both RowTests and normal unit tests the row tests are not alphabetically ordered.</li>
</ul>
<p>You can download it from <a href="http://www.andreas-schlapsi.com/projects/rowtest-extension-for-nunit/">here</a>.</p>

<!-- start wp-tags-to-technorati 1.01 -->

<p class='technorati-tags'>Technorati Tags <a class='technorati-link' href='http://technorati.com/tag/NUnit' rel='tag' target='_self'>NUnit</a>, <a class='technorati-link' href='http://technorati.com/tag/rowtest' rel='tag' target='_self'>rowtest</a>, <a class='technorati-link' href='http://technorati.com/tag/unit-testing' rel='tag' target='_self'>unit-testing</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://www.andreas-schlapsi.com/2008/01/29/rowtest-extension-120/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>TestDriven.NET supports RowTestExtension</title>
		<link>http://www.andreas-schlapsi.com/2007/12/17/testdrivennet-supports-rowtestextension/</link>
		<comments>http://www.andreas-schlapsi.com/2007/12/17/testdrivennet-supports-rowtestextension/#comments</comments>
		<pubDate>Mon, 17 Dec 2007 21:21:11 +0000</pubDate>
		<dc:creator>aschlapsi</dc:creator>
				<category><![CDATA[.NET Development]]></category>
		<category><![CDATA[TDD]]></category>
		<category><![CDATA[NUnit]]></category>
		<category><![CDATA[rowtest]]></category>
		<category><![CDATA[testdriven.net]]></category>
		<category><![CDATA[unit-testing]]></category>

		<guid isPermaLink="false">http://www.andreas-schlapsi.com/2007/12/17/testdrivennet-supports-rowtestextension/</guid>
		<description><![CDATA[Jamie Cansdale published an article on using parameterized tests with NUnit, TestDriven.NET and the RowTestExtension today. He released a new version of TestDriven.NET which improved the support of NUnit AddIns. Technorati Tags NUnit, rowtest, testdriven.net, unit-testing]]></description>
			<content:encoded><![CDATA[<p><a href="http://weblogs.asp.net/nunitaddin/">Jamie Cansdale</a> published an <a href="http://weblogs.asp.net/nunitaddin/archive/2007/12/17/testdriven-net-2-11-parameterized-nunit-tests.aspx">article on using parameterized tests with NUnit, TestDriven.NET and the RowTestExtension</a> today. He released a new version of <a href="http://www.testdriven.net/">TestDriven.NET</a> which improved the support of NUnit AddIns.</p>

<!-- start wp-tags-to-technorati 1.01 -->

<p class='technorati-tags'>Technorati Tags <a class='technorati-link' href='http://technorati.com/tag/NUnit' rel='tag' target='_self'>NUnit</a>, <a class='technorati-link' href='http://technorati.com/tag/rowtest' rel='tag' target='_self'>rowtest</a>, <a class='technorati-link' href='http://technorati.com/tag/testdriven.net' rel='tag' target='_self'>testdriven.net</a>, <a class='technorati-link' href='http://technorati.com/tag/unit-testing' rel='tag' target='_self'>unit-testing</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://www.andreas-schlapsi.com/2007/12/17/testdrivennet-supports-rowtestextension/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RowTestExtension 1.1.0 released</title>
		<link>http://www.andreas-schlapsi.com/2007/10/27/rowtestextension-110-released/</link>
		<comments>http://www.andreas-schlapsi.com/2007/10/27/rowtestextension-110-released/#comments</comments>
		<pubDate>Sat, 27 Oct 2007 14:36:01 +0000</pubDate>
		<dc:creator>aschlapsi</dc:creator>
				<category><![CDATA[.NET Development]]></category>
		<category><![CDATA[TDD]]></category>
		<category><![CDATA[NUnit]]></category>
		<category><![CDATA[rowtest]]></category>
		<category><![CDATA[unit-testing]]></category>

		<guid isPermaLink="false">http://www.andreas-schlapsi.com/2007/10/27/rowtestextension-110-released/</guid>
		<description><![CDATA[Yesterday I released the new version of the RowTestExtension, an addin for NUnit. I have made following changes: Added ExpectedException property to the [Row] attribute. It can be used to specify which type of exception to expect when the given data is passed to the test. The [Row] attribute accepts now null values. Removed dependency [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday I released the new version of the RowTestExtension, an addin for <a href="http://www.nunit.com/index.php">NUnit</a>. I have made following changes:</p>
<ul>
<li>Added ExpectedException property to the [Row] attribute. It can be used to specify which type of exception to expect when the given data is passed to the test.</li>
<li>The [Row] attribute accepts now null values.</li>
<li>Removed dependency from assembly NUnitExtension.RowTest.AddIn to NUnitExtension.RowTest.</li>
</ul>
<p>You can download it from <a href="http://www.andreas-schlapsi.com/projects/rowtest-extension-for-nunit/">here</a>.</p>

<!-- start wp-tags-to-technorati 1.01 -->

<p class='technorati-tags'>Technorati Tags <a class='technorati-link' href='http://technorati.com/tag/NUnit' rel='tag' target='_self'>NUnit</a>, <a class='technorati-link' href='http://technorati.com/tag/rowtest' rel='tag' target='_self'>rowtest</a>, <a class='technorati-link' href='http://technorati.com/tag/unit-testing' rel='tag' target='_self'>unit-testing</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://www.andreas-schlapsi.com/2007/10/27/rowtestextension-110-released/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
