<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>TestDrivenDNNModule</title><link>http://www.codeplex.com/TestDrivenDNNModule/Project/ProjectRss.aspx</link><description>This project demonstrates how to build a fully unit tested DotNetNukeModule.  </description><item><title>Commented Issue: Documenation</title><link>http://www.codeplex.com/TestDrivenDNNModule/WorkItem/View.aspx?WorkItemId=4619</link><description>Document the process of creating a DNN project that supports TDD. &lt;br /&gt;&lt;br /&gt;Basically, a step-by-step guide from downloading DNN to getting started with module development that supports unit testing.&lt;br /&gt;Comments: ** Comment from web user: rdk ** &lt;p&gt;I hope this includes documention the template. &lt;br /&gt;Because when I open the project file I&amp;#39;m lost and receive 57 errors... So I assume thats not the way to go.&lt;/p&gt;</description><author>rdk</author><pubDate>Fri, 15 Aug 2008 10:14:14 GMT</pubDate><guid isPermaLink="false">Commented Issue: Documenation 20080815101414A</guid></item><item><title>Updated Wiki: Home</title><link>http://www.codeplex.com/TestDrivenDNNModule/Wiki/View.aspx?title=Home&amp;version=8</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;This project demonstrates how to build a fully unit tested DotNetNukeModule.  
&lt;br /&gt; &lt;br /&gt;The objective of this project is to build a thorough example of how to create unit tested and automation tested DNN modules.  We are using the Passive View Pattern, RhinoMocks and Watin to acheive this.&lt;br /&gt;This project is being built against Cambrian so the new IOC code can be used to make use of mock objects easier.  These projects only work against DNN 5.&lt;br /&gt; &lt;br /&gt;Blog Posts on this project&lt;br /&gt;&lt;a href="http://www.dotnetnuke.com/Community/Blogs/tabid/825/EntryID/1732/Default.aspx" class="externalLink"&gt;http://www.dotnetnuke.com/Community/Blogs/tabid/825/EntryID/1732/Default.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.dotnetnuke.com/Community/Blogs/tabid/825/EntryID/1733/Default.aspx" class="externalLink"&gt;http://www.dotnetnuke.com/Community/Blogs/tabid/825/EntryID/1733/Default.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.dotnetnuke.com/Community/Blogs/tabid/825/EntryID/1739/Default.aspx" class="externalLink"&gt;http://www.dotnetnuke.com/Community/Blogs/tabid/825/EntryID/1739/Default.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Read this post for step by step instructions on how to use this template.&lt;/b&gt;&lt;br /&gt;&lt;a href="http://www.dotnetnuke.com/Community/Blogs/tabid/825/EntryID/1899/Default.aspx" class="externalLink"&gt;http://www.dotnetnuke.com/Community/Blogs/tabid/825/EntryID/1899/Default.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;There is now a release of this project.  When using these templates make sure you add the test project first and add it into a sub folder of where you will develop the module.  This template does not need to be developed under DesktopModules so create a folder for the module and then a sub folder called Tests under it.  Then follow the instructions in teh documetnation.htm file that opens on project creation.&lt;br /&gt;
&lt;/div&gt;</description><author>philipbeadle</author><pubDate>Wed, 06 Aug 2008 03:54:41 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20080806035441A</guid></item><item><title>CREATED RELEASE: TestDrivenDNNModule Templates 01.00.00 (Jul 18, 2008)</title><link>http://www.codeplex.com/TestDrivenDNNModule/Release/ProjectReleases.aspx?ReleaseId=15421</link><description>&lt;div&gt;
This is the first release of the TestDrivenDNNModule Templates.&lt;br&gt;
&lt;/div&gt;</description><author></author><pubDate>Thu, 17 Jul 2008 20:28:05 GMT</pubDate><guid isPermaLink="false">CREATED RELEASE: TestDrivenDNNModule Templates 01.00.00 (Jul 18, 2008) 20080717082805P</guid></item><item><title>RELEASED: TestDrivenDNNModule Templates 01.00.00 (Jul 18, 2008)</title><link>http://www.codeplex.com/TestDrivenDNNModule/Release/ProjectReleases.aspx?ReleaseId=15421</link><description>&lt;div&gt;
This is the first release of the TestDrivenDNNModule Templates.&lt;br&gt;
&lt;/div&gt;</description><author></author><pubDate>Thu, 17 Jul 2008 20:28:05 GMT</pubDate><guid isPermaLink="false">RELEASED: TestDrivenDNNModule Templates 01.00.00 (Jul 18, 2008) 20080717082805P</guid></item><item><title>Source code checked in, #21191</title><link>http://www.codeplex.com/TestDrivenDNNModule/SourceControl/ListDownloadableCommits.aspx</link><description></description><author>philipbeadle</author><pubDate>Mon, 14 Jul 2008 12:56:44 GMT</pubDate><guid isPermaLink="false">Source code checked in, #21191 20080714125644P</guid></item><item><title>Updated Wiki: Home</title><link>http://www.codeplex.com/TestDrivenDNNModule/Wiki/View.aspx?title=Home&amp;version=7</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;This project demonstrates how to build a fully unit tested DotNetNukeModule.  
&lt;br /&gt; &lt;br /&gt;The objective of this project is to build a thorough example of how to create unit tested and automation tested DNN modules.  We are using the Passive View Pattern, RhinoMocks and Watin to acheive this.&lt;br /&gt;This project is being built against Cambrian so the new IOC code can be used to make use of mock objects easier.  These projects only work against DNN 5.&lt;br /&gt; &lt;br /&gt;Blog Posts on this project&lt;br /&gt;&lt;a href="http://www.dotnetnuke.com/Community/Blogs/tabid/825/EntryID/1732/Default.aspx" class="externalLink"&gt;http://www.dotnetnuke.com/Community/Blogs/tabid/825/EntryID/1732/Default.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.dotnetnuke.com/Community/Blogs/tabid/825/EntryID/1733/Default.aspx" class="externalLink"&gt;http://www.dotnetnuke.com/Community/Blogs/tabid/825/EntryID/1733/Default.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.dotnetnuke.com/Community/Blogs/tabid/825/EntryID/1739/Default.aspx" class="externalLink"&gt;http://www.dotnetnuke.com/Community/Blogs/tabid/825/EntryID/1739/Default.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;There is now a release of this project.  When using these templates make sure you add the test project first and add it into a sub folder of where you will develop the module.  This template does not need to be developed under DesktopModules so create a folder for the module and then a sub folder called Tests under it.  Then follow the instructions in teh documetnation.htm file that opens on project creation.&lt;br /&gt;
&lt;/div&gt;</description><author>philipbeadle</author><pubDate>Mon, 14 Jul 2008 12:48:36 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20080714124836P</guid></item><item><title>Updated Wiki: Home</title><link>http://www.codeplex.com/TestDrivenDNNModule/Wiki/View.aspx?title=Home&amp;version=6</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;This project demonstrates how to build a fully unit tested DotNetNukeModule.  
&lt;br /&gt; &lt;br /&gt;The objective of this project is to build a thorough example of how to create unit tested and automation tested DNN modules.  We are using the Passive View Pattern, RhinoMocks and Watin to acheive this.&lt;br /&gt;This project is being built against Cambrian so the new IOC code can be used to make use of mock objects easier.&lt;br /&gt; &lt;br /&gt;Blog Posts on this project&lt;br /&gt;&lt;a href="http://www.dotnetnuke.com/Community/Blogs/tabid/825/EntryID/1732/Default.aspx" class="externalLink"&gt;http://www.dotnetnuke.com/Community/Blogs/tabid/825/EntryID/1732/Default.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.dotnetnuke.com/Community/Blogs/tabid/825/EntryID/1733/Default.aspx" class="externalLink"&gt;http://www.dotnetnuke.com/Community/Blogs/tabid/825/EntryID/1733/Default.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.dotnetnuke.com/Community/Blogs/tabid/825/EntryID/1739/Default.aspx" class="externalLink"&gt;http://www.dotnetnuke.com/Community/Blogs/tabid/825/EntryID/1739/Default.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;There is now a release of this project.  When using these templates make sure you add the test project first and add it into a sub folder of where you will develop the module.  This template does not need to be developed under DesktopModules so create a folder for the module and then a sub folder called Tests under it.  Then follow the instructions in teh documetnation.htm file that opens on project creation.&lt;br /&gt;
&lt;/div&gt;</description><author>philipbeadle</author><pubDate>Mon, 14 Jul 2008 12:47:39 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20080714124739P</guid></item><item><title>Source code checked in, #21190</title><link>http://www.codeplex.com/TestDrivenDNNModule/SourceControl/ListDownloadableCommits.aspx</link><description></description><author>philipbeadle</author><pubDate>Mon, 14 Jul 2008 12:29:09 GMT</pubDate><guid isPermaLink="false">Source code checked in, #21190 20080714122909P</guid></item><item><title>Source code checked in, #21189</title><link>http://www.codeplex.com/TestDrivenDNNModule/SourceControl/ListDownloadableCommits.aspx</link><description></description><author>philipbeadle</author><pubDate>Mon, 14 Jul 2008 12:20:31 GMT</pubDate><guid isPermaLink="false">Source code checked in, #21189 20080714122031P</guid></item><item><title>Source code checked in, #21188</title><link>http://www.codeplex.com/TestDrivenDNNModule/SourceControl/ListDownloadableCommits.aspx</link><description></description><author>philipbeadle</author><pubDate>Mon, 14 Jul 2008 12:18:17 GMT</pubDate><guid isPermaLink="false">Source code checked in, #21188 20080714121817P</guid></item><item><title>Source code checked in, #21187</title><link>http://www.codeplex.com/TestDrivenDNNModule/SourceControl/ListDownloadableCommits.aspx</link><description>First draft of templates completed.</description><author>philipbeadle</author><pubDate>Mon, 14 Jul 2008 12:16:39 GMT</pubDate><guid isPermaLink="false">Source code checked in, #21187 20080714121639P</guid></item><item><title>Source code checked in, #21185</title><link>http://www.codeplex.com/TestDrivenDNNModule/SourceControl/ListDownloadableCommits.aspx</link><description></description><author>philipbeadle</author><pubDate>Mon, 14 Jul 2008 10:08:35 GMT</pubDate><guid isPermaLink="false">Source code checked in, #21185 20080714100835A</guid></item><item><title>Source code checked in, #21183</title><link>http://www.codeplex.com/TestDrivenDNNModule/SourceControl/ListDownloadableCommits.aspx</link><description></description><author>philipbeadle</author><pubDate>Mon, 14 Jul 2008 04:05:34 GMT</pubDate><guid isPermaLink="false">Source code checked in, #21183 20080714040534A</guid></item><item><title>Source code checked in, #21182</title><link>http://www.codeplex.com/TestDrivenDNNModule/SourceControl/ListDownloadableCommits.aspx</link><description>Finished template</description><author>philipbeadle</author><pubDate>Mon, 14 Jul 2008 04:03:03 GMT</pubDate><guid isPermaLink="false">Source code checked in, #21182 20080714040303A</guid></item><item><title>Commented Issue: Documenation</title><link>http://www.codeplex.com/TestDrivenDNNModule/WorkItem/View.aspx?WorkItemId=4619</link><description>Document the process of creating a DNN project that supports TDD. &lt;br /&gt;&lt;br /&gt;Basically, a step-by-step guide from downloading DNN to getting started with module development that supports unit testing.&lt;br /&gt;Comments: ** Comment from web user: philipbeadle ** &lt;p&gt;thats the objective of this project.  this template allows exactly that.&lt;/p&gt;</description><author>philipbeadle</author><pubDate>Fri, 13 Jun 2008 03:54:43 GMT</pubDate><guid isPermaLink="false">Commented Issue: Documenation 20080613035443A</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/TestDrivenDNNModule/SourceControl/ListDownloadableCommits.aspx</link><description>Added code to Controller to check the Container for the IDataprovider first - before building a new one</description><author>cnurse</author><pubDate>Fri, 09 May 2008 00:53:12 GMT</pubDate><guid isPermaLink="false">Source code checked in 20080509125312A</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/TestDrivenDNNModule/SourceControl/ListDownloadableCommits.aspx</link><description>Fixed Casting issue caused by incomplete refactoring out of Dataprovider code into IDataProvider</description><author>cnurse</author><pubDate>Fri, 09 May 2008 00:44:36 GMT</pubDate><guid isPermaLink="false">Source code checked in 20080509124436A</guid></item><item><title>CREATED ISSUE: Documenation</title><link>http://www.codeplex.com/TestDrivenDNNModule/WorkItem/View.aspx?WorkItemId=4619</link><description>Document the process of creating a DNN project that supports TDD. &lt;br /&gt;&lt;br /&gt;Basically, a step-by-step guide from downloading DNN to getting started with module development that supports unit testing.&lt;br /&gt;</description><author>ColinAngusMackay</author><pubDate>Sat, 03 May 2008 20:30:20 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: Documenation 20080503083020P</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/TestDrivenDNNModule/SourceControl/ListDownloadableCommits.aspx</link><description>Code review by Dan Bartholomew, getting close now.</description><author>philipbeadle</author><pubDate>Tue, 08 Apr 2008 13:44:36 GMT</pubDate><guid isPermaLink="false">Source code checked in 20080408014436P</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/TestDrivenDNNModule/SourceControl/ListDownloadableCommits.aspx</link><description>Code review by Dan Bartholomew, getting close now.</description><author>philipbeadle</author><pubDate>Tue, 08 Apr 2008 13:44:12 GMT</pubDate><guid isPermaLink="false">Source code checked in 20080408014412P</guid></item></channel></rss>