I want to run some unittests. For this tests I need to use another value from the app.config file then the default value.
In this post "Reload app.config with nunit", I found a solution.
However when running multiple test at once, some test fail, because the old configuration file (app.config) is not called after disposing the function. How could this be ?