Click here to Skip to main content
15,889,808 members
Articles / Web Development / ASP.NET

Unit Testing a DotNetNuke Private Assembly Module

Rate me:
Please Sign up or sign in to vote.
4.69/5 (10 votes)
18 Jun 2007CPOL18 min read 83.4K   709   35  
This article describes how to create unit tests that will test out code for a DotNetNuke custom module.
This directory should contain the following files:


16/04/2007  11:26 AM            24,576 DotNetNuke.Caching.BroadcastPollingCachingProvider.dll
16/04/2007  11:27 AM            20,480 DotNetNuke.Caching.BroadcastPollingCachingProvider.SQLDataProvider.dll
16/04/2007  11:27 AM               174 DotNetNuke.Caching.BroadcastPollingCachingProvider.SQLDataProvider.xml
16/04/2007  11:26 AM               158 DotNetNuke.Caching.BroadcastPollingCachingProvider.xml
08/05/2007  09:37 AM            28,672 DotNetNuke.Caching.FileBasedCachingProvider.dll
08/05/2007  09:37 AM            73,216 DotNetNuke.Caching.FileBasedCachingProvider.pdb
16/04/2007  11:27 AM               151 DotNetNuke.Caching.FileBasedCachingProvider.xml
09/05/2007  04:14 PM           995,328 DotNetNuke.dll
08/05/2007  09:36 AM            24,576 DotNetNuke.Membership.Dataprovider.dll
08/05/2007  09:36 AM            46,592 DotNetNuke.Membership.Dataprovider.pdb
09/05/2007  04:14 PM         9,494,016 DotNetNuke.pdb
08/05/2007  09:37 AM            40,960 DotNetNuke.Provider.AspNetProvider.dll
08/05/2007  09:37 AM           142,848 DotNetNuke.Provider.AspNetProvider.pdb
16/04/2007  11:26 AM            31,786 DotNetNuke.Provider.AspNetProvider.xml
16/04/2007  11:27 AM            28,672 DotNetNuke.Provider.DNNProvider.dll
16/04/2007  11:27 AM            16,248 DotNetNuke.Provider.DNNProvider.xml
16/04/2007  11:26 AM            28,672 DotNetNuke.Provider.Membership.SqlDataProvider.dll
16/04/2007  11:26 AM               796 DotNetNuke.Provider.Membership.SqlDataProvider.xml
08/05/2007  09:37 AM            81,920 DotNetNuke.SqlDataProvider.dll
08/05/2007  09:37 AM           349,696 DotNetNuke.SqlDataProvider.pdb
01/06/2006  07:03 PM            40,960 Microsoft.ApplicationBlocks.Data.dll
25/06/2004  06:57 PM           108,032 Microsoft.ApplicationBlocks.Data.pdb

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Product Manager DNN Corp
Australia Australia
Bruce Chapman is the Product Manager for Cloud Services at DNN. He’s been an active member of the DNN Community since 2006 as a contributor, vendor and now employee of DNN Corp.

You can read his blog at http://dnnsoftware.com/blog or follow him on Twitter @brucerchapman

Comments and Discussions