|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Unit testing in Visual Studio and Data Access Application BlockThe configuration of the Data Access Application Block in the
Enterprise Library is done in the App.config (=applicationname.exe.config) file. How can I make sure that DatabaseFactory.CreateDatabase("DatabaseName"); does not fail (throw an ConfigurationErrorException) when invoked from within a Unit Test in Visual Studio 2005 Team System? Thank you Daniel Faensen |
|||||||||||||||||||||||