Forum member

mmcdow

1 post

Posts by mmcdow

  1. How to reload app.config at runtime

    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, Howev…