Top "Moles" questions

Moles - an isolation framework for Microsoft .NET.

How To Read UnitTest Project's App.Config From Test With HostType("Moles")

I have the folowing tests: [TestClass] public class GeneralTest { [TestMethod] public void VerifyAppDomainHasConfigurationSettings() { string value = ConfigurationManager.AppSettings["TestValue"]; Assert.IsFalse(…

c# unit-testing mstest moles