I'm not looking to unit test, but rather an integration test.
I'm using a simulated http request which works for the HttpContext, however, I get exceptions thrown when calling umbraco.cms.businesslogic (in particular CMSNode.setupNode/web.Document.setupNode()). What settings need to be pulled over into the app.config for my unit test project to run successfully?
Using Umbraco in NUnit
I'm not looking to unit test, but rather an integration test.
I'm using a simulated http request which works for the HttpContext, however, I get exceptions thrown when calling umbraco.cms.businesslogic (in particular CMSNode.setupNode/web.Document.setupNode()). What settings need to be pulled over into the app.config for my unit test project to run successfully?
is working on a reply...