Home
Releases
Issue Tracker
Source Code
Stats
People
License
RSS RSS Feed
Search Wiki:
Project Description
This project demonstrates how to build a fully unit tested DotNetNukeModule.

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.
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.

Blog Posts on this project
http://www.dotnetnuke.com/Community/Blogs/tabid/825/EntryID/1732/Default.aspx
http://www.dotnetnuke.com/Community/Blogs/tabid/825/EntryID/1733/Default.aspx
http://www.dotnetnuke.com/Community/Blogs/tabid/825/EntryID/1739/Default.aspx

Read this post for step by step instructions on how to use this template.
http://www.dotnetnuke.com/Community/Blogs/tabid/825/EntryID/1899/Default.aspx

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.
Last edited Aug 6 at 3:54 AM  by philipbeadle, version 8
Comments
cyen2001 wrote  Jul 10 at 9:53 PM  
Need help about how to integrate with DNN and run the test
Can not build the projects from the download source codes;
can not install the module.

philipbeadle wrote  Jul 17 at 8:29 PM  
Use the releaased zip files and follow this blog post http://www.dotnetnuke.com/Community/Blogs/tabid/825/EntryID/1899/Default.aspx

Updating...