<?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: Real Simple Test Driven Development in Visual Studio</title>
	<atom:link href="http://www.wtfgecko.co.uk/blog/2008/07/06/real-simple-test-driven-development-in-visual-studio/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wtfgecko.co.uk/blog/2008/07/06/real-simple-test-driven-development-in-visual-studio/</link>
	<description></description>
	<pubDate>Thu, 20 Nov 2008 21:08:25 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: admin</title>
		<link>http://www.wtfgecko.co.uk/blog/2008/07/06/real-simple-test-driven-development-in-visual-studio/#comment-30</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 24 Jul 2008 20:27:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.wtfgecko.co.uk/blog/?p=10#comment-30</guid>
		<description>Hi Paul,

It depends upon how you structure your code base. Basically what I do is mirror all my projects/namespaces/functions so each one has a test project associated with it (even if it is empty for the time being). To organize my files I mirror the namespaces within the solution, consider the namespace (with company being the namespace root):

company.library.project

would be the physical path:

Solution\Library\Project.csproj

To manage my tests I would then have a folder in the root level of the solution called 'Tests' which would mirror the tests for each library, however I would name my test library for project

company.library.project.tests

which would have the physical path:

Solution\Tests\Library\Project.csproj

This is of course entirely up to you, you may wish to  place your test projects side by side with your projects.

Hope that helps.</description>
		<content:encoded><![CDATA[<p>Hi Paul,</p>
<p>It depends upon how you structure your code base. Basically what I do is mirror all my projects/namespaces/functions so each one has a test project associated with it (even if it is empty for the time being). To organize my files I mirror the namespaces within the solution, consider the namespace (with company being the namespace root):</p>
<p>company.library.project</p>
<p>would be the physical path:</p>
<p>Solution\Library\Project.csproj</p>
<p>To manage my tests I would then have a folder in the root level of the solution called &#8216;Tests&#8217; which would mirror the tests for each library, however I would name my test library for project</p>
<p>company.library.project.tests</p>
<p>which would have the physical path:</p>
<p>Solution\Tests\Library\Project.csproj</p>
<p>This is of course entirely up to you, you may wish to  place your test projects side by side with your projects.</p>
<p>Hope that helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://www.wtfgecko.co.uk/blog/2008/07/06/real-simple-test-driven-development-in-visual-studio/#comment-29</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Thu, 24 Jul 2008 19:59:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.wtfgecko.co.uk/blog/?p=10#comment-29</guid>
		<description>Thanks!  Very informative.  How do you organize your file/logical structure in Visual Studio with the actual code and all the additional pieces of test code?</description>
		<content:encoded><![CDATA[<p>Thanks!  Very informative.  How do you organize your file/logical structure in Visual Studio with the actual code and all the additional pieces of test code?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
