Hi,
The SUT I am using looks in the app.config for a directory path. I am trying to test what happens if that path is invalid as part of a larger test suite. So at runtime, in the InitializeClassUnderTest method, I am rewriting that particular appsetting and creating an instance of the SUT, However, NCrunch has already loaded the app.config and that is the value that the SUT is finding, so my test fails.
Is there anyway to reload the appConfig in the NCrunch workspace or to configure NCrunch so that it does not load the app.config?
I appreciate an help I can get on this.
Thanks,
mmcdow